|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.openorb.board.Plugin
|
+--org.openorb.board.plugins.help.HelpPlugin
OpenORB Management Board / OpenORB Help plugin
| Constructor Summary | |
HelpPlugin()
Constructor |
|
| Method Summary | |
void |
activate()
This methods is called by the manager to activate the plugin |
java.awt.datatransfer.Transferable |
getCopiedObject()
This method is invoked by the manager when it copies an object |
java.awt.datatransfer.Transferable |
getCutObject()
This method is invoked by the manager when it cuts an object |
java.awt.datatransfer.Transferable |
getDraggedObject()
This method is invoked by the manager when it drags an object |
Manager |
getManager()
Get the manager associated with this plugin |
PluginLayout |
getPluginLayout()
Get the plugin layout responsible for placing component areas |
java.lang.String |
getTitle()
This method returns the plugin title |
javax.swing.JButton[] |
getToolBarButtons()
Get the toolbar buttons |
void |
handleCopiedObject(java.awt.datatransfer.Transferable contents)
This method is invoked by a plugin to get a copied object |
void |
handleCutObject(java.awt.datatransfer.Transferable contents)
This method is invoked by a plugin to get a cut object |
void |
handleDraggedObject(java.awt.datatransfer.Transferable contents)
This method is invoked by a plugin to get a dragged object |
void |
init(Manager manager,
org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa)
This methods is called by the manager to init the plugin |
void |
initVars()
Init the variables |
boolean |
isInvisible()
This methods is called by the manager to check if the plugin should be invisible |
void |
lostOwnership(java.awt.datatransfer.Clipboard clipboard,
java.awt.datatransfer.Transferable contents)
Lost clipboard ownership |
void |
open()
This method opens an OpenORB configuration file |
void |
passivate()
This methods is called by the manager to passivate the plugin |
void |
setComponentFactory(ComponentFactory factory)
Set the component factory responsible for creating basic components |
| Methods inherited from class org.openorb.board.Plugin |
getMenuBarActions, getToolBarActions |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HelpPlugin()
| Method Detail |
public void initVars()
public java.lang.String getTitle()
getTitle in class Plugin
public void init(Manager manager,
org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa)
init in class Pluginpublic void activate()
activate in class Pluginpublic void passivate()
passivate in class Pluginpublic boolean isInvisible()
isInvisible in class Pluginpublic PluginLayout getPluginLayout()
getPluginLayout in class Pluginpublic javax.swing.JButton[] getToolBarButtons()
public void setComponentFactory(ComponentFactory factory)
setComponentFactory in class Pluginpublic Manager getManager()
getManager in class Pluginpublic java.awt.datatransfer.Transferable getCopiedObject()
public java.awt.datatransfer.Transferable getCutObject()
public java.awt.datatransfer.Transferable getDraggedObject()
public void handleCopiedObject(java.awt.datatransfer.Transferable contents)
public void handleCutObject(java.awt.datatransfer.Transferable contents)
public void handleDraggedObject(java.awt.datatransfer.Transferable contents)
public void lostOwnership(java.awt.datatransfer.Clipboard clipboard,
java.awt.datatransfer.Transferable contents)
public void open()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||