|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plugable
Provides an interface to plugable panels
| Method Summary | |
|---|---|
java.awt.FocusTraversalPolicy |
getFocusPolicy()
|
javax.swing.Icon |
getIcon()
|
org.dom4j.Node |
getJobNode(org.dom4j.Node arg0,
boolean savePasswords)
|
java.lang.String |
getPluginAuthor()
|
java.lang.String |
getPluginName()
|
java.lang.String |
getVersion()
|
void |
loadJobNode(org.dom4j.Node arg0)
Loads the input job node in the panel. |
void |
resetPanel()
reset the panel before to load an environment |
| Method Detail |
|---|
java.lang.String getPluginAuthor()
java.lang.String getPluginName()
java.lang.String getVersion()
java.awt.FocusTraversalPolicy getFocusPolicy()
org.dom4j.Node getJobNode(org.dom4j.Node arg0,
boolean savePasswords)
throws SaveJobException
arg0 - to write tosavePasswords - if true the plugin should return a Node containing passwords
SaveJobException
void loadJobNode(org.dom4j.Node arg0)
throws LoadJobException
arg0 - the node to load, must be not null
LoadJobException
java.lang.NullPointerException - if arg0 is nulljavax.swing.Icon getIcon()
void resetPanel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||