endrov.flowBasic.constants
Class FlowUnitConst
java.lang.Object
endrov.flow.FlowUnit
endrov.flow.FlowUnitBasic
endrov.flowBasic.constants.FlowUnitConst
- Direct Known Subclasses:
- FlowUnitConstBoolean, FlowUnitConstClass, FlowUnitConstDouble, FlowUnitConstEvDecimal, FlowUnitConstExpression, FlowUnitConstFile, FlowUnitConstInteger, FlowUnitConstString
public abstract class FlowUnitConst
- extends FlowUnitBasic
Common look for all flow constants
Methods inherited from class endrov.flow.FlowUnit |
checkNotNull, errNullValues, errUnsupportedTypes, evaluate, fromXML, getBorderColor, getMidPos, getTextColor, getTypesIn, getTypesInCount, getTypesOut, getTypesOutCount, helperDrawConnectors, isSelected, toDouble, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
colorBadValue
protected java.awt.Color colorBadValue
FlowUnitConst
public FlowUnitConst()
getTypesIn
protected void getTypesIn(java.util.Map<java.lang.String,FlowType> types,
Flow flow)
- Get types of flows in
- Specified by:
getTypesIn
in class FlowUnit
flow
- TODO
getTypesOut
protected void getTypesOut(java.util.Map<java.lang.String,FlowType> types,
Flow flow)
- Get types of flows out
- Specified by:
getTypesOut
in class FlowUnit
flow
- TODO
getConstType
protected abstract FlowType getConstType()
getBackground
public java.awt.Color getBackground()
- Specified by:
getBackground
in class FlowUnitBasic
getIcon
public javax.swing.ImageIcon getIcon()
- Specified by:
getIcon
in class FlowUnitBasic