|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.modeling.tarl.TarlPlugin
This class defines the Plugin for the Tarl model
Plugin| Constructor Summary | |
TarlPlugin()
Creates a default instance of the Tarl Plugin |
|
| Method Summary | |
java.lang.String |
getDefaultMenuPath()
Returns the Default Menu Path for the TARL model |
java.lang.String |
getDescription()
Returns the description of the model |
javax.swing.Icon |
getIcon()
Returns the icon for the TARL model |
javax.swing.Icon |
getMenuIcon()
Returns the menu icon for the TARL model |
PropertyMap |
getPropertyMap()
Returns the property Map for the TARL plugin |
javax.swing.JInternalFrame |
getView(java.lang.Object model)
Returns the view for the TARL model |
boolean |
supports(java.lang.Object model)
Returns whether the plugin supports the specified model |
java.lang.String |
unsupportedReason(java.lang.Object model)
Returns the reason for not supporting the specified model |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TarlPlugin()
| Method Detail |
public PropertyMap getPropertyMap()
getPropertyMap in interface Pluginpublic java.lang.String getDefaultMenuPath()
getDefaultMenuPath in interface Pluginpublic java.lang.String getDescription()
getDescription in interface Pluginpublic boolean supports(java.lang.Object model)
supports in interface Pluginmodel - Specifies the model in question
public java.lang.String unsupportedReason(java.lang.Object model)
unsupportedReason in interface Pluginmodel - Specifies the model in question
edu.iu.iv.core.Plugin#unsupportedReason(java.lang.Object)public javax.swing.Icon getIcon()
public javax.swing.JInternalFrame getView(java.lang.Object model)
getView in interface Pluginmodel - the model to get a view of or to be acted upon.
public javax.swing.Icon getMenuIcon()
getMenuIcon in interface Plugin
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||