ru.biosoft.access.support
Class DataCollectionMultyChoicePropertyEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.beanexplorer.editors.CustomEditorSupport
|
+--ru.biosoft.access.support.DataCollectionMultyChoicePropertyEditor
- Direct Known Subclasses:
- ReferrerBeanInfo.LiteratureReferencesEditor
- public abstract class DataCollectionMultyChoicePropertyEditor
- extends CustomEditorSupport
| Methods inherited from class com.beanexplorer.editors.CustomEditorSupport |
isPaintable, supportsCustomEditor, actionPerformed, focusGained, focusLost, getBean, setBean, setColor |
| Methods inherited from class java.beans.PropertyEditorSupport |
setValue, getValue, paintValue, getJavaInitializationString, getAsText, setAsText, getTags, getCustomEditor, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
DataCollectionMultyChoicePropertyEditor
public DataCollectionMultyChoicePropertyEditor()
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.
to Class javax.swing.JPanel
to Class javax.swing.JButton
to Class java.awt.Component
to Class java.lang.String
BOTTOM