|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.navigationbar.NavigationBarTreeModelBuilder
Instantiates and initializes a NavigationTreeModel from Nodes. Based on the Node passed,
a "Root" NavigationTreeNode is created and that will serve at the root of the tree
hierarchy for the NavigationTreeModel. The hierarchy is based on the Node of the XML
document that is passed in.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private static boolean |
DEBUG
Deprecated. |
static String |
FOUNDATION_INSTALL_TYPE
Deprecated. |
static boolean |
FoundationInstalled
Deprecated. |
static String |
INSTALL_TYPE_ATT
Deprecated. |
static String |
LINK_ELEMENT
Deprecated. |
static String |
LINKS_ELEMENT
Deprecated. |
private static DebugWriter |
LOG
Deprecated. |
static String |
NAME_ELEMENT
Deprecated. |
static String |
PDM_INSTALL_TYPE
Deprecated. |
static boolean |
PDMLinkInstalled
Deprecated. |
static String |
PJL_INSTALL_TYPE
Deprecated. |
static String |
PROI_INSTALL_TYPE
Deprecated. |
static boolean |
PROIntralinkInstalled
Deprecated. |
static boolean |
ProjectLinkInstalled
Deprecated. |
static String |
WINDCHILL_PDM_INSTALL_TYPE
Deprecated. |
static boolean |
WindchillPDMInstalled
Deprecated. |
Constructor Summary | |
NavigationBarTreeModelBuilder()
Deprecated. |
Method Summary | |
NavigationTreeModel |
buildNavigationTreeModel(Node navigationBarNode)
Deprecated. Creates NavigationTreeModel with NavigationTreeNodes based on the structure of the Node passed in. |
private static boolean |
isValidForInstall(Node node)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String NAME_ELEMENT
public static final String LINKS_ELEMENT
public static final String LINK_ELEMENT
public static final String INSTALL_TYPE_ATT
public static final String PDM_INSTALL_TYPE
public static final String PJL_INSTALL_TYPE
public static final String FOUNDATION_INSTALL_TYPE
public static final String PROI_INSTALL_TYPE
public static final String WINDCHILL_PDM_INSTALL_TYPE
public static boolean PDMLinkInstalled
public static boolean PROIntralinkInstalled
public static boolean ProjectLinkInstalled
public static boolean FoundationInstalled
public static boolean WindchillPDMInstalled
private static final String CLASSNAME
private static final boolean DEBUG
private static final DebugWriter LOG
Constructor Detail |
public NavigationBarTreeModelBuilder()
Method Detail |
public NavigationTreeModel buildNavigationTreeModel(Node navigationBarNode)
wt.templateutil.components.navigationbar.file
A "Root" NavigationTreeNode is created that defines the root of the for the NavigationTreeModel. From there, the descendents of the "Root" NavigationTreeNode are created based upon the descendents of the Node passed in.
navigationBarNode
- private static boolean isValidForInstall(Node node)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |