|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
void |
addDeskChoice(java.lang.String title)
Add this title to the choice of available desks. |
java.lang.String |
getDeskChoice()
Returns the title of the desk that is currently choosen. |
javax.swing.Icon |
getDeskIcon()
Returns the icon that represents a desktop. |
LooseTabbedPane |
getLtp()
Returns the LooseTabbedPane. |
JoeTool |
getToolInstanceByName(java.lang.String identifier)
Retrieve an instance of a tool registered with Joe. |
void |
installMenus(javax.swing.JMenu[] menus)
Requests that a set of menus be installed and shown to the user. |
void |
log(int level,
java.lang.String message)
Convenience method to log messages through the log system. |
void |
log(int level,
java.lang.String message,
java.lang.Exception e)
Convenience method to log messages through the log system. |
void |
registerToolInstance(java.lang.String identifier,
JoeTool instance)
Registers an instance of a tool with joe so that this tool can be found by name latter on. |
void |
removeDeskChoice(java.lang.String title)
Removes this title from the choice of available desks. |
void |
removeMenus(javax.swing.JMenu[] menus)
Requests that a set of menus be removed and hidden to the user. |
java.lang.String |
suggestTitle(java.lang.String original)
Construct unique titles for tabs. |
| Method Detail |
public LooseTabbedPane getLtp()
public java.lang.String getDeskChoice()
public void addDeskChoice(java.lang.String title)
public void removeDeskChoice(java.lang.String title)
public javax.swing.Icon getDeskIcon()
public java.lang.String suggestTitle(java.lang.String original)
public void registerToolInstance(java.lang.String identifier,
JoeTool instance)
public JoeTool getToolInstanceByName(java.lang.String identifier)
public void installMenus(javax.swing.JMenu[] menus)
public void removeMenus(javax.swing.JMenu[] menus)
public void log(int level,
java.lang.String message,
java.lang.Exception e)
Log.log(int level, String message, Exception e)
public void log(int level,
java.lang.String message)
Log.log(int level, String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||