|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
boolean |
canProcessByteCode()
Determines whether plugin can process byte code or not. |
javax.swing.JComponent |
createOptionsPane()
Creates additional option pane. |
java.lang.String |
getAbbreviation()
Gets the abbreviated name of plugin. |
boolean |
getDefaultChoice()
Determines whether plugin must be chosen by default or not. |
java.lang.String |
getDescriptionFileName()
Gets the of description file name of plugin |
java.lang.String |
getGroupName()
Is used for grouping of plugin. |
javax.swing.JComponent |
getOptionsPane()
returns options panel created earlier by createOptionsPane |
java.lang.String |
getPropertiesFileName()
Gets the of properties file name of plugin. |
java.lang.String |
getTitle()
Gets the plugin title. |
void |
load()
Is called upon plugin creation to perform any additional actions |
boolean |
prepare()
Called after user presses the 'Start' button, before processing to carry out some additional work if need. |
void |
restoreOptions()
Is used to restore options from the properties file. |
boolean |
storeOptions()
Is invoked when user presses 'Start' button. |
| Method Detail |
public void load()
public java.lang.String getTitle()
public java.lang.String getGroupName()
public java.lang.String getAbbreviation()
public boolean getDefaultChoice()
public java.lang.String getDescriptionFileName()
public java.lang.String getPropertiesFileName()
public javax.swing.JComponent createOptionsPane()
public javax.swing.JComponent getOptionsPane()
public void restoreOptions()
public boolean storeOptions()
false, further processing is stopped.public boolean prepare()
false, further processing is stopped.public boolean canProcessByteCode()
true if plugin can process byte code, otherwise false
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||