|
|||||||||
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.MetaObjectTabbedPaneUI
public class MetaObjectTabbedPaneUI
A component that uses a MetaObjectTabbedPane to render or edit a list of MetaObjects.
Constructor Summary | |
---|---|
MetaObjectTabbedPaneUI(boolean hasCloseButtons)
|
Method Summary | |
---|---|
java.awt.Component |
getUIComponent()
Returns the component that renders the associated property mutator's value. |
void |
initializeView(MetaPropertyContext viewContext)
Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy. |
protected void |
releaseComponent()
Implemented by subclasses to release any component-related resources. |
protected void |
setComponentValue(java.lang.Object value)
Called to set the current value displayed in the component. |
void |
setPropertyMutator(PropertyMutator mutator)
Sets this MetaPropertyUI instance to reflect value of the specified property mutator. |
Methods inherited from class org.progeeks.meta.swing.AbstractPropertyEditor |
---|
flushEdits |
Methods inherited from class org.progeeks.meta.swing.AbstractPropertyUI |
---|
getPropertyMutator, getViewContext, isLabeled, isSingleColumn, propertyChanged, release, resetComponentValue, 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, isLabeled, isSingleColumn, release |
Constructor Detail |
---|
public MetaObjectTabbedPaneUI(boolean hasCloseButtons)
Method Detail |
---|
public void initializeView(MetaPropertyContext viewContext)
AbstractPropertyUI
initializeView
in interface MetaPropertyUI
initializeView
in class AbstractPropertyUI
public java.awt.Component getUIComponent()
getUIComponent
in interface MetaPropertyUI
getUIComponent
in class AbstractPropertyUI
public void setPropertyMutator(PropertyMutator mutator)
setPropertyMutator
in interface MetaPropertyUI
setPropertyMutator
in class AbstractPropertyUI
protected void setComponentValue(java.lang.Object value)
setComponentValue
in class AbstractPropertyUI
protected void releaseComponent()
releaseComponent
in class AbstractPropertyEditor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |