|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.PropertyEditorSupport | +--com.sun.xfilechooser.FileModeEditor
An editor to set the File Selection Mode of XFileChooser. Used during customization via a bean editor.
#XFileChooserBeanInfo
Constructor Summary | |
FileModeEditor()
|
Method Summary | |
java.lang.String |
getAsText()
Gets the integer value of current selection file mode and returns the corresponding string of file mode. |
java.lang.String[] |
getTags()
Provides the valid selection file modes: Files, Directories or Files/Directories |
void |
setAsText(java.lang.String text)
Sets the selected file mode |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener,
firePropertyChange,
getCustomEditor,
getJavaInitializationString,
getValue,
isPaintable,
paintValue,
removePropertyChangeListener,
setValue,
supportsCustomEditor |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FileModeEditor()
Method Detail |
public java.lang.String[] getTags()
public java.lang.String getAsText()
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
text
- name of selected file mode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |