|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.tools.mapping.reversedb2.propertyEditors.EditableTreeNodeWithProperties
org.apache.ojb.tools.mapping.reversedb2.ojbmetatreemodel.OjbMetaTreeNode
org.apache.ojb.tools.mapping.reversedb2.ojbmetatreemodel.OjbMetaExtentClassNode
Field Summary |
Fields inherited from class org.apache.ojb.tools.mapping.reversedb2.ojbmetatreemodel.OjbMetaTreeNode |
alChildren |
Fields inherited from class org.apache.ojb.tools.mapping.reversedb2.propertyEditors.EditableTreeNodeWithProperties |
propertyChangeDelegate |
Constructor Summary | |
OjbMetaExtentClassNode(DescriptorRepository pRepository,
OjbMetaDataTreeModel pTreeModel,
OjbMetaTreeNode pparent,
java.lang.String pExtentClassName)
Constructor for OjbMetaCollectionDescriptorNode |
Method Summary | |
protected boolean |
_load()
Purpose of this method is to fill the children of the node. |
boolean |
actionListCachable()
Some objects may alter the list of actions they present depending on the state they are in. |
boolean |
actionListStatic()
Some objects may return a list of actions depending on the state they are in or the way they have been created. |
java.util.Iterator |
getActions()
Get a bunch of java.util.Action objects that this object wants to offer in a context-menu. |
boolean |
getAllowsChildren()
|
java.lang.Object |
getAssociatedDescriptor()
Return the descriptor object this node is associated with. |
java.lang.Object |
getAttribute(java.lang.String strKey)
Get an attribute of this node as Object. |
java.lang.Class |
getPropertyEditorClass()
Return the property editor class for this PropertyEditorTarget. |
boolean |
isLeaf()
|
void |
setAttribute(java.lang.String strKey,
java.lang.Object value)
Set an attribute of this node as Object. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.ojb.tools.mapping.reversedb2.ojbmetatreemodel.OjbMetaTreeNode |
children, compareTo, getChildAt, getChildCount, getIndex, getOjbMetaTreeModel, getParent, getRepository, load |
Methods inherited from class org.apache.ojb.tools.mapping.reversedb2.propertyEditors.EditableTreeNodeWithProperties |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OjbMetaExtentClassNode(DescriptorRepository pRepository, OjbMetaDataTreeModel pTreeModel, OjbMetaTreeNode pparent, java.lang.String pExtentClassName)
Method Detail |
protected boolean _load()
OjbMetaTreeNode
_load
in class OjbMetaTreeNode
OjbMetaTreeNode._load()
public boolean isLeaf()
isLeaf
in interface javax.swing.tree.TreeNode
isLeaf
in class OjbMetaTreeNode
OjbMetaTreeNode.isLeaf()
public boolean getAllowsChildren()
getAllowsChildren
in interface javax.swing.tree.TreeNode
getAllowsChildren
in class OjbMetaTreeNode
OjbMetaTreeNode.getAllowsChildren()
public void setAttribute(java.lang.String strKey, java.lang.Object value)
EditableTreeNodeWithProperties
setAttribute
in interface PropertyEditorTarget
setAttribute
in class EditableTreeNodeWithProperties
EditableTreeNodeWithProperties.setAttribute(String, Object)
public java.lang.Object getAttribute(java.lang.String strKey)
EditableTreeNodeWithProperties
getAttribute
in interface PropertyEditorTarget
getAttribute
in class EditableTreeNodeWithProperties
EditableTreeNodeWithProperties.getAttribute(String)
public java.lang.Class getPropertyEditorClass()
PropertyEditorTarget
PropertyEditorTarget#getPropertyEditorClass()
public java.lang.String toString()
public java.util.Iterator getActions()
ActionTarget
ActionTarget#getActions()
public boolean actionListCachable()
ActionTarget
ActionTarget#actionListCacheable()
public boolean actionListStatic()
ActionTarget
public java.lang.Object getAssociatedDescriptor()
getAssociatedDescriptor
in class OjbMetaTreeNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |