Package | Description |
---|---|
oracle.ide.inspector.layout |
Contains interfaces and abstract classes describing the property form layout information.
|
Modifier and Type | Method and Description |
---|---|
CustomGUIComponent |
CustomComponent.getComponent()
Create an instance of the component class.
|
static CustomGUIComponent |
CustomGUIComponent.getCustomGUIComponent(javax.swing.JComponent component)
Retrieve the CustomGUIComponent for which the specified JComponent is the root component.
|
Modifier and Type | Method and Description |
---|---|
static void |
CustomGUIComponent.setCustomGUIComponent(javax.swing.JComponent component, CustomGUIComponent guiComponent)
Set the specified JComponent to be the root component of the specified CustomGUIComponent.
|