|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.board.Plugin
OpenORB Management Board / Plugin Interface
Constructor Summary | |
Plugin()
|
Method Summary | |
void |
activate()
This method is invoked by the manager to activate the plugin |
abstract Manager |
getManager()
Get the manager associated with this plugin |
javax.swing.Action[][] |
getMenuBarActions()
This method is invoked by the manager to get the actions provided by the menubar. |
abstract PluginLayout |
getPluginLayout()
Get the plugin layout responsible for placing component areas |
java.lang.String |
getTitle()
This method returns the plugin title |
javax.swing.Action[][] |
getToolBarActions()
This method is invoked by the manager to get the actions provided by the toolbar. |
abstract void |
init(Manager manager,
org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa)
This method is invoked by the manager to init the plugin |
boolean |
isInvisible()
This method is invoked by the manager to check if the plugin should be invisible |
void |
passivate()
This method is invoked by the manager to passivate the plugin |
abstract void |
setComponentFactory(ComponentFactory factory)
Set the component factory responsible for creating basic components |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openorb.board.DataTransferManager |
getCopiedObject, getCutObject, getDraggedObject, handleCopiedObject, handleCutObject, handleDraggedObject, lostOwnership |
Constructor Detail |
public Plugin()
Method Detail |
public java.lang.String getTitle()
public abstract void init(Manager manager, org.omg.CORBA.ORB orb, org.omg.PortableServer.POA poa)
public void activate()
public void passivate()
public boolean isInvisible()
public javax.swing.Action[][] getMenuBarActions()
public javax.swing.Action[][] getToolBarActions()
public abstract PluginLayout getPluginLayout()
public abstract void setComponentFactory(ComponentFactory factory)
public abstract Manager getManager()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |