public class MarvinPluginWindowComponent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MarvinPluginWindowComponent.ComponentType |
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
attributeID |
protected MarvinAttributes |
attributes |
protected JComponent |
component |
protected String |
id |
| 构造器和说明 |
|---|
MarvinPluginWindowComponent(String id,
String attrID,
MarvinAttributes attr,
JComponent comp,
MarvinPluginWindowComponent.ComponentType type)
Constructs a new
MarvinPluginWindowComponent |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttributeID()
Returns the ID of the attribute associated with the component.
|
MarvinAttributes |
getAttributes()
Returns Atribute object愀 reference.
|
JComponent |
getComponent()
Returns the swing component representation of this component.
|
String |
getID()
Returns the component愀 ID.
|
MarvinPluginWindowComponent.ComponentType |
getType()
Returns the type of the component.
|
protected String id
protected String attributeID
protected MarvinAttributes attributes
protected JComponent component
public MarvinPluginWindowComponent(String id, String attrID, MarvinAttributes attr, JComponent comp, MarvinPluginWindowComponent.ComponentType type)
MarvinPluginWindowComponenta_id - attrID - attr - MarvinAttributescomp - JComponenttype - public String getID()
public String getAttributeID()
public MarvinAttributes getAttributes()
public JComponent getComponent()
public MarvinPluginWindowComponent.ComponentType getType()
Copyright © 2018. All rights reserved.