com.jtechlabs.ui.widget.directorychooser
Class IconsThemeEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.jtechlabs.ui.widget.directorychooser.IconsThemeEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public final class IconsThemeEditor
extends java.beans.PropertyEditorSupport

Property editor for editing icons' theme of JDirectoryChooser

Version:
1.0
Author:
Aleksey Prochukhan

Constructor Summary
IconsThemeEditor()
           
 
Method Summary
 java.lang.String getAsText()
          The iconsTheme property value as a string.
 java.lang.String[] getTags()
          Returns the tag values for this property.
 void setAsText(java.lang.String s)
          The iconsTheme property value as a string.
 
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

IconsThemeEditor

public IconsThemeEditor()
Method Detail

getAsText

public java.lang.String getAsText()
The iconsTheme property value as a string.

Returns:
the property value as a string.

setAsText

public void setAsText(java.lang.String s)
The iconsTheme property value as a string.

Parameters:
s - the string to be parsed.

getTags

public java.lang.String[] getTags()
Returns the tag values for this property.

Returns:
the tag values for this property.


Copyright © 2005 JTechLabs.com All Rights Reserved.