Package | Description |
---|---|
marvin.gui |
Provides classes to manipulate interface components.
|
Modifier and Type | Method and Description |
---|---|
MarvinPluginWindowComponent.ComponentType |
MarvinPluginWindowComponent.getType()
Returns the type of the component.
|
static MarvinPluginWindowComponent.ComponentType |
MarvinPluginWindowComponent.ComponentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarvinPluginWindowComponent.ComponentType[] |
MarvinPluginWindowComponent.ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MarvinAttributesPanel.plugComponent(java.lang.String id,
javax.swing.JComponent comp,
java.lang.String attrID,
MarvinAttributes attr,
MarvinPluginWindowComponent.ComponentType type)
Adds new component
|
Constructor and Description |
---|
MarvinPluginWindowComponent(java.lang.String id,
java.lang.String attrID,
MarvinAttributes attr,
javax.swing.JComponent comp,
MarvinPluginWindowComponent.ComponentType type)
Constructs a new
MarvinPluginWindowComponent |