Class com.symantec.itools.vcafe.openapi.plugin.PlugInObjectEditor
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.openapi.plugin.PlugInObjectEditor
Object
|
+----PlugInView
|
+----PlugInWindow
|
+----PlugInFrame
|
+----PlugInLocalFrame
|
+----com.symantec.itools.vcafe.openapi.plugin.PlugInObjectEditor
- public abstract class PlugInObjectEditor
- extends PlugInLocalFrame
-
com.symantec.itools.vcafe.openapi.plugin.PlugInObjectEditor(VisualObject)
-
-
getEditObjects()
- This method is called by the framework to obtain the names of the objects this
editor can work with.
PlugInObjectEditor
public PlugInObjectEditor(VisualObject vo)
getEditObjects
public static java.lang.String[] getEditObjects()
- This method is called by the framework to obtain the names of the objects this
editor can work with. A plug in object editor should return an array of full class
path (including the package name i.e com.sun.java.swing.JPopupMenu) of each object.
- Returns:
- array of class names of each object
All Packages Class Hierarchy This Package Previous Next Index