|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
datechooser.beans.editor.VisualEditor
datechooser.beans.editor.VisualEditorCashed
public abstract class VisualEditorCashed
Superclass for all visual properties editors in this library.
Caches editor component. To turn caching off your editor must extend
VisualEditor.
Предок для всех редакторов, имеющих визуальный пользовательский редактор.
Визуальный редактор кешируется. Для отключения кеширования просто поменяйте
предка своего редактора на VisualEditor.
VisualEditor
Constructor Summary | |
---|---|
VisualEditorCashed()
|
Method Summary | |
---|---|
javax.swing.JComponent |
getCustomEditor()
|
protected javax.swing.JComponent |
getEditorCash()
|
protected void |
setEditorCash(javax.swing.JComponent editor)
|
Methods inherited from class datechooser.beans.editor.VisualEditor |
---|
createEditor, supportsCustomEditor |
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisualEditorCashed()
Method Detail |
---|
protected javax.swing.JComponent getEditorCash()
protected void setEditorCash(javax.swing.JComponent editor)
public javax.swing.JComponent getCustomEditor()
getCustomEditor
in interface java.beans.PropertyEditor
getCustomEditor
in class VisualEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |