public interface TextFieldContainerInterface
Red (ahuseyno) |
Red (ahuseyno) |
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 token)
Set the text to the value of the token.
|
void init(Sink sink) throws IllegalActionException, NameDuplicationException
sink
- 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.void place(PortableContainer container)
container
- The container in which to place the objectvoid setValue(Token token)
token
- The token containing the value