electric.ide.jbuilder
Class JBuilderUtil

java.lang.Object
  extended byelectric.ide.jbuilder.JBuilderUtil

public class JBuilderUtil
extends java.lang.Object

JBuilderUtil defines general-purpose methods that are used by all GLUE plug-in wizards.

Author:
webMethods

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

JBuilderUtil

public JBuilderUtil()
Method Detail

getProjectSourcePath

public static java.lang.String getProjectSourcePath(com.borland.jbuilder.node.JBProject project)
Returns a string representation of the project's source path.

Parameters:
project - The project to interrogate.

getProjectClassPath

public static java.lang.String getProjectClassPath(com.borland.jbuilder.node.JBProject project)
Returns a string representation of the project's class path.

Parameters:
project - The project to interrogate.

getParentFrame

public static javax.swing.JFrame getParentFrame()
Returns:


copyright© 2001-2004 by webMethods All Rights Reserved.