|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.util.JavaUtil
public class JavaUtil
Utility methods for working with Java.
| Method Summary | |
|---|---|
static org.eclipse.jdt.core.IType[] |
getSubTypes(AbstractOfficeFloorEditPart<?,?,?> editPart,
String typeName)
Convenience method. |
static org.eclipse.jdt.core.IType[] |
getSubTypes(org.eclipse.core.resources.IProject project,
String typeName)
Obtains the listing of IType that represent the classes of the
input type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.eclipse.jdt.core.IType[] getSubTypes(AbstractOfficeFloorEditPart<?,?,?> editPart,
String typeName)
throws org.eclipse.jdt.core.JavaModelException
editPart - AbstractOfficeFloorEditPart.typeName - Type.
IType that represent the classes of the input
type.
org.eclipse.jdt.core.JavaModelException - If fails to obtain sub types.
public static org.eclipse.jdt.core.IType[] getSubTypes(org.eclipse.core.resources.IProject project,
String typeName)
throws org.eclipse.jdt.core.JavaModelException
IType that represent the classes of the
input type.
project - IProject.type - Type.
IType that represent the classes of the input
type.
org.eclipse.jdt.core.JavaModelException - If fails to obtain sub types.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||