Uses of Interface
com.fg.ftreenodes.ICellControl

Packages that use ICellControl
com.fg.custnodes   
com.fg.ftreenodes   
 

Uses of ICellControl in com.fg.custnodes
 

Classes in com.fg.custnodes that implement ICellControl
 class 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.
 class FFileDialog
          FFileDialog is a file dialog, which can be used as a custom field editor for the FXBasicView.
 

Uses of ICellControl in com.fg.ftreenodes
 

Classes in com.fg.ftreenodes that implement ICellControl
 class 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).
 class 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).
 class 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).
 class 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).
 class FTextAreaDialog
          FTextAreaDialog represents a simple text editor dialog.
 class 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).
 class 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).