All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.beans.EditorPath

java.lang.Object
    |
    +----ORG.opengroup.beans.EditorPath

public class EditorPath
extends Object
Provides access to the list of packages containing property editors.


Constructor Index

 o EditorPath()

Method Index

 o getPath()
Return editor path as blank-delimited list of package names.
 o setPath(String)
Set editor path to blank-delimited list of package names.

Constructors

 o EditorPath
public EditorPath()

Methods

 o setPath
public static void setPath(String v)
Set editor path to blank-delimited list of package names.

 o getPath
public static String getPath()
Return editor path as blank-delimited list of package names.


All Packages  Class Hierarchy  This Package  Previous  Next  Index