|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.views.typehierarchy.TypeHierarchyContentProvider.ParentPath
public static class TypeHierarchyContentProvider.ParentPath
Parent path for a type definition
Constructor Summary | |
---|---|
TypeHierarchyContentProvider.ParentPath(TypeDefinition main)
Create a parent path for the given type |
Method Summary | |
---|---|
List<TypeHierarchyContentProvider.ParentPath> |
createSubPaths()
Create the sub-paths of the current path |
boolean |
equals(Object obj)
|
TypeDefinition |
getHead()
Get the head type in the path |
TypeHierarchyContentProvider.ParentPath |
getMainPath()
Get the path that only represents the main type. |
TypeDefinition |
getMainType()
Get the main type. |
TypeHierarchyContentProvider.ParentPath |
getTail()
Get the path tail |
int |
hashCode()
|
boolean |
isMainType()
Determines if this path represents the main type. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeHierarchyContentProvider.ParentPath(TypeDefinition main)
main
- the main type definitionMethod Detail |
---|
public TypeDefinition getHead()
null
public TypeHierarchyContentProvider.ParentPath getTail()
null
public List<TypeHierarchyContentProvider.ParentPath> createSubPaths()
public boolean isMainType()
public TypeDefinition getMainType()
public TypeHierarchyContentProvider.ParentPath getMainPath()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(Object)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |