|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectti.chimera.Resource
ti.chimera.Plugin.MenuBarItemResource
A MenuBarItemResource adds to / removes from the system wide menubar.
Constructor Summary | |
Plugin.MenuBarItemResource(java.lang.String path,
javax.swing.Action a,
boolean managed)
Class Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
void |
install()
This method is called when the resource is installed. |
java.lang.String |
toString()
For debugging. |
void |
uninstall()
This method is called when the resource is uninstalled. |
Methods inherited from class ti.chimera.Resource |
isManaged |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Plugin.MenuBarItemResource(java.lang.String path, javax.swing.Action a, boolean managed)
path
- which sub-menu the item should go undera
- the menu bar action to add.Method Detail |
public void install()
Resource
install
in class Resource
Resource.uninstall()
public void uninstall()
Resource
Resource.install()
.
uninstall
in class Resource
Resource.install()
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |