com.elj.editors
Class CursorEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.elj.editors.CursorEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class CursorEditor
extends java.beans.PropertyEditorSupport

This class provides the editor for Cursor. Many types of Cursors are supported:
Crosshair Cursor:-
Default Cursor:-
East Resize Cursor:-
Hand Cursor:-
Move Cursor:-
North Resize Cursor:-
Northeast Resize Cursor:-
Northwest Resize Cursor:-
South Resize Cursor:-
Southeast Resize Cursor:-
Southwest Resize Cursor:-
Text Cursor:-
West Resize Cursor:-
Wait Cursor:-


Field Summary
protected  java.lang.String strJavaInitializationStringPrefix
           
 
Constructor Summary
CursorEditor()
          Default constructor.
 
Method Summary
 java.lang.String getAsText()
           
 java.lang.String getJavaInitializationString()
           
 java.lang.String[] getTags()
           
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strJavaInitializationStringPrefix

protected java.lang.String strJavaInitializationStringPrefix
Constructor Detail

CursorEditor

public CursorEditor()
Default constructor.
Method Detail

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Overrides:
getJavaInitializationString in class java.beans.PropertyEditorSupport

getTags

public java.lang.String[] getTags()
Overrides:
getTags in class java.beans.PropertyEditorSupport

setAsText

public void setAsText(java.lang.String text)
Overrides:
setAsText in class java.beans.PropertyEditorSupport

getAsText

public java.lang.String getAsText()
Overrides:
getAsText in class java.beans.PropertyEditorSupport