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

F

FALSE - Static variable in interface com.fg.xmleditor.Common
FALSE = "false"
FAbstractToggleNode - class com.fg.ftreenodes.FAbstractToggleNode.
FAbstractToggleNode class is an ancestor of multiple toggle-node classes, which can be displayed by the custom Swing tree component FTree.
FAbstractToggleNode(CommonSettings) - Constructor for class com.fg.ftreenodes.FAbstractToggleNode
 
FAbstractToggleNode(CommonSettings, String) - Constructor for class com.fg.ftreenodes.FAbstractToggleNode
 
FActionConstants - interface com.fg.ftree.FActionConstants.
Interface defines a set of constants to be returned (possibly as a "bitwise OR" combination) by the FTreeCellGUI.cellClicked(FTree, Object, JComponent, int, int, java.util.List) and FNodeCellGUI.cellClicked(FTree, JComponent, int, int, java.util.List) methods.
FBasicNode - class com.fg.ftree.FBasicNode.
FBasicNode is a simple implementation of the MutableTreeNode interface, which is an ancestor of various kinds of nodes used with FTree component.
FBasicNode() - Constructor for class com.fg.ftree.FBasicNode
 
FCancelException - exception com.fg.ftree.FCancelException.
FCancelException trown from the FTreeExpansionListener.nodeWillExpand(FTreeNodeEvent) or FTreeExpansionListener.nodeWillCollapse(FTreeNodeEvent) prevents node from being expanded or collapsed.
FCancelException() - Constructor for class com.fg.ftree.FCancelException
 
FCheckBox - class com.fg.ftreenodes.FCheckBox.
FCheckBox represents a check-box component, which implements ICellControl interface and thus it can be used as a toggle-node extra-control (control for displaying/editing of the node value).
FCheckBox() - Constructor for class com.fg.ftreenodes.FCheckBox
 
FChoice - class com.fg.ftreenodes.FChoice.
FChoice represents a not-editable combo-box component, which implements ICellControl interface and thus it can be used as a toggle-node extra-control (control for displaying/editing of the node value).
FChoice() - Constructor for class com.fg.ftreenodes.FChoice
 
FChoiceNode - class com.fg.ftreenodes.FChoiceNode.
FChoiceNode represents a toggle-node which exposes FChoice extra-control for displaying/editing of the node value.
FChoiceNode(CommonSettings) - Constructor for class com.fg.ftreenodes.FChoiceNode
 
FChoiceNode(CommonSettings, String, Object, Params) - Constructor for class com.fg.ftreenodes.FChoiceNode
 
FComboBox - class com.fg.ftreenodes.FComboBox.
FComboBox represents an editable combo-box component, which implements ICellControl interface and thus it can be used as a toggle-node extra-control (control for displaying/editing of the node value).
FComboBox() - Constructor for class com.fg.ftreenodes.FComboBox
 
FComboBoxNode - class com.fg.ftreenodes.FComboBoxNode.
FComboBoxNode represents a toggle-node which exposes FComboBox extra-control for displaying/editing of the node value.
FComboBoxNode(CommonSettings) - Constructor for class com.fg.ftreenodes.FComboBoxNode
 
FComboBoxNode(CommonSettings, String, Object, Params) - Constructor for class com.fg.ftreenodes.FComboBoxNode
 
FDate - class com.fg.custnodes.FDate.
FDate is a simple extension of the trial version of the lt.monarch.swing.JDateField component, which can be used as a custom field editor for the FXBasicView.
FDate() - Constructor for class com.fg.custnodes.FDate
 
FDialogInvoker - class com.fg.ftreenodes.FDialogInvoker.
FDialogInvoker component implements ICellControl interface and thus it can be used as a toggle-node extra-control (control for displaying/editing of the node value).
FDialogInvoker(JDialog) - Constructor for class com.fg.ftreenodes.FDialogInvoker
 
FDoubleKey - class com.fg.ftreenodes.FDoubleKey.
Represents a key, which is used by FTree to find toggle-node GUI components.
FDoubleKey(Object, Object) - Constructor for class com.fg.ftreenodes.FDoubleKey
 
FFileDialog - class com.fg.custnodes.FFileDialog.
FFileDialog is a file dialog, which can be used as a custom field editor for the FXBasicView.
FFileDialog() - Constructor for class com.fg.custnodes.FFileDialog
 
FHistoryButton - class com.fg.xample.FHistoryButton.
A simple button with drop-down menu for the XAmple application.
FHistoryButton(ImageIcon, String, String) - Constructor for class com.fg.xample.FHistoryButton
 
FILE - Static variable in class com.fg.xample.HistoryIO
 
FILE_RUNTIME - Static variable in class com.fg.xample.XAmple
 
FLabel - class com.fg.ftreenodes.FLabel.
Represents a custom 3D label, used by toggle-node GUI components for displaying toggle-node label text.
FLabel() - Constructor for class com.fg.ftreenodes.FLabel
 
FLoader - class com.fg.util.FLoader.
FLoader class loads image resources which are stored within java packages.
FLoader() - Constructor for class com.fg.util.FLoader
 
FNodeCellGUI - interface com.fg.ftree.FNodeCellGUI.
FNodeCellGUI interface is supposed to be implemented by FTree nodes.
FTextAreaDialog - class com.fg.ftreenodes.FTextAreaDialog.
FTextAreaDialog represents a simple text editor dialog.
FTextAreaDialog() - Constructor for class com.fg.ftreenodes.FTextAreaDialog
 
FTextField - class com.fg.ftreenodes.FTextField.
FTextField represents an editable text-field component, which implements ICellControl interface and thus it can be used as a toggle-node extra-control (control for displaying/editing of the node value).
FTextField() - Constructor for class com.fg.ftreenodes.FTextField
 
FTextFieldNode - class com.fg.ftreenodes.FTextFieldNode.
FTextFieldNode represents a toggle-node which exposes FTextField extra-control for displaying/editing of the node value.
FTextFieldNode(CommonSettings) - Constructor for class com.fg.ftreenodes.FTextFieldNode
 
FTextFieldNode(CommonSettings, String, Object) - Constructor for class com.fg.ftreenodes.FTextFieldNode
 
FTextLabel - class com.fg.ftreenodes.FTextLabel.
FTextLabel represents a not-editable text-field component, which implements ICellControl interface and thus it can be used as a toggle-node extra-control (for displaying of the node value).
FTextLabel() - Constructor for class com.fg.ftreenodes.FTextLabel
 
FTextLabelNode - class com.fg.ftreenodes.FTextLabelNode.
FTextLabelNode represents a toggle-node which exposes FTextLabel extra-control for displaying of the node value.
FTextLabelNode(CommonSettings) - Constructor for class com.fg.ftreenodes.FTextLabelNode
 
FTextLabelNode(CommonSettings, String, Object) - Constructor for class com.fg.ftreenodes.FTextLabelNode
 
FToggleControl - class com.fg.ftreenodes.FToggleControl.
Basic toggle-node GUI component, which displays a toggle-control (check-box or radio button), node icon and label.
FToggleControl() - Constructor for class com.fg.ftreenodes.FToggleControl
 
FToggleDataNode - class com.fg.ftreenodes.FToggleDataNode.
FToggleDataNode extends FToggleNode with "value" field and provides not-empty implementation for the "value" access methods.
FToggleDataNode(CommonSettings) - Constructor for class com.fg.ftreenodes.FToggleDataNode
 
FToggleDataNode(CommonSettings, String, Object) - Constructor for class com.fg.ftreenodes.FToggleDataNode
 
FToggleMutableNode - class com.fg.ftreenodes.FToggleMutableNode.
FToggleMutableNode extends FToggleDataNode with "extraClassOrId" field and provides a setter method to it.
FToggleMutableNode(CommonSettings) - Constructor for class com.fg.ftreenodes.FToggleMutableNode
 
FToggleMutableNode(CommonSettings, String, Object, Object, Params) - Constructor for class com.fg.ftreenodes.FToggleMutableNode
 
FToggleNode - class com.fg.ftreenodes.FToggleNode.
FToggleNode extends FAbstractToggleNode abstract class with "associate" field and provides access methods to it.
FToggleNode(CommonSettings) - Constructor for class com.fg.ftreenodes.FToggleNode
 
FToggleNode(CommonSettings, String) - Constructor for class com.fg.ftreenodes.FToggleNode
 
FToggleNodeAttributes - class com.fg.ftreenodes.FToggleNodeAttributes.
 
FToggleNodeAttributes() - Constructor for class com.fg.ftreenodes.FToggleNodeAttributes
 
FToggleSwitchControl - class com.fg.ftreenodes.FToggleSwitchControl.
FToggleSwitchControl represents a basic GUI component for the FToggleSwitchNode.
FToggleSwitchControl() - Constructor for class com.fg.ftreenodes.FToggleSwitchControl
 
FToggleSwitchNode - class com.fg.ftreenodes.FToggleSwitchNode.
FToggleSwitchNode represents a particular kind of toggle-node which was developed as a substitution for the radio-group of toggle nodes.
FToggleSwitchNode(String) - Constructor for class com.fg.ftreenodes.FToggleSwitchNode
 
FTree - class com.fg.ftree.FTree.
FTree is a Swing-based tree component, which allows displaying and edititing of various tree-structured data.
FTree(TreeNode) - Constructor for class com.fg.ftree.FTree
 
FTree() - Constructor for class com.fg.ftree.FTree
 
FTreeActionEvent - class com.fg.ftree.FTreeActionEvent.
Interfave for FTree cell actions notification.
FTreeActionEvent(Object, Object, int) - Constructor for class com.fg.ftree.FTreeActionEvent
 
FTreeActionListener - interface com.fg.ftree.FTreeActionListener.
Defines an object which listens for FTreeActionEvent events.
FTreeCellGUI - interface com.fg.ftree.FTreeCellGUI.
Interface defines GUI functionality of the FTree component.
FTreeEditorEvent - class com.fg.ftree.FTreeEditorEvent.
Interface for FTree cell edotors events notification.
FTreeEditorEvent(Object, Object, JComponent, boolean, boolean, Object) - Constructor for class com.fg.ftree.FTreeEditorEvent
 
FTreeEditorListener - interface com.fg.ftree.FTreeEditorListener.
Interface defines an object which listens for FTree field editing events (editing started, will stop, stopped, value changed).
FTreeExpansBarListener - interface com.fg.ftree.FTreeExpansBarListener.
Interface defines an object which listens for the expansion bar "mouse entered" and "mouse exited" events (Expansion bar is a narrow vertical button, which is located along the left border of each folder and which allows to expand and collapse folder with a mouse click).
FTreeExpansionListener - interface com.fg.ftree.FTreeExpansionListener.
Interface defines an object which listens for the FTree node expansion events - "will expand", "expanded", "will collapse", "collapsed".
FTreeModel - interface com.fg.ftree.FTreeModel.
Data-model interface for FTree component.
FTreeModelEvent - class com.fg.ftree.FTreeModelEvent.
Interface for FTreeModel changes notification.
FTreeModelEvent(FTreeModel, boolean) - Constructor for class com.fg.ftree.FTreeModelEvent
 
FTreeModelListener - interface com.fg.ftree.FTreeModelListener.
Interface defines an object which listens for changes in FTreeModel data-model object.
FTreeNodeEvent - class com.fg.ftree.FTreeNodeEvent.
FTreeNodeEvent provides generic information about current state of an FTree node object ("expanded", "selected", "editing").
FTreeNodeEvent(Object, Object) - Constructor for class com.fg.ftree.FTreeNodeEvent
 
FTreeSelectionListener - interface com.fg.ftree.FTreeSelectionListener.
Defines an object which listens for the FTree node selection events.
FXApplet - class com.fg.fxapplet.FXApplet.
FXApplet Swing applet is a front-end component of distributed XML editor.
FXApplet() - Constructor for class com.fg.fxapplet.FXApplet
 
FXBasicView - class com.fg.xmleditor.FXBasicView.
FXBasicView Swing component provides all the basic XML viewer/editor functionality.
FXBasicView(FXModel) - Constructor for class com.fg.xmleditor.FXBasicView
Creates an instance of FXBasicView component, which refers to the specified data model object.
FXBasicView() - Constructor for class com.fg.xmleditor.FXBasicView
Creates an instance of FXBasicView component with default FXDocumentModelImpl data model.
FXDocumentModel - interface com.fg.xmleditor.FXDocumentModel.
Interface extends XML editor data-model interface FXModel with methods, performing XML documents creating, loading and retrieval.
FXDocumentModelImpl - class com.fg.xmleditor.FXDocumentModelImpl.
XML editor data-model implementation class.
FXDocumentModelImpl() - Constructor for class com.fg.xmleditor.FXDocumentModelImpl
 
FXDoubleView - class com.fg.xmleditor.FXDoubleView.
FXDoubleView component exposes two FXView components, both of which connected to the same instance of the FXModel data model.
FXDoubleView(FXModel) - Constructor for class com.fg.xmleditor.FXDoubleView
Creates a new instance of the FXDoubleView component.
FXDoubleView() - Constructor for class com.fg.xmleditor.FXDoubleView
Creates a new instance of the FXDoubleView component with default FXDocumentModelImpl data model object.
FXModel - interface com.fg.xmleditor.FXModel.
Represents an XML editor data-model interface.
FXModelException - exception com.fg.xmleditor.FXModelException.
The exception is thrown by the FXDocumentModel implementation class when it can't open existing XML document or create a new one with the specified XML Schema.
FXModelException(String) - Constructor for class com.fg.xmleditor.FXModelException
Creates a new FXEditorException object.
FXModelStatusListener - interface com.fg.xmleditor.FXModelStatusListener.
Listener interface that's notified when new document is loaded and document validity status changes.
FXStatusEvent - class com.fg.xmleditor.FXStatusEvent.
 
FXStatusEvent(Object, boolean) - Constructor for class com.fg.xmleditor.FXStatusEvent
Creates a new FXStatusEvent object.
FXView - class com.fg.xmleditor.FXView.
FXView Swing component inherits all the basic XML viewer/editor functionality from the FXBasicView and extends it with a simple tool-bar.
FXView(FXModel, String) - Constructor for class com.fg.xmleditor.FXView
Creates a new instance of the FXView component.
FXView() - Constructor for class com.fg.xmleditor.FXView
Creates a new instance of the FXView component with default FXDocumentModelImpl model and a tool-bar located on FXView.NORTH.
FXViewStatusListener - interface com.fg.xmleditor.FXViewStatusListener.
The listener that's notified of changes of the following status values of the FXBasicView component: "canInsert", "canRemove", "canMoveUp", "canMoveDown".
FadingFilter - class com.fg.util.FadingFilter.
FadingFilter class produces faded versions of the javax.swing.ImageIcon images.
fade(Image) - Static method in class com.fg.util.FadingFilter
Produces faded versions of the Image.
fade(ImageIcon) - Static method in class com.fg.util.FadingFilter
Produces faded versions of the ImageIcon image.
filterRGB(int, int, int) - Method in class com.fg.util.FadingFilter
Implementation of the abstract RGBImageFilter.filterRGB(int,int,int) method.
fireActionEvent(Object, int) - Method in class com.fg.ftree.FTree
 
fireExpansBarEvent(Object, boolean) - Method in class com.fg.ftree.FTree
 
fireExpansionEvent(boolean, Object) - Method in class com.fg.ftree.FTree
 
fireSelectionEvent(Object, boolean) - Method in class com.fg.ftree.FTree
 
fireTreeModelDataChanged(boolean) - Method in class com.fg.ftree.DefaultFTreeModel
 
fireTreeModelDataChanged(boolean) - Method in class com.fg.xmleditor.FXDocumentModelImpl
Method call causes a data-model object to notify all the registered FTreeModelListener listemers about document changes.
fireTreeModelDataChanged(boolean) - Method in interface com.fg.xmleditor.FXModel
Method call causes FXModel object to notify all the registered FTreeModelListener listemers about document changes.

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