unikix.clientapis.emulator.editors
Class CursorStylePropertyEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--unikix.clientapis.emulator.editors.CursorStylePropertyEditor
- public class CursorStylePropertyEditor
- extends PropertyEditorSupport
This class is a standard bean property editor for cursor style properties.
This class is not normally needed by user applications, but it is
possible to use it when creating a Java Bean that uses the KixEmulator
functionality, and needs to expose the cursor style through the BeanInfo
interface.
The methods in this class are purely an implementation of the Property
Editor interface.
CursorStylePropertyEditor
public CursorStylePropertyEditor()
setValue
public void setValue(Object o)
- Overrides:
- setValue in class PropertyEditorSupport
getValue
public Object getValue()
- Overrides:
- getValue in class PropertyEditorSupport
getAsText
public String getAsText()
- Overrides:
- getAsText in class PropertyEditorSupport
setAsText
public void setAsText(String s)
- Overrides:
- setAsText in class PropertyEditorSupport
getTags
public String[] getTags()
- Overrides:
- getTags in class PropertyEditorSupport
getJavaInitializationString
public String getJavaInitializationString()
- Overrides:
- getJavaInitializationString in class PropertyEditorSupport
Copyright (c) 2001 by Sun Microsystems, Inc. All Rights Reserved