HEADER

ru.biosoft.access.support
Class DataCollectionMultyChoicePropertyEditor

|
+--ru.biosoft.access.support.DataCollectionMultyChoicePropertyEditor
Direct Known Subclasses:
ReferrerBeanInfo.LiteratureReferencesEditor

public abstract class DataCollectionMultyChoicePropertyEditor
extends CustomEditorSupport


Constructor Summary
DataCollectionMultyChoicePropertyEditor()
           

Method Summary
 ComponentgetCustomEditor(Component parent, boolean isSelected)
           
 ComponentgetCustomRenderer(Component parent, boolean isSelected, boolean hasFocus)
           
 abstract DataCollectiongetDataCollection()
          Should return the DataCollection containing possible values.

Constructor Detail

DataCollectionMultyChoicePropertyEditor

public DataCollectionMultyChoicePropertyEditor()
Method Detail

getCustomEditor

public Component getCustomEditor(Component parent, boolean isSelected)

getCustomRenderer

public Component getCustomRenderer(Component parent, boolean isSelected, boolean hasFocus)

getDataCollection

public abstract DataCollection getDataCollection()
throws java.lang.Exception
Should return the DataCollection containing possible values.

Association Links

to Class javax.swing.JPanel

to Class javax.swing.JButton

to Class java.awt.Component

to Class java.lang.String


FOOTER

BOTTOM