|
||||||||
| 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.trader.plugin.Plugin
OpenORB Management Board / Trading Service
| Constructor Summary | |
Plugin()
Constructor |
|
| Method Summary | |
void |
activate()
This methods is called by the manager to activate the plugin |
void |
addQuery()
This method adds a query |
void |
connect()
This method connects to an Trading Service |
void |
disconnect()
This method disconnects from a Trading Service |
void |
displayTrader()
This method displays a Trader |
void |
editProperty()
This operation is invoked when editing a property |
void |
executeQuery()
Execute a query |
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 |
org.openorb.board.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. |
org.openorb.board.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. |
javax.swing.tree.DefaultTreeModel |
getTreeModel()
This methods returns the tree model used by the tree table component |
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(org.openorb.board.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 |
passivate()
This methods is called by the manager to passivate the plugin |
void |
setComponentFactory(org.openorb.board.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 |
| Constructor Detail |
public Plugin()
| Method Detail |
public void initVars()
public java.lang.String getTitle()
getTitle in class org.openorb.board.Plugin
public void init(org.openorb.board.Manager manager,
org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa)
init in class org.openorb.board.Pluginpublic void activate()
activate in class org.openorb.board.Pluginpublic void passivate()
passivate in class org.openorb.board.Pluginpublic boolean isInvisible()
isInvisible in class org.openorb.board.Pluginpublic javax.swing.Action[][] getMenuBarActions()
getMenuBarActions in class org.openorb.board.Pluginpublic javax.swing.Action[][] getToolBarActions()
getToolBarActions in class org.openorb.board.Pluginpublic org.openorb.board.PluginLayout getPluginLayout()
getPluginLayout in class org.openorb.board.Pluginpublic void setComponentFactory(org.openorb.board.ComponentFactory factory)
setComponentFactory in class org.openorb.board.Pluginpublic org.openorb.board.Manager getManager()
getManager in class org.openorb.board.Pluginpublic java.awt.datatransfer.Transferable getCopiedObject()
getCopiedObject in class org.openorb.board.Pluginpublic java.awt.datatransfer.Transferable getCutObject()
getCutObject in class org.openorb.board.Pluginpublic java.awt.datatransfer.Transferable getDraggedObject()
getDraggedObject in class org.openorb.board.Pluginpublic void handleCopiedObject(java.awt.datatransfer.Transferable contents)
handleCopiedObject in class org.openorb.board.Pluginpublic void handleCutObject(java.awt.datatransfer.Transferable contents)
handleCutObject in class org.openorb.board.Pluginpublic void handleDraggedObject(java.awt.datatransfer.Transferable contents)
handleDraggedObject in class org.openorb.board.Plugin
public void lostOwnership(java.awt.datatransfer.Clipboard clipboard,
java.awt.datatransfer.Transferable contents)
lostOwnership in class org.openorb.board.Pluginpublic void connect()
public void disconnect()
public void displayTrader()
public javax.swing.tree.DefaultTreeModel getTreeModel()
public void addQuery()
public void executeQuery()
public void editProperty()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||