org.openbp.jaspira.plugins.propertybrowser
Class PropertyBrowserPluginState

java.lang.Object
  extended by org.openbp.jaspira.plugin.PluginState
      extended by org.openbp.jaspira.plugins.propertybrowser.PropertyBrowserPluginState
All Implemented Interfaces:
java.io.Serializable

public class PropertyBrowserPluginState
extends PluginState

Plugin state for the property browser plugin.

Author:
Andreas Putz
See Also:
Serialized Form

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

icon

protected transient MultiIcon icon
Title icon


title

protected transient java.lang.String title
Title


description

protected transient java.lang.String description
Title description


unmodifiedObject

protected transient java.lang.Object unmodifiedObject
The unmodified Object


modifiedObject

protected transient java.lang.Object modifiedObject
The modified object


originalObject

protected transient java.lang.Object originalObject
The original object


isObjectNew

protected boolean isObjectNew
Flag that determines if the object has just been created


readOnly

protected transient boolean readOnly
Flag for read only usage


saveImmediately

protected boolean saveImmediately
Save after modifying property

Constructor Detail

PropertyBrowserPluginState

public PropertyBrowserPluginState(PropertyBrowserPlugin plugin)
Constructor.

Parameters:
plugin - The Property browser plugin


Copyright © 2011. All Rights Reserved.