org.PingOO.DLAI.lib.directorytree
Class OrganizationNode

java.lang.Object
  |
  +--javax.swing.tree.DefaultMutableTreeNode
        |
        +--org.PingOO.DLAI.lib.directorytree.DirectoryComponent
              |
              +--org.PingOO.DLAI.lib.directorytree.DirectoryNode
                    |
                    +--org.PingOO.DLAI.lib.directorytree.RootNode
                          |
                          +--org.PingOO.DLAI.lib.directorytree.OrganizationNode

public final class OrganizationNode
extends RootNode

Defines the component used to describe a the root node of the directory.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)
See Also:
Serialized Form

Inner classes inherited from class javax.swing.tree.DefaultMutableTreeNode
javax.swing.tree.DefaultMutableTreeNode.BreadthFirstEnumeration, javax.swing.tree.DefaultMutableTreeNode.PathBetweenNodesEnumeration, javax.swing.tree.DefaultMutableTreeNode.PostorderEnumeration, javax.swing.tree.DefaultMutableTreeNode.PreorderEnumeration
 
Field Summary
static java.lang.String DOMAIN_KEY
           
static java.lang.String EMAIL_KEY
           
static java.lang.String ORGANIZATION_NODE_TYPE
          This component's type.
static java.lang.String WEB_SITE_KEY
           
static java.lang.String WORK_ADDRESS_KEY
           
static java.lang.String WORK_FAX_KEY
           
static java.lang.String WORK_TELEPHONE_KEY
           
 
Fields inherited from class org.PingOO.DLAI.lib.directorytree.DirectoryNode
ADMINISTRATOR_ALIAS_CHILD, ALLOW_KEY, childrenAllowed, COUNTRY_NODE_CHILD, DEPARTEMENT_NODE_CHILD, LIST_GROUP_CHILD, LIST_HOME_CHILD, LIST_SHEET_CHILD, ORGANIZATION_NODE_CHILD, PEOPLE_HOME_CHILD, RESOURCE_ALIAS_CHILD, RESOURCE_GROUP_CHILD, RESOURCE_HOME_CHILD, RESOURCE_SHEET_CHILD, SECTION_NODE_CHILD, USER_ALIAS_CHILD, USER_GROUP_CHILD, USER_SHEET_CHILD
 
Fields inherited from class org.PingOO.DLAI.lib.directorytree.DirectoryComponent
accessTable, attributeVector, CREATION_DATE_KEY, DESCRIPTION_KEY, DN_SEPAPATOR, EMPTY_ARRAY_ATTRIBUTE, EXPIRATION_DATE_KEY, exportationTable, FIELD_SEPAPATOR, ICON_KEY, labelTable, MODIFICATION_DATE_KEY, modified, OBJECT_CLASS_KEY, PROGRAM_KEY, requiredVector, RESOURCE_KEY, upToDate, valueTable
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
OrganizationNode(java.lang.String name)
          Creates a new organization.
 
Method Summary
 java.lang.String getType()
          Returns the type of this component.
 boolean hasRequestAttributes()
          Tests if this component has the required attributes.
 
Methods inherited from class org.PingOO.DLAI.lib.directorytree.RootNode
getPanel, getRequiredPanel
 
Methods inherited from class org.PingOO.DLAI.lib.directorytree.DirectoryNode
add, administrators, children, children, children, getAllowsChildren, getAllowsChildren, insert, isLeaf, leaves, leaves, nodes, nodes, setAdministrator, setAdministrator, setAdministrator, setAllowsChildren, setAllowsChildren, setAttributeValue, setAttributeValues, setAttributeValues, setAutorization
 
Methods inherited from class org.PingOO.DLAI.lib.directorytree.DirectoryComponent
attributes, getAccessValue, getAccessValues, getAttributeLabel, getAttributeTextKeys, getAttributeValue, getAttributeValues, getDN, getExportationValue, getName, getNewDN, getRDN, hasRequiredAttributes, isAccessible, isModified, isUpToDate, prepareMessage, remove, requiredAttributes, setAccessValue, setAccessValues, setAccessValues, setDefaultAccess, setDefaultExportation, setExportationValue, setModified, setName, setUpToDate
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
, breadthFirstEnumeration, children, clone, depthFirstEnumeration, 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, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, readObject, remove, removeAllChildren, removeFromParent, setParent, setUserObject, toString, writeObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

ORGANIZATION_NODE_TYPE

public static final java.lang.String ORGANIZATION_NODE_TYPE
This component's type.

WORK_ADDRESS_KEY

public static final java.lang.String WORK_ADDRESS_KEY

WORK_TELEPHONE_KEY

public static final java.lang.String WORK_TELEPHONE_KEY

WORK_FAX_KEY

public static final java.lang.String WORK_FAX_KEY

DOMAIN_KEY

public static final java.lang.String DOMAIN_KEY

EMAIL_KEY

public static final java.lang.String EMAIL_KEY

WEB_SITE_KEY

public static final java.lang.String WEB_SITE_KEY
Constructor Detail

OrganizationNode

public OrganizationNode(java.lang.String name)
Creates a new organization.
Parameters:
name - The name of this organization.
Method Detail

getType

public java.lang.String getType()
Returns the type of this component.
Returns:
The type of this component.
Overrides:
getType in class DirectoryComponent

hasRequestAttributes

public boolean hasRequestAttributes()
Tests if this component has the required attributes.
Returns:
true if the node has its required attributes, false otherwise.