|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.model.AbstractMultiBlockunitDecorator
public abstract class AbstractMultiBlockunitDecorator
| Field Summary | |
|---|---|
(package private) Blockunit |
leftUnit
left entitywithlocation |
(package private) static org.apache.log4j.Logger |
logger
log4j facility |
(package private) Blockunit |
rightUnit
right entitywithlocation |
| Constructor Summary | |
|---|---|
AbstractMultiBlockunitDecorator()
default constructor |
|
AbstractMultiBlockunitDecorator(Blockunit leftUnit,
Blockunit rightUnit)
default constructor |
|
| Method Summary | |
|---|---|
Blockunit |
getLeftUnit()
|
Blockunit |
getRightUnit()
|
abstract java.lang.String |
getTooltip()
the class must return an implementation of the tooltip |
void |
setLeftUnit(Blockunit leftUnit)
|
void |
setRightUnit(Blockunit rightUnit)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.apache.log4j.Logger logger
Blockunit leftUnit
Blockunit rightUnit
| Constructor Detail |
|---|
public AbstractMultiBlockunitDecorator()
public AbstractMultiBlockunitDecorator(Blockunit leftUnit,
Blockunit rightUnit)
leftUnit - the left blockunitrightUnit - the right blockunit| Method Detail |
|---|
public Blockunit getLeftUnit()
public void setLeftUnit(Blockunit leftUnit)
leftUnit - The leftUnit to set.public Blockunit getRightUnit()
public void setRightUnit(Blockunit rightUnit)
rightUnit - The rightUnit to set.public abstract java.lang.String getTooltip()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||