public abstract class AttributeNode extends DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected Object |
attributeKey |
protected static AttributeRestriction |
classAttributeRestriction |
protected boolean |
ignoreArrayHelperObjects
Anzeigen der Array Hilfsobjekte.
|
protected boolean |
ignoreInvisibleAttributes |
protected boolean |
ignoreSubstitute
Anzeigen der Struktur komplexer Objekte.
|
protected org.apache.log4j.Logger |
logger |
protected static AttributeRestriction |
objectAttributeRestriction |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
AttributeNode(String name)
Creates a new AttributeNode object.
|
AttributeNode(String name,
boolean ignoreSubstitute,
boolean ignoreArrayHelperObjects,
boolean ignoreInvisibleAttributes)
Creates a new AttributeNode object.
|
AttributeNode(String name,
boolean ignoreSubstitute,
boolean ignoreArrayHelperObjects,
boolean ignoreInvisibleAttributes,
Object attributeKey)
Creates a new AttributeNode object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttributeNodes(AttributeIterator attributeIterator)
DOCUMENT ME!
|
Object |
getAttributeKey()
DOCUMENT ME!
|
abstract Collection |
getAttributes()
DOCUMENT ME!
|
abstract Icon |
getIcon()
DOCUMENT ME!
|
protected String |
getName(Sirius.server.localserver.attribute.Attribute metaAttribute,
Sirius.server.middleware.types.MetaObject MetaObject)
Konstruiert den anzuzeigenden Attributnamen.
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringprotected static final AttributeRestriction objectAttributeRestriction
protected static final AttributeRestriction classAttributeRestriction
protected final org.apache.log4j.Logger logger
protected Object attributeKey
protected boolean ignoreSubstitute
Bei true wird die Struktur angezeigt, bei false wird die Sturktur aufgelöst und nur das flache Objekt angezeigt.
protected boolean ignoreArrayHelperObjects
Bei true wird das Hilfsobjekt nicht angezeigt
protected boolean ignoreInvisibleAttributes
public AttributeNode(String name)
name - DOCUMENT ME!public AttributeNode(String name, boolean ignoreSubstitute, boolean ignoreArrayHelperObjects, boolean ignoreInvisibleAttributes)
name - DOCUMENT ME!ignoreSubstitute - DOCUMENT ME!ignoreArrayHelperObjects - DOCUMENT ME!ignoreInvisibleAttributes - DOCUMENT ME!public AttributeNode(String name, boolean ignoreSubstitute, boolean ignoreArrayHelperObjects, boolean ignoreInvisibleAttributes, Object attributeKey)
name - DOCUMENT ME!ignoreSubstitute - DOCUMENT ME!ignoreArrayHelperObjects - DOCUMENT ME!ignoreInvisibleAttributes - DOCUMENT ME!attributeKey - DOCUMENT ME!protected void addAttributeNodes(AttributeIterator attributeIterator)
attributeIterator - DOCUMENT ME!protected String getName(Sirius.server.localserver.attribute.Attribute metaAttribute, Sirius.server.middleware.types.MetaObject MetaObject)
metaAttribute - DOCUMENT ME!MetaObject - DOCUMENT ME!public Object getAttributeKey()
public abstract Collection getAttributes()
public abstract Icon getIcon()
Copyright © 2012–2026 cismet GmbH. All rights reserved.