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:-
| 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 |
strJavaInitializationStringPrefix
protected java.lang.String strJavaInitializationStringPrefix
CursorEditor
public CursorEditor()
- Default constructor.
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