|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.meta.swing.AbstractPropertyUI
org.progeeks.meta.swing.AbstractPropertyEditor
public abstract class AbstractPropertyEditor
Base implementation of the MetaPropertyEditor interface. Extends AbstractPropertyUI and provides additional editing capabilities.
| Constructor Summary | |
|---|---|
AbstractPropertyEditor()
|
|
| Method Summary | |
|---|---|
void |
flushEdits()
Causes any edits in progress to be flushed to the mutator if possible. |
protected abstract void |
releaseComponent()
Implemented by subclasses to release any component-related resources. |
| Methods inherited from class org.progeeks.meta.swing.AbstractPropertyUI |
|---|
getPropertyMutator, getUIComponent, getViewContext, initializeView, isLabeled, isSingleColumn, propertyChanged, release, resetComponentValue, setComponentValue, setPropertyMutator, setPropertyValue, setupToolTipText, terminateView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.progeeks.meta.swing.MetaPropertyUI |
|---|
getUIComponent, getViewContext, initializeView, isLabeled, isSingleColumn, release, setPropertyMutator |
| Constructor Detail |
|---|
public AbstractPropertyEditor()
| Method Detail |
|---|
public void flushEdits()
flushEdits in interface MetaPropertyEditorprotected abstract void releaseComponent()
releaseComponent in class AbstractPropertyUI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||