public class MarvinPluginWindowComponent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MarvinPluginWindowComponent.ComponentType |
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 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeID()
Returns the ID of the attribute associated with the component.
|
MarvinAttributes |
getAttributes()
Returns Atribute objectīs reference.
|
javax.swing.JComponent |
getComponent()
Returns the swing component representation of this component.
|
java.lang.String |
getID()
Returns the componentīs ID.
|
MarvinPluginWindowComponent.ComponentType |
getType()
Returns the type of the component.
|
public MarvinPluginWindowComponent(java.lang.String id, java.lang.String attrID, MarvinAttributes attr, javax.swing.JComponent comp, MarvinPluginWindowComponent.ComponentType type)
MarvinPluginWindowComponent
a_id
- attrID
- attr
- MarvinAttributes
comp
- JComponent
type
- public java.lang.String getID()
public java.lang.String getAttributeID()
public MarvinAttributes getAttributes()
public javax.swing.JComponent getComponent()
public MarvinPluginWindowComponent.ComponentType getType()