|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.PluginState
org.openbp.jaspira.plugins.propertybrowser.PropertyBrowserPluginState
public class PropertyBrowserPluginState
Plugin state for the property browser plugin.
| Field Summary | |
|---|---|
protected java.lang.String |
description
Title description |
protected MultiIcon |
icon
Title icon |
protected boolean |
isObjectNew
Flag that determines if the object has just been created |
protected java.lang.Object |
modifiedObject
The modified object |
protected java.lang.Object |
originalObject
The original object |
protected boolean |
readOnly
Flag for read only usage |
protected boolean |
saveImmediately
Save after modifying property |
protected java.lang.String |
title
Title |
protected java.lang.Object |
unmodifiedObject
The unmodified Object |
| Constructor Summary | |
|---|---|
PropertyBrowserPluginState(PropertyBrowserPlugin plugin)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.openbp.jaspira.plugin.PluginState |
|---|
getPluginClassName, getPluginVersion, getUniqueId, getValue, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected transient MultiIcon icon
protected transient java.lang.String title
protected transient java.lang.String description
protected transient java.lang.Object unmodifiedObject
protected transient java.lang.Object modifiedObject
protected transient java.lang.Object originalObject
protected boolean isObjectNew
protected transient boolean readOnly
protected boolean saveImmediately
| Constructor Detail |
|---|
public PropertyBrowserPluginState(PropertyBrowserPlugin plugin)
plugin - The Property browser plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||