|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.mflow.api.base.AbstractMsgFlowComponent
Abstract implementation of MsgFlowComponent
Constructor Summary | |
---|---|
AbstractMsgFlowComponent()
|
Method Summary | |
---|---|
void |
configure(java.awt.Frame aOwner)
Does nothing. |
javax.swing.Icon |
getIcon()
Gets the icon for this component. |
java.lang.String |
getName()
Gets the name of this instance, set to the name of the class by default (excluding the package name) |
protected void |
setIcon(javax.swing.Icon aIcon)
Sets the icon for this component. |
void |
setName(java.lang.String aName)
Sets the name of this instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMsgFlowComponent()
Method Detail |
---|
public void configure(java.awt.Frame aOwner)
configure
in interface Configurable
aOwner
- the owner of the dialog to showpublic final javax.swing.Icon getIcon()
getIcon
in interface Iconable
protected final void setIcon(javax.swing.Icon aIcon)
aIcon
- the new iconpublic final java.lang.String getName()
getName
in interface MsgFlowComponent
public final void setName(java.lang.String aName)
setName
in interface MsgFlowComponent
aName
- the new name for the instance
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |