Skip navigation links
oracle.ide.inspector.layout
Class CustomComponent
java.lang.Object
oracle.ide.inspector.layout.SimpleElement
oracle.ide.inspector.layout.CustomComponent
- All Implemented Interfaces:
- Element
-
public abstract class CustomComponent
- extends SimpleElement
One of the Element
s comprising a DisplayGroup
. A CustomComponent
allows extension writers to put some custom graphical user interface that is not specifically the property editor for one property.
The custom component must extend the class CustomGUIComponent
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COMPONENT
public static final java.lang.String COMPONENT
-
- See Also:
- Constant Field Values
COMPONENT_CLASS
public static final java.lang.String COMPONENT_CLASS
-
- See Also:
- Constant Field Values
CustomComponent
public CustomComponent()
getComponentClass
public abstract MetaClass getComponentClass()
- Get a class extending
CustomGUIComponent
. An instance of this class will be inserted in a DisplayGroup
at the specified location.
-
- Returns:
- a class extending
CustomGUIComponent
.
getComponent
public CustomGUIComponent getComponent()
- Create an instance of the component class. The returned instance will be inserted in a
DisplayGroup
at the specified location.
-
- Returns:
- an instance of a class extending
CustomGUIComponent
.
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.