|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwConfiguration.OwMasterPluginInstance
public class OwConfiguration.OwMasterPluginInstance
plugin instance used as return value of createMasterPlugin function
Constructor Summary | |
---|---|
OwConfiguration.OwMasterPluginInstance(Exception e_p,
OwXMLUtil configNode_p)
signal an error occurred when loading / initializing the plugin |
|
OwConfiguration.OwMasterPluginInstance(OwMasterView view_p,
OwMasterDocument doc_p,
OwXMLUtil configNode_p)
construct a plugin instance |
Method Summary | |
---|---|
OwXMLUtil |
getConfigNode()
get the plugin config node |
String |
getDocID()
get the document target ID |
OwMasterDocument |
getDocument()
get the document instance |
OwView |
getErrorView(Exception e_p,
String strTitle_p)
get a error view if plugin addView failed to display instead of the plugin view |
String |
getIcon()
get the icon URL for this plugin to be displayed |
String |
getPluginClassName()
get the plugin document class name |
String |
getPluginID()
get the plugin ID |
String |
getPluginTitle()
get the title of the plugin |
String |
getPluginType()
get the plugin type |
String |
getPluginTypeDisplayName()
get a display name for the plugin type |
OwView |
getView()
get the view instance |
String |
getViewID()
get the view target ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwConfiguration.OwMasterPluginInstance(Exception e_p, OwXMLUtil configNode_p)
public OwConfiguration.OwMasterPluginInstance(OwMasterView view_p, OwMasterDocument doc_p, OwXMLUtil configNode_p) throws Exception
Exception
Method Detail |
---|
public OwView getView()
public OwMasterDocument getDocument()
public String getPluginTitle()
getPluginTitle
in interface OwPlugin
public String getPluginID()
getPluginID
in interface OwPlugin
public String getViewID()
public String getDocID()
public OwView getErrorView(Exception e_p, String strTitle_p)
public String getPluginClassName()
public String getPluginTypeDisplayName()
getPluginTypeDisplayName
in interface OwPlugin
public OwXMLUtil getConfigNode()
getConfigNode
in interface OwPlugin
public String getPluginType()
getPluginType
in interface OwPlugin
public String getIcon() throws Exception
getIcon
in interface OwPlugin
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |