A B C D E F G H I K L M N O P R S T U V W X _

I

ICellControl - interface com.fg.ftreenodes.ICellControl.
ICellControl iterface has to be implemented by any "extra-control" object, which is to be instantiated/found with value, returned by FAbstractToggleNode.getExtraClassOrId() method.
ID - Static variable in interface com.fg.xmleditor.Common
ID = "ID"
IDREF - Static variable in interface com.fg.xmleditor.Common
IDREF = "IDREF"
IDREF_FLAG - Static variable in interface com.fg.xmleditor.Common
IDREF_FLAG = 1 << 13
ID_FLAG - Static variable in interface com.fg.xmleditor.Common
ID_FLAG = 1 << 12
in(int) - Method in class com.fg.xmleditor.XSRef
Method returns true when bitwise operation XSRef.getType() & types > 0 and false otherwise.
init() - Method in class com.fg.fxapplet.FXApplet
 
init(XSModel) - Method in class com.fg.xmleditor.CacheStore
Method initializes CacheStore object with XML Schema data.
initCellControl(boolean) - Method in class com.fg.custnodes.FDate
 
initCellControl(boolean) - Method in class com.fg.custnodes.FFileDialog
 
initCellControl(boolean) - Method in class com.fg.ftreenodes.FCheckBox
 
initCellControl(boolean) - Method in class com.fg.ftreenodes.FChoice
 
initCellControl(boolean) - Method in class com.fg.ftreenodes.FComboBox
 
initCellControl(boolean) - Method in class com.fg.ftreenodes.FDialogInvoker
 
initCellControl(boolean) - Method in class com.fg.ftreenodes.FTextAreaDialog
 
initCellControl(boolean) - Method in class com.fg.ftreenodes.FTextField
 
initCellControl(boolean) - Method in class com.fg.ftreenodes.FTextLabel
 
initCellControl(boolean) - Method in interface com.fg.ftreenodes.ICellControl
Method is called only once after an object, which implements ICellControl interface was instantiated.
insert(MutableTreeNode, int) - Method in class com.fg.ftree.FBasicNode
 
insert(MutableTreeNode, int) - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
insertInstance(FToggleNode, int) - Method in class com.fg.xmleditor.FXDocumentModelImpl
Insert a new FToggleNode instance of Element, Substitution Group or Model Group into an Array folder at the specified position.
insertInstance(FToggleNode, int) - Method in interface com.fg.xmleditor.FXModel
Insert a new FToggleNode instance of Element, Substitution Group or Model Group into an Array folder at the specified position.
insertInstance(FToggleNode, int) - Method in class com.fg.xmleditor.TreeViewBuilder
Insert a new FToggleNode instance of Element, Substitution Group or Model Group into an Array folder at the specified position.
insertNodeAfter() - Method in class com.fg.xmleditor.FXBasicView
If FXBasicView.canInsert() returns true, the method inserts a new sibling node, following the current selected node, otherwise it does nothing.
insertNodeBefore() - Method in class com.fg.xmleditor.FXBasicView
If FXBasicView.canInsert() returns true, the method inserts a new sibling node, preceding the current selected node, otherwise it does nothing.
isArray() - Method in class com.fg.xmleditor.XSRef
Method returns result of XSRef.in(int) method call with XSRef.ANY_ARRAY parameter passed.
isAttribute() - Method in class com.fg.xmleditor.XSRef
Method returns result of XSRef.in(int) method call with XSRef.ATTRIBUTE parameter passed.
isCanceled() - Method in class com.fg.ftree.FTreeEditorEvent
 
isDirectStopEditing() - Method in class com.fg.ftree.FTreeEditorEvent
 
isDocChanged() - Method in class com.fg.xmleditor.FXBasicView
Returns true if current XML document has been changed by the editor and false otherwise.
isDocChanged() - Method in class com.fg.xmleditor.FXDoubleView
Returns true if current XML document has been changed by the editor and false otherwise.
isDocValid() - Method in class com.fg.xmleditor.FXBasicView
Returns true if current XML document is valid and false otherwise.
isDocValid() - Method in class com.fg.xmleditor.FXDoubleView
Returns true if current XML document is valid and false otherwise.
isDocumentChanged() - Method in class com.fg.xmleditor.FXDocumentModelImpl
Method returns "changed" status for the current XML document.
isDocumentChanged() - Method in interface com.fg.xmleditor.FXModel
Method returns "changed" status for the current XML document.
isDocumentValid() - Method in class com.fg.xmleditor.FXDocumentModelImpl
Method returns validity status for the current XML document.
isDocumentValid() - Method in interface com.fg.xmleditor.FXModel
Method returns validity status for the current XML document.
isEditable() - Method in class com.fg.ftree.FBasicNode
 
isEditable() - Method in class com.fg.ftreenodes.CommonSettings
 
isEditable() - Method in class com.fg.ftreenodes.FToggleNodeAttributes
 
isElement() - Method in class com.fg.xmleditor.XSRef
Method returns result of XSRef.in(int) method call with XSRef.ANY_ELEMENT parameter passed.
isElementWithAttributes() - Method in class com.fg.xmleditor.XSRef
Method returns result of XSRef.in(int) method call with XSRef.ANY_ELEMENT_WITH_ATTRIBUTES parameter passed.
isElementWithChildNodes() - Method in class com.fg.xmleditor.XSRef
Method returns result of XSRef.in(int) method call with XSRef.ANY_ELEMENT_WITH_CHILD_NODES parameter passed.
isExposed() - Method in class com.fg.xmleditor.CustInfo
Method returns true if respective schema element is defined as "exposed" and false otherwise.
isFolderBarDecorated() - Method in class com.fg.ftreenodes.CommonSettings
 
isFolderBarDecorated() - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
isFolderBarDecorated() - Method in class com.fg.ftreenodes.FToggleNodeAttributes
 
isGroup() - Method in class com.fg.xmleditor.XSRef
Method returns result of XSRef.in(int) method call with XSRef.ANY_GROUP parameter passed.
isLeaf() - Method in class com.fg.ftree.FBasicNode
 
isNodeEditing() - Method in class com.fg.ftree.FTreeNodeEvent
 
isNodeExpanded(Object) - Method in class com.fg.ftree.FTree
 
isNodeExpanded() - Method in class com.fg.ftree.FTreeNodeEvent
 
isNodeSelected() - Method in class com.fg.ftree.FTreeNodeEvent
 
isNodeSelectionAllowed(FTree, Object) - Method in class com.fg.ftree.DefaultFTreeCellGUI
 
isNodeSelectionAllowed(FTree) - Method in interface com.fg.ftree.FNodeCellGUI
 
isNodeSelectionAllowed(FTree, Object) - Method in interface com.fg.ftree.FTreeCellGUI
 
isNodeSelectionAllowed(FTree) - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
isPathSelected() - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
isRadioUnselectable() - Method in class com.fg.ftreenodes.CommonSettings
 
isRadioUnselectable() - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
isRadioUnselectable() - Method in class com.fg.ftreenodes.FToggleNodeAttributes
 
isReducedView() - Method in class com.fg.ftree.FTree
 
isReducedView() - Method in class com.fg.xmleditor.FXBasicView
Returns true when component is in the Viewer mode (aditional structural elements such as XSD Groups folders and array folders are not shown) and false when component is in Editor mode.
isRestructured() - Method in class com.fg.ftree.FTreeModelEvent
 
isStatusOK() - Method in class com.fg.xmleditor.NewDocumentDialog
Returns true if a user closed the dialog by pressing "OK" button.
isToggleEnabled() - Method in class com.fg.ftreenodes.CommonSettings
 
isToggleEnabled() - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
isToggleEnabled() - Method in class com.fg.ftreenodes.FToggleControl
 
isToggleEnabled() - Method in class com.fg.ftreenodes.FToggleNodeAttributes
 
isToggleRadio() - Method in class com.fg.ftreenodes.CommonSettings
 
isToggleRadio() - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
isToggleRadio() - Method in class com.fg.ftreenodes.FToggleControl
 
isToggleRadio() - Method in class com.fg.ftreenodes.FToggleNodeAttributes
 
isToggleSelected() - Method in class com.fg.ftreenodes.CommonSettings
 
isToggleSelected() - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
isToggleSelected() - Method in class com.fg.ftreenodes.FToggleControl
 
isToggleSelected() - Method in class com.fg.ftreenodes.FToggleNodeAttributes
 
isToggleVisible() - Method in class com.fg.ftreenodes.CommonSettings
 
isToggleVisible() - Method in class com.fg.ftreenodes.FAbstractToggleNode
 
isToggleVisible() - Method in class com.fg.ftreenodes.FToggleControl
 
isToggleVisible() - Method in class com.fg.ftreenodes.FToggleNodeAttributes
 
itemStateChanged(ItemEvent) - Method in class com.fg.ftreenodes.FChoice
 
itemStateChanged(ItemEvent) - Method in class com.fg.ftreenodes.FComboBox
 
itemStateChanged(ItemEvent) - Method in class com.fg.xample.XAmple
 
itemStateChanged(ItemEvent) - Method in class com.fg.xmleditor.NewDocumentDialog
 

A B C D E F G H I K L M N O P R S T U V W X _