|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
wt.inf.container.ContainerPath
Supported API: false
Extendable: false
WTContainerHelper.getPath(wt.inf.container.WTContainerRef)
,
WTContainerHelper.getDisplayPath(wt.inf.container.WTContainerRef)
,
Serialized FormNested Class Summary |
Nested classes inherited from class java.util.AbstractList |
|
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private WTContainerRef[] |
path
Deprecated. |
private static String |
RESOURCE
Deprecated. |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
protected |
ContainerPath(WTContainerRef container_ref)
Deprecated. |
Method Summary | |
Object |
get(int index)
Deprecated. |
WTContainer |
getContainer(int index)
Deprecated. |
WTContainerRef |
getContainerRef(int index)
Deprecated. |
String |
getDisplayForm()
Deprecated. |
String |
getExternalForm()
Deprecated. |
int |
size()
Deprecated. |
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private final WTContainerRef[] path
Constructor Detail |
protected ContainerPath(WTContainerRef container_ref) throws WTException
container_ref
-
WTException
Method Detail |
public Object get(int index)
get
in interface List
index
-
public WTContainer getContainer(int index)
get(int) : Object
index
-
public WTContainerRef getContainerRef(int index)
get(int) : Object
index
-
public String getExternalForm()
WTContainerService.getByPath
WTContainerService.getByPath(java.lang.String)
public String getDisplayForm()
public int size()
size
in interface List
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |