Uses of Interface
net.sf.sbcc.datacomponents.IDataComponent

Packages that use IDataComponent
net.sf.sbcc.datacomponents   
 

Uses of IDataComponent in net.sf.sbcc.datacomponents
 

Classes in net.sf.sbcc.datacomponents that implement IDataComponent
 class JDataTextField
          getText should return the replacement's temporary value while popup is open. when popup is closed by ESC the old value should be kept, on focus lost or return the component should write the selected component back to the text field and hide the combo box.
 

Fields in net.sf.sbcc.datacomponents declared as IDataComponent
private  IDataComponent JDataTextField.JComboReplacementHotKeyListener.component
           
 

Constructors in net.sf.sbcc.datacomponents with parameters of type IDataComponent
JDataTextField.JComboReplacementHotKeyListener(DataComponentConstraints P_dataComponentConstraints, IDataComponent P_comp)