Uses of Class
org.openbp.jaspira.plugin.PluginState

Packages that use PluginState
org.openbp.cockpit.modeler   
org.openbp.jaspira.gui.plugin   
org.openbp.jaspira.plugin   
org.openbp.jaspira.plugins.propertybrowser   
 

Uses of PluginState in org.openbp.cockpit.modeler
 

Methods in org.openbp.cockpit.modeler that return PluginState
 PluginState Modeler.getPluginState()
           
 

Methods in org.openbp.cockpit.modeler with parameters of type PluginState
 void Modeler.setPluginState(PluginState state)
           
 

Uses of PluginState in org.openbp.jaspira.gui.plugin
 

Methods in org.openbp.jaspira.gui.plugin that return PluginState
 PluginState JaspiraPageContainer.getPluginState()
           
 

Methods in org.openbp.jaspira.gui.plugin with parameters of type PluginState
 void JaspiraPageContainer.setPluginState(PluginState state)
           
 

Constructors in org.openbp.jaspira.gui.plugin with parameters of type PluginState
TabbedPluginContainer(PluginState state)
          Constructor.
 

Uses of PluginState in org.openbp.jaspira.plugin
 

Methods in org.openbp.jaspira.plugin that return PluginState
 PluginState Plugin.getPluginState()
          Returns the state of this plugin.
 PluginState AbstractPlugin.getPluginState()
          Returns the state of this plugin.
 

Methods in org.openbp.jaspira.plugin with parameters of type PluginState
 Plugin PluginMgr.createInstance(PluginState state, Plugin parent)
          Creates a new instance via a supplied state object.
 Plugin PluginMgr.PluginEntry.createInstance(PluginState state, Plugin parent)
          Creates a new instance of a plugin with the given state data.
 VisiblePlugin PluginMgr.createVisibleInstance(PluginState state, Plugin parent)
          Creates a new instance via a supplied state object.
 void Plugin.setPluginState(PluginState state)
          Rebuilds the state of the plugin using the given state object.
 void AbstractPlugin.setPluginState(PluginState state)
          Rebuilds the state of the plugin using the given state object.
 

Uses of PluginState in org.openbp.jaspira.plugins.propertybrowser
 

Subclasses of PluginState in org.openbp.jaspira.plugins.propertybrowser
 class PropertyBrowserPluginState
          Plugin state for the property browser plugin.
 

Methods in org.openbp.jaspira.plugins.propertybrowser that return PluginState
 PluginState PropertyBrowserPlugin.getPluginState()
           
 

Methods in org.openbp.jaspira.plugins.propertybrowser with parameters of type PluginState
 void PropertyBrowserPlugin.setPluginState(PluginState state)
           
 



Copyright © 2011. All Rights Reserved.