|
| Workspace |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
This interface allows a plugin to describe itself. It also provides access to version and copyright information. An object implementing this interface is returned from PluginInterface.getAbout().
com.sas.console.plugin.PluginInterface#getAbout| Method Summary | |
Vector |
getAdditionalInfo()
The additional information for the About Dialog. |
String |
getCopyright()
The copyright information for the plugin. |
String |
getDescription()
A short description of the plugin. |
String |
getFormalName()
The String to display as the formal name of the plugin |
ImageIcon |
getImage()
The ImageIcon to display in the dialog. |
String |
getVersion()
The version of the plugin. |
| Method Detail |
public ImageIcon getImage()
public String getFormalName()
public String getVersion()
public String getDescription()
public String getCopyright()
public Vector getAdditionalInfo()
|
| Workspace |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||