Uses of Class
org.openbp.jaspira.gui.plugin.JaspiraPage

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

Uses of JaspiraPage in org.openbp.cockpit.itemeditor
 

Subclasses of JaspiraPage in org.openbp.cockpit.itemeditor
 class NodeItemEditorPage
          Jaspira page for displaying the node editor plugin.
 

Fields in org.openbp.cockpit.itemeditor declared as JaspiraPage
protected  JaspiraPage ItemOpenDispatcherPlugin.Events.modelerPage
          Modeler page
 

Uses of JaspiraPage in org.openbp.cockpit.modeler
 

Subclasses of JaspiraPage in org.openbp.cockpit.modeler
 class ModelerPage
          Jaspira page that hosts the Modeler.
 

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

Methods in org.openbp.jaspira.gui.plugin that return JaspiraPage
 JaspiraPage ApplicationBase.addPage(JaspiraPage page)
          Adds a new page to the active frame.
 JaspiraPage JaspiraPageContainer.getActivePage()
          Gets the active page of this frame.
 JaspiraPage VisiblePlugin.getPage()
          Returns the page level parent plugin of this plugin.
 JaspiraPage TabbedPluginContainer.getPage()
          Returns the page level parent plugin of this plugin.
 JaspiraPage PluginDivider.getPage()
           
 JaspiraPage PluginContainer.getPage()
          Returns the page level parent plugin of this plugin.
 JaspiraPage JaspiraPageContainer.getPage()
           
 JaspiraPage ApplicationBase.getPage()
          Returns the page level parent plugin of this plugin.
 JaspiraPage AbstractVisiblePlugin.getPage()
          Returns the page level parent plugin of this plugin.
 

Methods in org.openbp.jaspira.gui.plugin with parameters of type JaspiraPage
 JaspiraPageContainer ApplicationBase.addFrame(JaspiraPage page)
          Adds the given page as new maximized frame to the application using the current graphics configuration.
 JaspiraPageContainer ApplicationBase.addFrame(JaspiraPage page, java.awt.Dimension d, int state)
          Adds the given page as new frame to the application using the current graphics configuration.
 JaspiraPageContainer ApplicationBase.addFrame(JaspiraPage page, java.awt.Dimension d, int state, java.awt.GraphicsConfiguration gc)
          Adds the given page as new frame to the application.
 void JaspiraPageContainer.addPage(JaspiraPage page)
          Adds a page to the frame.
 JaspiraPage ApplicationBase.addPage(JaspiraPage page)
          Adds a new page to the active frame.
protected  boolean AbstractVisiblePlugin.canPageChange(JaspiraPage oldPage, JaspiraPage newPage)
          This method is called before a page change takes place.
 boolean JaspiraPageContainer.containsPage(JaspiraPage page)
          Checks if the given page is hosted by this container.
 void JaspiraPageContainer.openInNewFrame(JaspiraPage page)
          Opens the page in a new frame.
 void JaspiraPageContainer.removePage(JaspiraPage page)
          Removes a page from the frame.
 void JaspiraPageContainer.setPageActive(JaspiraPage page)
          Activates the given page.
 void ApplicationBase.showPage(JaspiraPage page)
          Shows the given page.
 

Constructors in org.openbp.jaspira.gui.plugin with parameters of type JaspiraPage
JaspiraPageTransferable(JaspiraPage page)
          Constructor.
 

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

Methods in org.openbp.jaspira.plugins.propertybrowser with parameters of type JaspiraPage
protected  boolean PropertyBrowserPlugin.canPageChange(JaspiraPage oldPage, JaspiraPage newPage)
          This method is called before a page change takes place.
 



Copyright © 2011. All Rights Reserved.