|
|||||||||
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.OjbMetaJdbcConnectionDescriptorNode
Field Summary | |
static java.lang.String |
ATT_DATASOURCE_NAME
|
static java.lang.String |
ATT_DBALIAS
Key for accessing the schema name in the attributes Map |
static java.lang.String |
ATT_DBMS
|
static java.lang.String |
ATT_DESCRIPTOR_PBKEY
|
static java.lang.String |
ATT_DRIVER
|
static java.lang.String |
ATT_JDBC_LEVEL
|
static java.lang.String |
ATT_PASSWORD
|
static java.lang.String |
ATT_PROTOCOL
|
static java.lang.String |
ATT_SUBPROTOCOL
|
static java.lang.String |
ATT_USERNAME
|
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 | |
OjbMetaJdbcConnectionDescriptorNode(DescriptorRepository pRepository,
OjbMetaDataTreeModel pTreeModel,
OjbMetaTreeNode pparent,
JdbcConnectionDescriptor pConnDescriptor)
Creates a new instance of OjbMetaJdbcConnectionDescriptorNode |
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 key)
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 key,
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 |
Field Detail |
public static final java.lang.String ATT_DBALIAS
public static final java.lang.String ATT_DBMS
public static final java.lang.String ATT_DATASOURCE_NAME
public static final java.lang.String ATT_DRIVER
public static final java.lang.String ATT_DESCRIPTOR_PBKEY
public static final java.lang.String ATT_JDBC_LEVEL
public static final java.lang.String ATT_PASSWORD
public static final java.lang.String ATT_PROTOCOL
public static final java.lang.String ATT_SUBPROTOCOL
public static final java.lang.String ATT_USERNAME
Constructor Detail |
public OjbMetaJdbcConnectionDescriptorNode(DescriptorRepository pRepository, OjbMetaDataTreeModel pTreeModel, OjbMetaTreeNode pparent, JdbcConnectionDescriptor pConnDescriptor)
Method Detail |
protected boolean _load()
_load
in class OjbMetaTreeNode
public boolean getAllowsChildren()
getAllowsChildren
in interface javax.swing.tree.TreeNode
getAllowsChildren
in class OjbMetaTreeNode
TreeNode.getAllowsChildren()
public java.lang.Object getAttribute(java.lang.String key)
EditableTreeNodeWithProperties
getAttribute
in interface PropertyEditorTarget
getAttribute
in class EditableTreeNodeWithProperties
public java.lang.Class getPropertyEditorClass()
PropertyEditorTarget
public boolean isLeaf()
isLeaf
in interface javax.swing.tree.TreeNode
isLeaf
in class OjbMetaTreeNode
TreeNode.isLeaf()
public void setAttribute(java.lang.String key, java.lang.Object value)
EditableTreeNodeWithProperties
setAttribute
in interface PropertyEditorTarget
setAttribute
in class EditableTreeNodeWithProperties
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 |