public class ConstantBlock extends Block implements NamedBlock, ConfigurableBlock
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantBlock.ConstantBlockEditor |
static interface |
ConstantBlock.ConstantBlockListener |
Block.BlockProxy, Block.In, Block.Outorg.marid.logging.LogSupport.Log| Modifier and Type | Field and Description |
|---|---|
Block.Out |
output |
protected String |
value |
NAMED_BLOCK_NAME_MAPLOGGERS| Constructor and Description |
|---|
ConstantBlock() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.groovy.ast.expr.ConstantExpression |
constantExpression() |
StandardBlockComponent<ConstantBlock> |
createComponent() |
ConstantBlock.ConstantBlockEditor |
createWindow(Window parent) |
String |
getValue() |
ImageIcon |
getVisualRepresentation() |
void |
reset() |
void |
setValue(String newValue) |
addEventListener, fireEvent, getId, getInputs, getOutputs, getVisualRepresentation, removeListener, toString, transfer, writeReplaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNamecompareToconfig, fine, finer, finest, info, log, log, logger, severe, severe, warning, warningafterBuildpublic StandardBlockComponent<ConstantBlock> createComponent()
createComponent in class Blockpublic ImageIcon getVisualRepresentation()
getVisualRepresentation in class Blockpublic ConstantBlock.ConstantBlockEditor createWindow(Window parent)
createWindow in interface ConfigurableBlockpublic String getValue()
public void setValue(String newValue)
public org.codehaus.groovy.ast.expr.ConstantExpression constantExpression()
Copyright © 2012–2015 MARID software development group. All rights reserved.