|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.jtechlabs.ui.widget.directorychooser.AccessEditor
Property editor for editing access rights of JDirectoryChooser
Constructor Summary | |
AccessEditor()
|
Method Summary | |
java.lang.String |
getAsText()
The access property value as a string. |
java.awt.Component |
getCustomEditor()
Returns custom editor for this component. |
boolean |
isPaintable()
Determines whether this property editor is paintable. |
void |
paintValue(java.awt.Graphics g,
java.awt.Rectangle box)
Paints a string with assigned access rights. |
boolean |
supportsCustomEditor()
Property supports custom editor. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, removePropertyChangeListener, setAsText, setValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AccessEditor()
Method Detail |
public java.lang.String getAsText()
access
property value as a string.
null
public boolean isPaintable()
true
public boolean supportsCustomEditor()
true
public java.awt.Component getCustomEditor()
public void paintValue(java.awt.Graphics g, java.awt.Rectangle box)
g
- the graphics context.box
- the rectangle within graphics object into which we should paint.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |