|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwPluginEntry
public class OwObjectListView.OwPluginEntry
a single entry for a plugins with its original index
Field Summary | |
---|---|
protected int |
m_iIndex
index in the m_DocumentFunctionPluginList list, where all plugins are kept |
protected OwDocumentFunction |
m_Plugin
reference to the plugin |
Constructor Summary | |
---|---|
OwObjectListView.OwPluginEntry(OwDocumentFunction plugin_p,
int iIndex_p)
a single entry for a plugins with its original index |
Method Summary | |
---|---|
boolean |
equals(Object otherObject_p)
|
int |
getIndex()
Get the index. |
OwDocumentFunction |
getPlugin()
Get the document function. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OwDocumentFunction m_Plugin
protected int m_iIndex
Constructor Detail |
---|
public OwObjectListView.OwPluginEntry(OwDocumentFunction plugin_p, int iIndex_p)
Method Detail |
---|
public OwDocumentFunction getPlugin()
public int getIndex()
public int hashCode()
hashCode
in class Object
public boolean equals(Object otherObject_p)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |