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.


Constructor Summary
CursorStylePropertyEditor()
           
 
Method Summary
 String getAsText()
           
 String getJavaInitializationString()
           
 String[] getTags()
           
 Object getValue()
           
 void setAsText(String s)
           
 void setValue(Object o)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CursorStylePropertyEditor

public CursorStylePropertyEditor()
Method Detail

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