|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.option.OptionWidget
org.openbp.jaspira.option.widget.PropertyBrowserWidget
public class PropertyBrowserWidget
The tree table widget provides to manage more than one option with one component.
| Field Summary |
|---|
| Fields inherited from class org.openbp.jaspira.option.OptionWidget |
|---|
option |
| Constructor Summary | |
|---|---|
PropertyBrowserWidget(Option option,
ResourceCollection resourceCollection,
int expandLevels)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Returns the value of the option widget. |
javax.swing.JComponent |
getWidgetComponent()
Gets the widget component that visualizes the option. |
void |
objectChanged(java.lang.Object original,
java.lang.Object modified)
Is performed if the object was changed. |
void |
setSize(java.awt.Dimension dimension)
Set the dimension of the widget. |
void |
setValue(java.lang.Object o)
Sets the value that will be displayed in the option widget. |
| Methods inherited from class org.openbp.jaspira.option.OptionWidget |
|---|
createHeading, getDescriptionComponent, getOption, notifyOptionMgrOfOptionChange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyBrowserWidget(Option option,
ResourceCollection resourceCollection,
int expandLevels)
option - Option the widget refers toresourceCollection - Resource to use for the property browser or null for the property browser's default resourceexpandLevels - Tree level to expand automatically| Method Detail |
|---|
public void objectChanged(java.lang.Object original,
java.lang.Object modified)
ObjectChangeListener
objectChanged in interface ObjectChangeListeneroriginal - The object without any changesmodified - The modified objectObjectChangeListener.objectChanged(Object, Object)public void setSize(java.awt.Dimension dimension)
dimension - The dimensionpublic java.lang.Object getValue()
OptionWidget
getValue in class OptionWidgetOptionWidget.getValue()public void setValue(java.lang.Object o)
OptionWidget
setValue in class OptionWidgetOptionWidget.setValue(Object)public javax.swing.JComponent getWidgetComponent()
OptionWidget
getWidgetComponent in class OptionWidgetOptionWidget.getWidgetComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||