|
|||||||||
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
org.progeeks.meta.swing.editor.BooleanEditor
public class BooleanEditor
An editor implementation for Boolean values.
Constructor Summary | |
---|---|
BooleanEditor()
|
Method Summary | |
---|---|
protected void |
componentChanged()
|
java.awt.Component |
getUIComponent()
Returns the component that allows modification of the associated property mutator. |
boolean |
isLabeled()
Returns true if the editor provides its own label. |
protected void |
releaseComponent()
Implemented by subclasses to release any component-related resources. |
protected void |
resetComponentValue()
Called to set the component value to a default state. |
protected void |
setComponentValue(java.lang.Object value)
Called to set the current value displayed in the component. |
void |
setPropertyMutator(PropertyMutator mutator)
Called when the property mutator changes. |
Methods inherited from class org.progeeks.meta.swing.AbstractPropertyEditor |
---|
flushEdits |
Methods inherited from class org.progeeks.meta.swing.AbstractPropertyUI |
---|
getPropertyMutator, getViewContext, initializeView, isSingleColumn, propertyChanged, release, 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 |
---|
getViewContext, initializeView, isSingleColumn, release |
Constructor Detail |
---|
public BooleanEditor()
Method Detail |
---|
public void setPropertyMutator(PropertyMutator mutator)
setPropertyMutator
in interface MetaPropertyUI
setPropertyMutator
in class AbstractPropertyUI
public boolean isLabeled()
isLabeled
in interface MetaPropertyUI
isLabeled
in class AbstractPropertyUI
public java.awt.Component getUIComponent()
getUIComponent
in interface MetaPropertyUI
getUIComponent
in class AbstractPropertyUI
protected void releaseComponent()
releaseComponent
in class AbstractPropertyEditor
protected void setComponentValue(java.lang.Object value)
setComponentValue
in class AbstractPropertyUI
protected void resetComponentValue()
resetComponentValue
in class AbstractPropertyUI
protected void componentChanged()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |