Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.injection |
Dependency injection to support implementation mappings for different
platforms such as Android and Java SE.
|
ptolemy.actor.lib.gui |
The ptolemy.actor.lib.gui package.
|
Modifier and Type | Class and Description |
---|---|
class |
AWTContainer
The portable container that wraps java.awt.Container.
|
Modifier and Type | Method and Description |
---|---|
void |
PortablePlaceable.place(PortableContainer container)
Place the object that implements this interface into the specified container.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFieldContainerInterface.place(PortableContainer container)
Place the visual representation of the actor into the specified container.
|
void |
PlotterBase.place(PortableContainer container)
Specify the container into which this plot should be placed.
|
void |
TextFieldContainerJavaSE.place(PortableContainer container)
Place the visual representation of the actor into the specified container.
|
void |
DisplayInterface.place(PortableContainer container)
Specify the container in which the data should be displayed.
|
void |
DisplayJavaSE.place(PortableContainer portableContainer)
Specify the container in which the data should be displayed.
|
void |
SketchedSource.place(PortableContainer container)
Override the base class to create an initial trace.
|
void |
MonitorValue.place(PortableContainer container)
Place the visual representation of the actor into the specified container.
|
void |
Display.place(PortableContainer container)
Specify the container into which this object should be placed.
|
void |
ConstPlaceable.place(PortableContainer container)
Place the visual representation of the actor into the specified container.
|