|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Manager
OpenORB Management Board / Plugin Manager Interface
Field Summary | |
---|---|
static int |
MESSAGE_ERROR
|
static int |
MESSAGE_INFO
Messages types |
static int |
MESSAGE_SUCCESS
|
static int |
MESSAGE_WARNING
|
static int |
TRACES_DEBUG
|
static int |
TRACES_FATAL
|
static int |
TRACES_NONE
Traces levels |
static int |
TRACES_NORMAL
|
Method Summary | |
---|---|
void |
displayHelp(java.net.URL page)
This method displays the specified URL into the Help System |
void |
displaySimpleDialog(java.lang.String title,
java.lang.String message,
int type)
This method displays a dialog according to a title, a message and a type |
void |
exposeResourceFactory(ResourceFactory factory)
This method is invoked by a plugin to expose its Resource Factory |
java.awt.datatransfer.Clipboard |
getClipboard()
Get the clipboard |
ComponentFactory |
getComponentFactory()
This method is invoked by a plugin to get the component factory |
javax.help.HelpSet[] |
getHelpSets()
This method returns the current helpsets |
ManagerLayout |
getManagerLayout()
Get the plugin layout responsible for placing component areas |
void |
installPlugin(Plugin plugin)
This method adds a plugin |
void |
printMessage(java.lang.String source,
java.lang.String trace,
int messageType)
This method prints a trace on the JVM console or in the Management Board traces file - info message |
void |
printTrace(java.lang.String source,
java.lang.String trace,
int traceLevel)
This method prints a trace on the JVM console or in the Management Board traces file - error message |
void |
setPlugin(Plugin plugin)
This method sets the current plugin |
void |
setStatusBarText(java.lang.String text,
int msgType)
This method sets the status bar text and the icon accordingly |
void |
toFront(Plugin plugin)
This method puts the plugin to front |
void |
uninstallPlugin(Plugin plugin)
This method unregisters a plugin |
void |
unsetPlugin(Plugin plugin)
This method unsets the current plugin |
Methods inherited from interface org.openorb.board.ScenarioManager |
---|
clearScenario, getScenario, getScenarioNames, startScenario, stopScenario, storeAction |
Methods inherited from interface org.openorb.board.ThreadManager |
---|
doDelayedUIWork, doDelayedUIWork, doDelayedUIWorks, doDelayedUIWorks, doThreadedWork, doThreadedWork, doThreadedWorks, doThreadedWorks |
Field Detail |
---|
static final int TRACES_NONE
static final int TRACES_NORMAL
static final int TRACES_DEBUG
static final int TRACES_FATAL
static final int MESSAGE_INFO
static final int MESSAGE_SUCCESS
static final int MESSAGE_WARNING
static final int MESSAGE_ERROR
Method Detail |
---|
void installPlugin(Plugin plugin)
void uninstallPlugin(Plugin plugin)
void toFront(Plugin plugin)
void setPlugin(Plugin plugin)
void unsetPlugin(Plugin plugin)
java.awt.datatransfer.Clipboard getClipboard()
void displayHelp(java.net.URL page)
javax.help.HelpSet[] getHelpSets()
ManagerLayout getManagerLayout()
void displaySimpleDialog(java.lang.String title, java.lang.String message, int type)
void printTrace(java.lang.String source, java.lang.String trace, int traceLevel)
void printMessage(java.lang.String source, java.lang.String trace, int messageType)
void setStatusBarText(java.lang.String text, int msgType)
ComponentFactory getComponentFactory()
void exposeResourceFactory(ResourceFactory factory)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |