Serialized Form


Package com.fg.ftree

Class com.fg.ftree.FCancelException extends Exception implements Serializable

Class com.fg.ftree.FTree extends JPanel implements Serializable

Serialized Fields

rendPane

CellRendererPane rendPane

cellGUI

com.fg.ftree.FTreeCellGUI cellGUI

treeModel

com.fg.ftree.FTreeModel treeModel

hControls

Hashtable<K,V> hControls

expandedNodes

HashSet<E> expandedNodes

bgColor

Color bgColor

preferredViewportSize

Dimension preferredViewportSize

reducedView

boolean reducedView

leftMargin

int leftMargin

topMargin

int topMargin

rightMargin

int rightMargin

bottomMargin

int bottomMargin

dXFrame

int dXFrame

dXGap

int dXGap

dYFrame

int dYFrame

dYGap

int dYGap

cellsLeftInset

int cellsLeftInset

xCellRelative

int xCellRelative

dXFrameAndGap

int dXFrameAndGap

dYFrameAndGap

int dYFrameAndGap

treeWidth

int treeWidth

treeHeight

int treeHeight

items

Vector<E> items

itemsCount

int itemsCount

firstIndex

int firstIndex

currIndex

int currIndex

targetFolder

com.fg.ftree.FTree.Item targetFolder

expansionItem

com.fg.ftree.FTree.Item expansionItem

selectedNode

Object selectedNode

selectedPath

Object[] selectedPath

editingItem

com.fg.ftree.FTree.Item editingItem

currEditor

JComponent currEditor

repainted

boolean repainted

popup

JPopupMenu popup

mSelectAll

JMenuItem mSelectAll

mCut

JMenuItem mCut

mCopy

JMenuItem mCopy

mPaste

JMenuItem mPaste

popupListener

com.fg.ftree.FTree.PopupListener popupListener

innerListener

com.fg.ftree.FTree.InnerListener innerListener

selectListeners

Vector<E> selectListeners

expBarListeners

Vector<E> expBarListeners

beforeExpansListener

Vector<E> beforeExpansListener

expansListeners

Vector<E> expansListeners

editorListeners

Vector<E> editorListeners

actionListeners

Vector<E> actionListeners

dialogs

Hashtable<K,V> dialogs

Class com.fg.ftree.FTreeActionEvent extends com.fg.ftree.FTreeNodeEvent implements Serializable

Serialized Fields

actionFlags

int actionFlags

Class com.fg.ftree.FTreeEditorEvent extends com.fg.ftree.FTreeNodeEvent implements Serializable

Serialized Fields

updateNode

boolean updateNode

directStopEditing

boolean directStopEditing

innerEvent

Object innerEvent

Class com.fg.ftree.FTreeModelEvent extends EventObject implements Serializable

Serialized Fields

restructured

boolean restructured

Class com.fg.ftree.FTreeNodeEvent extends EventObject implements Serializable

Serialized Fields

expanded

boolean expanded

selected

boolean selected

editing

boolean editing

Class com.fg.ftree.GgFTree extends com.fg.ftree.FTree implements Serializable

serialVersionUID: -208048327893735151L


Package com.fg.fxapplet

Class com.fg.fxapplet.FXApplet extends JApplet implements Serializable

Serialized Fields

innerListener

com.fg.fxapplet.FXApplet.InnerListener innerListener

prmDocName

String prmDocName

prmXMLSchema

String prmXMLSchema

prmXMLSource

String prmXMLSource

prmBaseURL

String prmBaseURL

prmNamespace

String prmNamespace

prmElement

String prmElement

prmXMLDest

String prmXMLDest

prmOnStart

String prmOnStart

prmOnLoad

String prmOnLoad

prmOnSave

String prmOnSave

prmCookieName

String prmCookieName

prmCookieValue

String prmCookieValue

model

com.fg.xmleditor.FXDocumentModel model

dblView

com.fg.xmleditor.FXDoubleView dblView

toolbar

JToolBar toolbar

btnXsdLoad

JButton btnXsdLoad

btnXmlLoad

JButton btnXmlLoad

btnReload

JButton btnReload

btnSave

JButton btnSave

btnHorizSplit

JToggleButton btnHorizSplit

btnVertSplit

JToggleButton btnVertSplit

splitGroup

ButtonGroup splitGroup

btnSync

JToggleButton btnSync

menuBar

JMenuBar menuBar

menuDocument

JMenu menuDocument

mXsdLoad

JMenuItem mXsdLoad

mXmlLoad

JMenuItem mXmlLoad

mReload

JMenuItem mReload

mSave

JMenuItem mSave

menuLF

JMenu menuLF

textField

JTextField textField

textFieldXml

JTextField textFieldXml

Package com.fg.xmleditor

Class com.fg.xmleditor.FXBasicView extends JComponent implements Serializable

Serialized Fields

model

com.fg.xmleditor.FXModel model

tree

com.fg.ftree.FTree tree

mouseInfo

JTextField mouseInfo

errorInfoArea

JTextArea errorInfoArea

nodesInfoArea

JTextArea nodesInfoArea

viewListeners

Vector<E> viewListeners

innerListener

com.fg.xmleditor.FXBasicView.InnerListener innerListener

_insert

boolean _insert

_remove

boolean _remove

_moveUp

boolean _moveUp

_moveDown

boolean _moveDown

popup

JPopupMenu popup

mSelect

JMenuItem mSelect

mUnselect

JMenuItem mUnselect

mInsBefore

JMenuItem mInsBefore

mInsAfter

JMenuItem mInsAfter

mRemove

JMenuItem mRemove

mMoveUp

JMenuItem mMoveUp

mMoveDown

JMenuItem mMoveDown

mFindInvalid

JMenuItem mFindInvalid

mFindNode

JMenuItem mFindNode

mNS

JMenuItem mNS

searchDialog

com.fg.xmleditor.SearchDialog searchDialog

Class com.fg.xmleditor.FXDoubleView extends JPanel implements Serializable

Serialized Fields

leftView

com.fg.xmleditor.FXView leftView

rightView

com.fg.xmleditor.FXView rightView

model

com.fg.xmleditor.FXModel model

sp

JSplitPane sp

innerListener

com.fg.xmleditor.FXDoubleView.InnerListener innerListener

syncSelectNodes

boolean syncSelectNodes

Class com.fg.xmleditor.FXModelException extends Exception implements Serializable

Class com.fg.xmleditor.FXStatusEvent extends EventObject implements Serializable

Serialized Fields

status

boolean status

Class com.fg.xmleditor.FXView extends FXBasicView implements Serializable

Serialized Fields

tb

TitledBorder tb

btnInsBefore

JButton btnInsBefore

btnInsAfter

JButton btnInsAfter

btnRemove

JButton btnRemove

btnMoveUp

JButton btnMoveUp

btnMoveDown

JButton btnMoveDown

btnNS

JButton btnNS

btnInvalid

JButton btnInvalid

btnFindNode

JButton btnFindNode

btnEditXML

JToggleButton btnEditXML

btnViewXML

JToggleButton btnViewXML

modeGroup

ButtonGroup modeGroup

viewListener

com.fg.xmleditor.FXView.ViewListener viewListener

Class com.fg.xmleditor.NewDocumentDialog extends JDialog implements Serializable

Serialized Fields

model

com.fg.xmleditor.FXDocumentModel model

btnOK

JButton btnOK

btnCancel

JButton btnCancel

cbNS

JComboBox cbNS

cbElement

JComboBox cbElement

okStatus

boolean okStatus

rootNamespace

String rootNamespace

rootElementName

String rootElementName

Class com.fg.xmleditor.NSQualifiersDialog extends JDialog implements Serializable

Serialized Fields

model

com.fg.xmleditor.FXModel model

vNS

ArrayList<E> vNS

vQual

ArrayList<E> vQual

nsTable

JTable nsTable

nsData

com.fg.xmleditor.NSQualifiersDialog.NSData nsData

btnOK

JButton btnOK

btnCancel

JButton btnCancel

Class com.fg.xmleditor.SearchDialog extends JDialog implements Serializable

Serialized Fields

basicView

FXBasicView basicView

cbName

JCheckBox cbName

cbValue

JCheckBox cbValue

tfName

JTextField tfName

tfValue

JTextField tfValue

cbNameCaseSensitive

JCheckBox cbNameCaseSensitive

cbValueCaseSensitive

JCheckBox cbValueCaseSensitive

cbNameWholeWords

JCheckBox cbNameWholeWords

cbValueWholeWords

JCheckBox cbValueWholeWords

btnFind

JButton btnFind

btnCancel

JButton btnCancel

theName

String theName

nameCaseSensitive

boolean nameCaseSensitive

nameWholeWords

boolean nameWholeWords

theValue

String theValue

valueCaseSensitive

boolean valueCaseSensitive

valueWholeWords

boolean valueWholeWords

Package org.waarp.xample

Class org.waarp.xample.DlgAbout extends JDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

panel2

JPanel panel2

insetsPanel1

JPanel insetsPanel1

insetsPanel3

JPanel insetsPanel3

button1

JButton button1

label1

JLabel label1

label2

JLabel label2

label3

JLabel label3

label4

JLabel label4

borderLayout1

BorderLayout borderLayout1

borderLayout2

BorderLayout borderLayout2

gridLayout1

GridLayout gridLayout1

product

String product

version

String version

copyright

String copyright

comments

String comments

border1

Border border1

Class org.waarp.xample.FHistoryButton extends JComponent implements Serializable

Serialized Fields

leftButton

JToggleButton leftButton

rightButton

org.waarp.xample.FHistoryButton.Btn rightButton

popupMenu

JPopupMenu popupMenu

items

ArrayList<E> items

itemListeners

ArrayList<E> itemListeners

actionListeners

ArrayList<E> actionListeners

Class org.waarp.xample.XAmple extends JFrame implements Serializable

Serialized Fields

history

History history

btnOpenXSD

FHistoryButton btnOpenXSD

btnOpenXML

FHistoryButton btnOpenXML

btnNewXML

JButton btnNewXML

btnSaveXML

JButton btnSaveXML

btnHorizSplit

JToggleButton btnHorizSplit

btnVertSplit

JToggleButton btnVertSplit

splitGroup

ButtonGroup splitGroup

btnSync

JToggleButton btnSync

menuBar

JMenuBar menuBar

menuFile

JMenu menuFile

mOpenXSD

JMenuItem mOpenXSD

mOpenXML

JMenuItem mOpenXML

mNewXML

JMenuItem mNewXML

mSaveXML

JMenuItem mSaveXML

mExit

JMenuItem mExit

menuLF

JMenu menuLF

menuHelp

JMenu menuHelp

mAbout

JMenuItem mAbout

dblView

com.fg.xmleditor.FXDoubleView dblView

model

com.fg.xmleditor.FXDocumentModel model

fileDlg

JFileChooser fileDlg

xsdFilter

org.waarp.xample.XAmple.TheFileFilter xsdFilter

xmlFilter

org.waarp.xample.XAmple.TheFileFilter xmlFilter

fFileDialog

FFileDialog fFileDialog

xsdFileName

String xsdFileName

xmlFileName

String xmlFileName

Package org.waarp.xample.custnodes

Class org.waarp.xample.custnodes.FFileDialog extends JDialog implements Serializable

Serialized Fields

panel

JPanel panel

fileChooser

org.waarp.xample.custnodes.FFileDialog.FFileChooser fileChooser

mode

int mode

data

Object data

masks

List<E> masks



Copyright © 2009-2013 Waarp. All Rights Reserved.