Serialized Form


Package fr.umlv.unitex

Class fr.umlv.unitex.AboutUnitexFrame extends javax.swing.JInternalFrame implements Serializable

Class fr.umlv.unitex.ApplyLexicalResourcesFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

userDicList

javax.swing.JList userDicList

systemDicList

javax.swing.JList systemDicList

credits

MyTextArea credits

scrollCredits

javax.swing.JScrollPane scrollCredits

noCreditMessage

java.lang.String noCreditMessage

Class fr.umlv.unitex.CheckDicFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

DELAS

javax.swing.JRadioButton DELAS

DELAF

javax.swing.JRadioButton DELAF

Class fr.umlv.unitex.CheckResultFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

MyTextArea text

Class fr.umlv.unitex.ConcordanceFontMenu extends javax.swing.JDialog implements Serializable

Serialized Fields

font

javax.swing.JTextField font

style

javax.swing.JTextField style

size

NumericTextField size

script

javax.swing.JTextField script

example

javax.swing.JTextField example

fontList

java.awt.List fontList

styleList

java.awt.List styleList

sizeList

java.awt.List sizeList

scriptList

java.awt.List scriptList

styles

java.util.Hashtable styles

ranges

java.util.Hashtable ranges

fontName

java.lang.String fontName

fontStyle

int fontStyle

fontSize

int fontSize

fontScript

int fontScript

res

java.awt.Font res

pref

Preferences pref

Class fr.umlv.unitex.ConcordanceFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

javax.swing.JEditorPane text

nombre_matches

javax.swing.JLabel nombre_matches

enableLinks

javax.swing.JRadioButton enableLinks

enableEdition

javax.swing.JRadioButton enableEdition

listener

fr.umlv.unitex.ConcordanceFrame.MyHyperlinkListener listener

concordanceFile

java.io.File concordanceFile

Class fr.umlv.unitex.ConcordanceParameterFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

leftChars

NumericTextField leftChars

rightChars

NumericTextField rightChars

sortBox

javax.swing.JComboBox sortBox

checkBox

javax.swing.JCheckBox checkBox

sntFile

javax.swing.JTextField sntFile

extractFile

javax.swing.JTextField extractFile

nombre_matches

java.lang.String nombre_matches

useWebBrowser

boolean useWebBrowser

diffButton

javax.swing.JButton diffButton

Class fr.umlv.unitex.Console extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

javax.swing.JTextArea text

Class fr.umlv.unitex.ConstructFstFrame extends javax.swing.JDialog implements Serializable

Serialized Fields

reconstrucao

javax.swing.JCheckBox reconstrucao

reconstrucaoLabel

javax.swing.JLabel reconstrucaoLabel

normFst

javax.swing.JCheckBox normFst

cleanFst

javax.swing.JCheckBox cleanFst

morphFst

javax.swing.JCheckBox morphFst

elagFst

javax.swing.JCheckBox elagFst

Class fr.umlv.unitex.ConvertFstFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

textName

javax.swing.JTextField textName

Class fr.umlv.unitex.DelaFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

MyTextArea text

Class fr.umlv.unitex.ElagCompFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

fc

javax.swing.JFileChooser fc

currdir

java.io.File currdir

elagDir

java.io.File elagDir

lstfile

java.io.File lstfile

outputfile

java.io.File outputfile

rules

javax.swing.DefaultListModel rules

list

javax.swing.JList list

lstlabel

javax.swing.JLabel lstlabel

outlabel

javax.swing.JLabel outlabel

pathlabel

javax.swing.JLabel pathlabel

Class fr.umlv.unitex.FontMenu extends javax.swing.JDialog implements Serializable

Serialized Fields

font

javax.swing.JTextField font

style

javax.swing.JTextField style

size

NumericTextField size

script

javax.swing.JTextField script

example

javax.swing.JTextField example

fontList

fr.umlv.unitex.FontMenu.FontList fontList

styleList

fr.umlv.unitex.FontMenu.StyleList styleList

sizeList

fr.umlv.unitex.FontMenu.SizeList sizeList

scriptList

fr.umlv.unitex.FontMenu.ScriptList scriptList

styles

java.util.Hashtable styles

ranges

java.util.Hashtable ranges

input

boolean input

globalConfiguration

boolean globalConfiguration

fontName

java.lang.String fontName

fontStyle

int fontStyle

fontSize

int fontSize

fontScript

int fontScript

res

java.awt.Font res

Class fr.umlv.unitex.FstGraphicalZone extends GenericGraphicalZone implements Serializable

Class fr.umlv.unitex.FstTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

parent

TextAutomatonFrame parent

modified

boolean modified

specialPaste

fr.umlv.unitex.FstTextField.SpecialPaste specialPaste

specialCopy

fr.umlv.unitex.FstTextField.SpecialCopy specialCopy

selectAll

fr.umlv.unitex.FstTextField.SelectAll selectAll

cut

fr.umlv.unitex.FstTextField.Cut cut

clip

java.awt.datatransfer.Clipboard clip

Class fr.umlv.unitex.GenericGraphicalZone extends javax.swing.JComponent implements Serializable

Serialized Fields

modified

boolean modified
Indicates if the graph contains unsaved modifications.


Width

int Width
Width of the drawing area.


Height

int Height
Height of the drawing area.


texte

javax.swing.JTextField texte
Text field in which the content of boxes can be edited.


selectedBoxes

java.util.ArrayList selectedBoxes
ArrayList containing the current selected boxes


graphBoxes

java.util.ArrayList graphBoxes
ArrayList containing all the graph's boxes


is_initialised

boolean is_initialised

isGrid

boolean isGrid
Indicates if a grid be drawn in backend


nPixels

int nPixels
Indicates the size of the grid's cells


pref

Preferences pref
Graph's rendering properties


parentFrame

javax.swing.JInternalFrame parentFrame
JInternalFrame that contains this component


support

javax.swing.undo.UndoableEditSupport support
Undo/redo Manager


scaleFactor

double scaleFactor
Zoom factor


Xmouse

int Xmouse

Ymouse

int Ymouse

mouseInGraphicalZone

boolean mouseInGraphicalZone

clipZone

java.awt.Rectangle clipZone

EDITING_MODE

int EDITING_MODE
Indicates mouse's editing mode


X_start_drag

int X_start_drag

Y_start_drag

int Y_start_drag

X_end_drag

int X_end_drag

Y_end_drag

int Y_end_drag

X_drag

int X_drag

Y_drag

int Y_drag

dragWidth

int dragWidth

dragHeight

int dragHeight

selecting

boolean selecting

dragging

boolean dragging

singleDragging

boolean singleDragging

singleDraggedBox

GenericGraphBox singleDraggedBox

Class fr.umlv.unitex.GlobalPreferenceFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

privateDirectory

javax.swing.JTextField privateDirectory

textFont

javax.swing.JTextField textFont

concordanceFont

javax.swing.JTextField concordanceFont

htmlViewer

javax.swing.JTextField htmlViewer

maxTextFileSize

NumericTextField maxTextFileSize

antialiasingCheckBox

javax.swing.JCheckBox antialiasingCheckBox

dateCheckBox

javax.swing.JCheckBox dateCheckBox

filenameCheckBox

javax.swing.JCheckBox filenameCheckBox

pathnameCheckBox

javax.swing.JCheckBox pathnameCheckBox

frameCheckBox

javax.swing.JCheckBox frameCheckBox

rightToLeftCheckBox

javax.swing.JCheckBox rightToLeftCheckBox

charByCharCheckBox

javax.swing.JCheckBox charByCharCheckBox

color1

javax.swing.JButton color1

color2

javax.swing.JButton color2

color3

javax.swing.JButton color3

color4

javax.swing.JButton color4

color5

javax.swing.JButton color5

inputLabel

javax.swing.JLabel inputLabel

outputLabel

javax.swing.JLabel outputLabel

westRadioBox

javax.swing.JRadioButton westRadioBox

eastRadioBox

javax.swing.JRadioButton eastRadioBox

northRadioBox

javax.swing.JRadioButton northRadioBox

southRadioBox

javax.swing.JRadioButton southRadioBox

noneRadioBox

javax.swing.JRadioButton noneRadioBox

Class fr.umlv.unitex.GraphAlignmentMenu extends javax.swing.JDialog implements Serializable

Serialized Fields

horizGridBag

java.awt.GridBagLayout horizGridBag

vertGridBag

java.awt.GridBagLayout vertGridBag

vertConstraints

java.awt.GridBagConstraints vertConstraints

checkBox

javax.swing.JCheckBox checkBox

nPixels

NumericTextField nPixels

Class fr.umlv.unitex.GraphCollectionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

srcDir

javax.swing.JTextField srcDir

resultGrf

javax.swing.JTextField resultGrf

Class fr.umlv.unitex.GraphFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

texte

TextField texte
Text field used to edit box content


graphicalZone

GraphicalZone graphicalZone
Drawing area


grf

java.io.File grf
The graph file


modified

boolean modified
Indicates if the graph must be saved


manager

javax.swing.undo.UndoManager manager
undo redo manager


redoButton

javax.swing.JButton redoButton
redo button


undoButton

javax.swing.JButton undoButton
undo button


scroll

javax.swing.JScrollPane scroll

nonEmptyGraph

boolean nonEmptyGraph

compListener

java.awt.event.ComponentListener compListener
Component used to listen frame changes. It is used to adapt the zoom factor to the frame's dimensions when the zoom mode is "Fit in Windows"


myToolBar

javax.swing.JToolBar myToolBar
The frame's tool bar that contains icons

Class fr.umlv.unitex.GraphicalZone extends GenericGraphicalZone implements Serializable

Serialized Fields

dragBegin

boolean dragBegin

dX

int dX

dY

int dY

Class fr.umlv.unitex.GraphPathFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

textArea

MyTextArea textArea

graphName

javax.swing.JTextField graphName

limit

javax.swing.JCheckBox limit

limitSize

NumericTextField limitSize

ignoreOutputs

javax.swing.JRadioButton ignoreOutputs

separateOutputs

javax.swing.JRadioButton separateOutputs

mergeOutputs

javax.swing.JRadioButton mergeOutputs

Class fr.umlv.unitex.GraphPresentationMenu extends javax.swing.JDialog implements Serializable

Serialized Fields

dateCheckBox

javax.swing.JCheckBox dateCheckBox

filenameCheckBox

javax.swing.JCheckBox filenameCheckBox

pathnameCheckBox

javax.swing.JCheckBox pathnameCheckBox

frameCheckBox

javax.swing.JCheckBox frameCheckBox

rightToLeftCheckBox

javax.swing.JCheckBox rightToLeftCheckBox

color1

javax.swing.JButton color1

color2

javax.swing.JButton color2

color3

javax.swing.JButton color3

color4

javax.swing.JButton color4

color5

javax.swing.JButton color5

inputLabel

javax.swing.JLabel inputLabel

outputLabel

javax.swing.JLabel outputLabel

preferences

Preferences preferences

Class fr.umlv.unitex.GraphSizeMenu extends javax.swing.JDialog implements Serializable

Serialized Fields

Width

fr.umlv.unitex.GraphSizeMenu.SpecialNumericTextField Width

Height

fr.umlv.unitex.GraphSizeMenu.SpecialNumericTextField Height

X

float X

Y

float Y

Class fr.umlv.unitex.InflectFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

directory

javax.swing.JTextField directory

twoPointsCheck

javax.swing.JCheckBox twoPointsCheck

removeClassNumbers

javax.swing.JCheckBox removeClassNumbers

Class fr.umlv.unitex.InflectMorphFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

directory

javax.swing.JTextField directory

derivation_directory

javax.swing.JTextField derivation_directory

variation_directory

javax.swing.JTextField variation_directory

twoPointsCheck

javax.swing.JCheckBox twoPointsCheck

removeClassNumbers

javax.swing.JCheckBox removeClassNumbers

rac

javax.swing.JRadioButton rac

suf

javax.swing.JRadioButton suf

racASuf

javax.swing.JRadioButton racASuf

Class fr.umlv.unitex.LexiconGrammarFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

grfName

javax.swing.JTextField grfName

resultName

javax.swing.JTextField resultName

subgraphName

javax.swing.JTextField subgraphName

Class fr.umlv.unitex.LexiconGrammarTableFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

rowData

java.util.Vector rowData

columnNames

java.util.Vector columnNames

Class fr.umlv.unitex.ListCopyDialog extends javax.swing.JPanel implements Serializable

Serialized Fields

left

javax.swing.JTextField left

right

javax.swing.JTextField right

Class fr.umlv.unitex.ListDocument extends javax.swing.text.PlainDocument implements Serializable

Class fr.umlv.unitex.LocateFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

regularExpression

javax.swing.JRadioButton regularExpression

graph

javax.swing.JRadioButton graph

regExp

javax.swing.JTextField regExp

graphName

javax.swing.JTextField graphName

shortestMatches

javax.swing.JRadioButton shortestMatches

longuestMatches

javax.swing.JRadioButton longuestMatches

allMatches

javax.swing.JRadioButton allMatches

ignoreOutputs

javax.swing.JRadioButton ignoreOutputs

mergeOutputs

javax.swing.JRadioButton mergeOutputs

replaceOutputs

javax.swing.JRadioButton replaceOutputs

stopAfterNmatches

javax.swing.JRadioButton stopAfterNmatches

indexAllMatches

javax.swing.JRadioButton indexAllMatches

nMatches

NumericTextField nMatches

Class fr.umlv.unitex.MergeRacineSuffixes extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

racDicList

javax.swing.JList racDicList

sufDicList

javax.swing.JList sufDicList

outFileName

javax.swing.JTextField outFileName

savingFile

java.io.File savingFile

morDicSave

javax.swing.JFileChooser morDicSave

Class fr.umlv.unitex.MessageWhileWorkingFrame extends javax.swing.JInternalFrame implements Serializable

Class fr.umlv.unitex.MorphemeFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

MyTextArea text

Class fr.umlv.unitex.MyTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

currentTimer

javax.swing.Timer currentTimer

Class fr.umlv.unitex.NumericTextField extends javax.swing.JTextField implements Serializable

Class fr.umlv.unitex.PreprocessFrame extends javax.swing.JDialog implements Serializable

Serialized Fields

sentenceCheck

javax.swing.JCheckBox sentenceCheck

replaceCheck

javax.swing.JCheckBox replaceCheck

sentenceName

javax.swing.JTextField sentenceName

replaceName

javax.swing.JTextField replaceName

applyDicCheck

javax.swing.JCheckBox applyDicCheck

analyseUnknownWordsCheck

javax.swing.JCheckBox analyseUnknownWordsCheck

analyseUnknownWordsLabel

javax.swing.JLabel analyseUnknownWordsLabel

textFst2Check

javax.swing.JCheckBox textFst2Check

originalTextFile

java.io.File originalTextFile

sntFile

java.io.File sntFile

Class fr.umlv.unitex.SplashScreen extends javax.swing.JWindow implements Serializable

Class fr.umlv.unitex.TextAutomatonFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

javax.swing.JTextArea text

sentence_count_label

javax.swing.JLabel sentence_count_label

elagON

boolean elagON

spinner

javax.swing.JSpinner spinner

elaggraph

FstGraphicalZone elaggraph

elagrules

java.io.File elagrules

ruleslabel

javax.swing.JLabel ruleslabel

graphicalZone

FstGraphicalZone graphicalZone

texte

FstTextField texte

modified

boolean modified

scroll

javax.swing.JScrollPane scroll

superpanel

javax.swing.JSplitPane superpanel

RESET_SENTENCE_GRAPH

javax.swing.JButton RESET_SENTENCE_GRAPH

Class fr.umlv.unitex.TextDicFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

dicPanel

javax.swing.JPanel dicPanel

errPanel

javax.swing.JPanel errPanel

dlf

MyTextArea dlf

dlfScroll

javax.swing.JScrollPane dlfScroll

dlc

MyTextArea dlc

dlcScroll

javax.swing.JScrollPane dlcScroll

err

MyTextArea err

errScroll

javax.swing.JScrollPane errScroll

dlfLabel

javax.swing.JLabel dlfLabel

dlcLabel

javax.swing.JLabel dlcLabel

errLabel

javax.swing.JLabel errLabel

morphPanel

javax.swing.JPanel morphPanel

morphDic

MyTextArea morphDic

morphScroll

javax.swing.JScrollPane morphScroll

Class fr.umlv.unitex.TextField extends javax.swing.JTextField implements Serializable

Serialized Fields

parent

GraphFrame parent
Frame that contains this component


modified

boolean modified
Indicates if the text field content has been modified


specialPaste

fr.umlv.unitex.TextField.SpecialPaste specialPaste
TextAction that defines what to do for a "paste" operation


specialCopy

fr.umlv.unitex.TextField.SpecialCopy specialCopy
TextAction that defines what to do for a "copy" operation


selectAll

fr.umlv.unitex.TextField.SelectAll selectAll
TextAction that defines what to do for a "select all" operation


cut

fr.umlv.unitex.TextField.Cut cut
TextAction that defines what to do for a "cut" operation


presentation

fr.umlv.unitex.TextField.Presentation presentation
TextAction that shows the graph presentation frame


OPEN

fr.umlv.unitex.TextField.Open OPEN
TextAction that shows a dialog box to open a graph


SAVE

fr.umlv.unitex.TextField.Save SAVE
TextAction that saves the current graph

Class fr.umlv.unitex.TextFontMenu extends javax.swing.JDialog implements Serializable

Serialized Fields

font

javax.swing.JTextField font

style

javax.swing.JTextField style

size

NumericTextField size

script

javax.swing.JTextField script

example

javax.swing.JTextField example

fontList

java.awt.List fontList

styleList

java.awt.List styleList

sizeList

java.awt.List sizeList

scriptList

java.awt.List scriptList

styles

java.util.Hashtable styles

ranges

java.util.Hashtable ranges

fontName

java.lang.String fontName

fontStyle

int fontStyle

fontSize

int fontSize

fontScript

int fontScript

res

java.awt.Font res

pref

Preferences pref

mode

int mode

Class fr.umlv.unitex.TextFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

MyTextArea text

ligne1

javax.swing.JLabel ligne1

ligne2

javax.swing.JLabel ligne2

Class fr.umlv.unitex.TokensFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

MyTextArea text

Class fr.umlv.unitex.UnitexFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

dropTarget

java.awt.dnd.DropTarget dropTarget
This object is used to enable drag-and-drop, so that the user can pick up texts, graphs and dictionaries from a file explorer.


menuBar

javax.swing.JMenuBar menuBar

printerJob

java.awt.print.PrinterJob printerJob

pageFormat

java.awt.print.PageFormat pageFormat

openText

javax.swing.Action openText

openTaggedText

javax.swing.Action openTaggedText

preprocessText

javax.swing.Action preprocessText

changeLang

javax.swing.Action changeLang

applyLexicalResources

javax.swing.Action applyLexicalResources

locatePattern

javax.swing.Action locatePattern

displayLocatedSequences

javax.swing.AbstractAction displayLocatedSequences

elagComp

javax.swing.AbstractAction elagComp

constructFst

javax.swing.AbstractAction constructFst

convertFst

javax.swing.AbstractAction convertFst

closeText

javax.swing.AbstractAction closeText

quitUnitex

javax.swing.AbstractAction quitUnitex

checkDelaFormat

javax.swing.AbstractAction checkDelaFormat

sortDictionary

javax.swing.AbstractAction sortDictionary

inflect

javax.swing.AbstractAction inflect

inflectMorph

javax.swing.AbstractAction inflectMorph

compressIntoFST

javax.swing.AbstractAction compressIntoFST

closeDela

javax.swing.AbstractAction closeDela

mergeData

javax.swing.AbstractAction mergeData

openLexiconGrammar

javax.swing.AbstractAction openLexiconGrammar

compileLexiconGrammar

javax.swing.AbstractAction compileLexiconGrammar

closeLexiconGrammar

javax.swing.AbstractAction closeLexiconGrammar

destDirectory

javax.swing.JTextField destDirectory
Shows a window that offers the user to compile graphs with head graph. If the user clicks on the "OK" button, the compilation process is launched through the creation of a ProcessInfoFrame object.


compileGrapheMorphemeOption

javax.swing.JLabel compileGrapheMorphemeOption

Package fr.umlv.unitex.conversion

Class fr.umlv.unitex.conversion.ConversionFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

srcEncodingList

javax.swing.JList srcEncodingList

destEncodingList

javax.swing.JList destEncodingList

replace

javax.swing.JRadioButton replace

renameSourceWithPrefix

javax.swing.JRadioButton renameSourceWithPrefix

renameSourceWithSuffix

javax.swing.JRadioButton renameSourceWithSuffix

nameDestWithPrefix

javax.swing.JRadioButton nameDestWithPrefix

nameDestWithSuffix

javax.swing.JRadioButton nameDestWithSuffix

prefixSuffix

javax.swing.JTextField prefixSuffix

listModel

javax.swing.DefaultListModel listModel

fileList

javax.swing.JList fileList

addFiles

javax.swing.JButton addFiles

removeFiles

javax.swing.JButton removeFiles

transcode

javax.swing.JButton transcode

cancel

javax.swing.JButton cancel

Package fr.umlv.unitex.editor

Class fr.umlv.unitex.editor.EditionTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

currentTimer

javax.swing.Timer currentTimer

searchIndex

int searchIndex

Class fr.umlv.unitex.editor.FileEditionMenu extends javax.swing.JMenu implements Serializable

Class fr.umlv.unitex.editor.ReplacementTargetException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.editor.TargetException extends java.lang.Exception implements Serializable


Package fr.umlv.unitex.editor.ui

Class fr.umlv.unitex.editor.ui.DictionnaryFindPanel extends fr.umlv.unitex.editor.ui.AbstractFindpanel implements Serializable

Serialized Fields

modelCano

javax.swing.ButtonModel modelCano

modelUp

javax.swing.ButtonModel modelUp

modelGram

javax.swing.ButtonModel modelGram

modelDown

javax.swing.ButtonModel modelDown

modelFl

javax.swing.ButtonModel modelFl

modelFlCode

javax.swing.ButtonModel modelFlCode

modelBegin

javax.swing.ButtonModel modelBegin

Class fr.umlv.unitex.editor.ui.FileEditionTextFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

text

EditionTextArea text
Area where the text is store an can be edit


fileManager

FileManager fileManager

file

java.io.File file

saveAction

javax.swing.Action saveAction

saveAsAction

javax.swing.Action saveAsAction

cutAction

javax.swing.Action cutAction

copyAction

javax.swing.Action copyAction

pasteAction

javax.swing.Action pasteAction

findAction

javax.swing.Action findAction

Class fr.umlv.unitex.editor.ui.FindDialog extends javax.swing.JDialog implements Serializable

Class fr.umlv.unitex.editor.ui.FindPanel extends fr.umlv.unitex.editor.ui.AbstractFindpanel implements Serializable

Serialized Fields

modelUp

javax.swing.ButtonModel modelUp

modelPrefixe

javax.swing.ButtonModel modelPrefixe

modelWordmodelCase

javax.swing.ButtonModel modelWordmodelCase

modelDown

javax.swing.ButtonModel modelDown

modelSuffixe

javax.swing.ButtonModel modelSuffixe

modelWord

javax.swing.ButtonModel modelWord

modelCase

javax.swing.ButtonModel modelCase

modelRadical

javax.swing.ButtonModel modelRadical

modelBegin

javax.swing.ButtonModel modelBegin

Class fr.umlv.unitex.editor.ui.FindSentencePanel extends fr.umlv.unitex.editor.ui.SearchPanel implements Serializable

Serialized Fields

sentenceNumber

javax.swing.JTextField sentenceNumber

Class fr.umlv.unitex.editor.ui.KeyErrorException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.editor.ui.TextAreaSeparatorException extends java.lang.Exception implements Serializable


Package fr.umlv.unitex.exceptions

Class fr.umlv.unitex.exceptions.BackSlashAtEndOfLineException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.exceptions.MissingGraphNameException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.exceptions.NoClosingQuoteException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.exceptions.NoClosingRoundBracketException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.exceptions.NoClosingSupException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.exceptions.NotAUnicodeLittleEndianFileException extends java.lang.Exception implements Serializable


Package fr.umlv.unitex.process

Class fr.umlv.unitex.process.ConcordCommand.InvalidConcordanceOrderException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.process.ConvertCommand.InvalidDestinationEncodingException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.process.ConvertCommand.InvalidSourceEncodingException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.process.PolyLexCommand.InvalidPolyLexArgumentException extends java.lang.Exception implements Serializable

Class fr.umlv.unitex.process.ProcessInfoFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

p

java.lang.Process p

text_stdout

javax.swing.JTextArea text_stdout

scroll

javax.swing.JScrollPane scroll

text_stderr

javax.swing.JTextArea text_stderr

errorScroll

javax.swing.JScrollPane errorScroll

close_on_finish

boolean close_on_finish

stop_if_problem

boolean stop_if_problem

commands

MultiCommands commands

DO

ToDoAbstract DO

Package fr.umlv.unitex.undo

Class fr.umlv.unitex.undo.AddBoxeEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

boxes

java.util.ArrayList boxes
boxes of the graph


boxe

GenericGraphBox boxe
boxe to add to the graph


zone

GenericGraphicalZone zone
area where the graph is drawn


transtionsToBoxe

java.util.ArrayList transtionsToBoxe
list of transition to the boxe

Class fr.umlv.unitex.undo.BoxeGroupTextEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

selectedBoxes

java.util.ArrayList selectedBoxes
boxes selected in the graph


oldSelectedBoxes

java.util.ArrayList oldSelectedBoxes
boxes selected in the graph before adding a transition


selectedBoxesAndOldString

java.util.HashMap selectedBoxesAndOldString
hasmap of the selected boxes and the text before the boxe group text edit action


remplacementString

java.lang.String remplacementString
remplacement string of each selected boxe of the graph


zone

GenericGraphicalZone zone
araa where the graph is drawn

Class fr.umlv.unitex.undo.BoxeTextEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

oldText

java.lang.String oldText
text before editing


newText

java.lang.String newText
text before editing


boxe

GenericGraphBox boxe
boxe where change text


zone

GenericGraphicalZone zone
zone where the graph is drawn

Class fr.umlv.unitex.undo.DeleteBoxGroupEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

boxes

java.util.ArrayList boxes
graph's boxes


selectedBoxes

java.util.ArrayList selectedBoxes
graph's boxes


oldSelectedBoxes

java.util.ArrayList oldSelectedBoxes
graph's boxes


zone

GenericGraphicalZone zone
zone where the graph is drawn


selectedBoxesAndTransitionsTo

java.util.HashMap selectedBoxesAndTransitionsTo
hashmap which store the boxes selected before the delete action and the transitions to its


selectedBoxesAndTransitionsFrom

java.util.HashMap selectedBoxesAndTransitionsFrom
hashmap which store the boxes selected before the delete action and the transitions to its

Class fr.umlv.unitex.undo.RemoveBoxeEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

transitionsToBoxe

java.util.ArrayList transitionsToBoxe
List of transition to a boxe


boxes

java.util.ArrayList boxes
boxes of the graph


boxe

GenericGraphBox boxe
boxe to remove


zone

GenericGraphicalZone zone
zone where the graph is drawn


itSelfTransition

boolean itSelfTransition
if the boxe to remove have a selftransition or not

Class fr.umlv.unitex.undo.SelectEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

selectedBoxes

java.util.ArrayList selectedBoxes
boxes selected in the graph


oldSelectedBoxes

java.util.ArrayList oldSelectedBoxes
boxes selected in the graph

Class fr.umlv.unitex.undo.TransitionEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

srcBoxe

GenericGraphBox srcBoxe
boxe from transition starts


dstBoxe

GenericGraphBox dstBoxe
boxe from transition starts

Class fr.umlv.unitex.undo.TransitionGroupEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

selectedBoxes

java.util.ArrayList selectedBoxes
boxes selected in the graph


oldSelectedBoxes

java.util.ArrayList oldSelectedBoxes
boxes selected in the graph


dst

GenericGraphBox dst
transition destination boxe


zone

GenericGraphicalZone zone
zone where the graph is drawn

Class fr.umlv.unitex.undo.TranslationEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

boxe

GenericGraphBox boxe
boxe to translate


x

int x
length of X, Y shift in pixels


y

int y
length of X, Y shift in pixels

Class fr.umlv.unitex.undo.TranslationGroupEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

selectedBoxes

java.util.ArrayList selectedBoxes
boxes selected in the graph


x

int x
length of X, Y shift in pixels


y

int y
length of X, Y shift in pixels