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.
EditorPath()
-
getPath()
- Return editor path as blank-delimited list of package names.
setPath(String)
- Set editor path to blank-delimited list of package names.
EditorPath
public EditorPath()
setPath
public static void setPath(String v)
- Set editor path to blank-delimited list of package names.
getPath
public static String getPath()
- Return editor path as blank-delimited list of package names.
All Packages Class Hierarchy This Package Previous Next Index