public class TextFieldContainerJavaSE extends java.lang.Object implements TextFieldContainerInterface
| Red (ishwinde) |
| Red (ishwinde) |
| Constructor and Description |
|---|
TextFieldContainerJavaSE() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Sink sink)
Initiate.
|
void |
place(PortableContainer container)
Place the visual representation of the actor into the specified container.
|
void |
setValue(Token value)
Set the text to the value of the token.
|
public void init(Sink sink) throws IllegalActionException, NameDuplicationException
init in interface TextFieldContainerInterfacesink - Object of the Sink actor.IllegalActionException - If the entity cannot be contained
by the proposed container.NameDuplicationException - If the container already has an
actor with this name.public void place(PortableContainer container)
place in interface TextFieldContainerInterfacecontainer - The container in which to place the objectpublic void setValue(Token value)
setValue in interface TextFieldContainerInterfacevalue - The Parameter containing the value