|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.gui.ExitPlugin
Plugin for exiting the user interface.
| Constructor Summary | |
ExitPlugin()
|
|
| Method Summary | |
java.lang.String |
getDefaultMenuPath()
Gets this plugin's menu path, a "/"-delimited string which describes where in the GUI menu its menu item will be inserted. |
java.lang.String |
getDescription()
|
javax.swing.Icon |
getMenuIcon()
Gets the menu icon to be shown on the menu for this plugin. |
PropertyMap |
getPropertyMap()
No additional properties. |
javax.swing.JInternalFrame |
getView(java.lang.Object model)
Returns a view of the data given. |
boolean |
supports(java.lang.Object model)
Always returns true, since Exit doesn't care about models. |
java.lang.String |
unsupportedReason(java.lang.Object model)
Retrieves the reason why a particular model is unsupported by this plugin. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExitPlugin()
| Method Detail |
public PropertyMap getPropertyMap()
getPropertyMap in interface PluginPlugin.getPropertyMap()public java.lang.String getDefaultMenuPath()
Plugin
getDefaultMenuPath in interface Pluginedu.iu.iv.core.Plugin#getMenuPath()public java.lang.String getDescription()
getDescription in interface Pluginedu.iu.iv.core.Plugin#getDescription()public boolean supports(java.lang.Object model)
supports in interface Pluginmodel - the model to check for support
edu.iu.iv.core.Plugin#supports(java.lang.Object)public java.lang.String unsupportedReason(java.lang.Object model)
Plugin
unsupportedReason in interface Pluginmodel - the model to look up a reason for
edu.iu.iv.core.Plugin#unsupportedReason(java.lang.Object)public javax.swing.JInternalFrame getView(java.lang.Object model)
Plugin
getView in interface Pluginmodel - the model to get a view of or to be acted upon.
edu.iu.iv.core.Plugin#getView()public javax.swing.Icon getMenuIcon()
Plugin
getMenuIcon in interface Pluginedu.iu.iv.core.Plugin#getIcon()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||