org.joone.edit
Class JooneFileChooserEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.joone.edit.JooneFileChooserEditor
-
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.beans.PropertyEditor, java.util.EventListener
public class JooneFileChooserEditor extends java.beans.PropertyEditorSupport implements java.awt.event.ActionListenerImplementation of a custom property editor using theJooneFileChooserEditor.
-
-
Constructor Summary
Constructors Constructor and Description JooneFileChooserEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidactionPerformed(java.awt.event.ActionEvent e)java.awt.ComponentgetCustomEditor()java.lang.ObjectgetValue()booleanisPaintable()voidpaintValue(java.awt.Graphics g, java.awt.Rectangle box)voidsetValue(java.lang.Object value)booleansupportsCustomEditor()
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
isPaintable
public boolean isPaintable()
- Specified by:
isPaintablein interfacejava.beans.PropertyEditor- Overrides:
isPaintablein classjava.beans.PropertyEditorSupport- See Also:
PropertyEditorSupport.isPaintable()
-
paintValue
public void paintValue(java.awt.Graphics g, java.awt.Rectangle box)- Specified by:
paintValuein interfacejava.beans.PropertyEditor- Overrides:
paintValuein classjava.beans.PropertyEditorSupport- See Also:
PropertyEditor.paintValue(Graphics, Rectangle)
-
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValuein interfacejava.beans.PropertyEditor- Overrides:
setValuein classjava.beans.PropertyEditorSupport
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfacejava.beans.PropertyEditor- Overrides:
getValuein classjava.beans.PropertyEditorSupport
-
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditorin interfacejava.beans.PropertyEditor- Overrides:
getCustomEditorin classjava.beans.PropertyEditorSupport- See Also:
PropertyEditor.getCustomEditor()
-
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditorin interfacejava.beans.PropertyEditor- Overrides:
supportsCustomEditorin classjava.beans.PropertyEditorSupport- See Also:
PropertyEditor.supportsCustomEditor()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG