|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.ide.jbuilder.JBuilderUtil
JBuilderUtil defines general-purpose methods that are used by all GLUE plug-in wizards.
Constructor Summary | |
JBuilderUtil()
|
Method Summary | |
static javax.swing.JFrame |
getParentFrame()
|
static java.lang.String |
getProjectClassPath(com.borland.jbuilder.node.JBProject project)
Returns a string representation of the project's class path. |
static java.lang.String |
getProjectSourcePath(com.borland.jbuilder.node.JBProject project)
Returns a string representation of the project's source path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JBuilderUtil()
Method Detail |
public static java.lang.String getProjectSourcePath(com.borland.jbuilder.node.JBProject project)
project
- The project to interrogate.public static java.lang.String getProjectClassPath(com.borland.jbuilder.node.JBProject project)
project
- The project to interrogate.public static javax.swing.JFrame getParentFrame()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |