Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
G
I
M
P
Q
R
S
_
A
addCheckBox(String, String, boolean)
- Method in class ptolemy.gui.
Query
Create an on-off check box.
addChoice(String, String, String[], String)
- Method in class ptolemy.gui.
Query
Create a choice menu.
addDisplay(String, String, String)
- Method in class ptolemy.gui.
Query
Create a simple one-line text display, a non-editable value that is set externally using the setDisplay() method.
addLine(String, String, String)
- Method in class ptolemy.gui.
Query
Create a single-line entry box with the specified name, label, and default value.
addQueryListener(QueryListener)
- Method in class ptolemy.gui.
Query
Add a listener.
addRadioButtons(String, String, String[], String)
- Method in class ptolemy.gui.
Query
Create a bank of radio buttons.
addSlider(String, String, int, int, int)
- Method in class ptolemy.gui.
Query
Create a slider with the specified name, label, default value, maximum, and minimum.
B
BasicJApplet
- class ptolemy.gui.
BasicJApplet
.
Base class for swing applets.
BasicJApplet()
- Constructor for class ptolemy.gui.
BasicJApplet
booleanValue(String)
- Method in class ptolemy.gui.
Query
Get the current value in the entry with the given name and return as a boolean.
buttonPressed()
- Method in class ptolemy.gui.
PanelDialog
Return the label of the button that triggered closing the dialog, or an empty string if none.
C
changed(String)
- Method in interface ptolemy.gui.
QueryListener
Called to notify that one of the entries has changed.
contents
- Variable in class ptolemy.gui.
PanelDialog
The panel contained by this dialog.
D
DEFAULT_ENTRY_WIDTH
- Static variable in class ptolemy.gui.
Query
doubleValue(String)
- Method in class ptolemy.gui.
Query
Get the current value in the entry with the given name and return as a double value.
G
getAppletInfo()
- Method in class ptolemy.gui.
BasicJApplet
Return generic applet information.
getParameterInfo()
- Method in class ptolemy.gui.
BasicJApplet
Describe the applet parameters.
I
init()
- Method in class ptolemy.gui.
BasicJApplet
Initialize the applet.
intValue(String)
- Method in class ptolemy.gui.
Query
Get the current value in the entry with the given name and return as an integer.
M
Message
- class ptolemy.gui.
Message
.
A simple message display with a close button.
Message(String)
- Constructor for class ptolemy.gui.
Message
Pop up a text widget with no scroll bar and close button.
Message(String, Color, Color, int, int, int)
- Constructor for class ptolemy.gui.
Message
Pop up a text widget with a close button.
P
PanelDialog
- class ptolemy.gui.
PanelDialog
.
This class is a modal dialog box that contains an arbitrary panel.
PanelDialog(Frame, String, JPanel)
- Constructor for class ptolemy.gui.
PanelDialog
Construct a dialog with the specified owner, title, and panel.
PanelDialog(Frame, String, JPanel, String[])
- Constructor for class ptolemy.gui.
PanelDialog
Construct a dialog with the specified owner, title, panel, and buttons.
Q
Query
- class ptolemy.gui.
Query
.
Create a query with various types of entry boxes and controls.
Query()
- Constructor for class ptolemy.gui.
Query
Construct a panel with no queries in it.
QueryListener
- interface ptolemy.gui.
QueryListener
.
Listener interface for changes in the query box.
R
removeQueryListener(QueryListener)
- Method in class ptolemy.gui.
Query
Remove a listener.
report(Exception)
- Method in class ptolemy.gui.
BasicJApplet
Report an exception.
report(String, Exception)
- Method in class ptolemy.gui.
BasicJApplet
Report an exception with an additional message.
S
setBackground(Color)
- Method in class ptolemy.gui.
Query
Set the background color for all the widgets.
setBoolean(String, boolean)
- Method in class ptolemy.gui.
Query
Set the current value in the entry with the given name.
setDisplay(String, String)
- Method in class ptolemy.gui.
Query
Set the displayed text of an item that has been added using addDisplay.
setEnabled(String, boolean)
- Method in class ptolemy.gui.
Query
For entries for which it is appropriate, if the second argument is false, then it will be disabled.
setTextWidth(int)
- Method in class ptolemy.gui.
Query
Specify the preferred width to be used for entry boxes created in using addLine().
stringValue(String)
- Method in class ptolemy.gui.
Query
Get the current value in the entry with the given name, and return as a String.
_
_addPair(JLabel, Component)
- Method in class ptolemy.gui.
Query
Add a label and a widget to the panel.
_background
- Variable in class ptolemy.gui.
Query
The background color as set by setBackground().
_concatStringArrays(String[][], String[][])
- Method in class ptolemy.gui.
BasicJApplet
Concatenate two parameter info string arrays and return the result.
_constraints
- Variable in class ptolemy.gui.
Query
Standard constraints for use with _grid.
_getBackground()
- Method in class ptolemy.gui.
BasicJApplet
Get the background color as set by the "background" applet parameter.
_grid
- Variable in class ptolemy.gui.
Query
Layout control.
_listeners
- Variable in class ptolemy.gui.
Query
List of registered listeners.
A
B
C
D
G
I
M
P
Q
R
S
_
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES