Package | Description |
---|---|
org.kepler.actor.gui | |
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.syntax |
A syntax-directed editor.
|
ptolemy.actor.lib.gui |
The ptolemy.actor.lib.gui package.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLViewer
An actor that displays XML tokens in a nice format.
|
Constructor and Description |
---|
PlotTableauFrame(Tableau tableau,
PlotBox plotBox,
PortablePlaceable placeable)
Construct a plot frame with the specified title and by default
contains an instance of Plot.
|
TableauFrame(Tableau tableau,
StatusBar statusBar,
PortablePlaceable portablePlaceable)
Construct an empty top-level frame managed by the specified
tableau with the specified status bar and associated PortablePlaceable
object.
|
TextEditor(java.lang.String title,
javax.swing.text.Document document,
PortablePlaceable portablePlaceable)
Construct an empty text editor with the specified title and
document and associated poratalbeplaceable.
|
Constructor and Description |
---|
SyntaxTextEditor(java.lang.String title,
javax.swing.text.Document document,
PortablePlaceable portablePlaceable)
Construct an empty text editor with the specified title and
document and associated PortablePlaceable.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayPlotter
A plotter that plots a sequence of arrays of doubles.
|
class |
ArrayPlotterXY
A plotter that plots a sequence of pairs of arrays of doubles
as an XY plot.
|
class |
BarGraph
A bar graph plotter.
|
class |
ConstPlaceable
Produce a constant output from an actor that is placeable in a GUI.
|
class |
Display
Display the values of the tokens arriving on the input channels in a
text area on the screen.
|
class |
HistogramPlotter
A histogram plotter.
|
class |
MonitorValue
Monitor inputs by setting the value parameter equal
to each arriving token.
|
class |
Plotter
Base class for plotters.
|
class |
PlotterBase
Base class for plotters.
|
class |
RealTimePlotter
This plotter plots input data as a function of elapsed real time in seconds.
|
class |
SequencePlotter
A sequence plotter.
|
class |
SequenceScope
A sequence plotter for sequences that are potentially infinitely long.
|
class |
SketchedSource
This actor is a plotter that also produces as its output a
signal that has been sketched by the user on the screen.
|
class |
TimedDisplay
Display the model time and the input.
|
class |
TimedMonitorValue
Monitor inputs by setting the value parameter equal
to each arriving token.
|
class |
TimedPlotter
A signal plotter.
|
class |
TimedScope
A signal plotter that plots in an oscilloscope style, meaning that the
horizontal axis is wrapped and that there is finite persistence.
|
class |
XYPlotter
An XY plotter.
|
class |
XYScope
An X-Y plotter that plots with finite persistence.
|