Skip navigation links 
 
oracle.ide.inspector.layout
Class CustomComponent
java.lang.Object
   oracle.ide.inspector.layout.SimpleElement
oracle.ide.inspector.layout.SimpleElement
       oracle.ide.inspector.layout.CustomComponent
oracle.ide.inspector.layout.CustomComponent
- All Implemented Interfaces:
- Element
- 
public abstract class CustomComponent
 
- extends SimpleElement
One of the Elements 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 aDisplayGroupat 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 DisplayGroupat the specified location.
- 
- Returns:
- an instance of a class extending CustomGUIComponent.
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.