|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.analysis.pathfindernetworkscaling.PFNETPlugin
| Constructor Summary | |
PFNETPlugin()
|
|
| 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()
Gets the property map for this plugin which specifies additional properties of the plugin that can be gotten. |
javax.swing.JInternalFrame |
getView(java.lang.Object model)
Returns a view of the data given. |
boolean |
supports(java.lang.Object model)
Determines whether a model is supported by this plugin or not. |
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 PFNETPlugin()
| Method Detail |
public java.lang.String getDefaultMenuPath()
Plugin
getDefaultMenuPath in interface Pluginpublic java.lang.String getDescription()
getDescription in interface Pluginpublic javax.swing.Icon getMenuIcon()
Plugin
getMenuIcon in interface Pluginpublic PropertyMap getPropertyMap()
Plugin
getPropertyMap in interface Pluginpublic 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.
public boolean supports(java.lang.Object model)
Plugin
supports in interface Pluginmodel - the model to check for support
public java.lang.String unsupportedReason(java.lang.Object model)
Plugin
unsupportedReason in interface Pluginmodel - the model to look up a reason for
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||