|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSALT.gui.Graphics
SALT.gui.Dialog
public class Dialog
The class Dialog provides methods, which most of the other dialogs need.
Field Summary | |
---|---|
protected java.lang.Object[] |
options
|
Fields inherited from class SALT.gui.Graphics |
---|
gridBagConstraints, gridBagLayout |
Constructor Summary | |
---|---|
Dialog()
Creates a new JPanel with the specified layout manager. |
Method Summary | |
---|---|
protected javax.swing.JButton |
makeButton(java.lang.String actionCommand,
java.lang.String label,
java.awt.event.ActionListener actionListener)
Creates a Button. |
protected void |
setTitledBorder(java.lang.String titleText)
Creates a title border of a JPanel. |
Methods inherited from class SALT.gui.Graphics |
---|
makeGridBagConstraints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object[] options
Constructor Detail |
---|
public Dialog()
JPanel
Method Detail |
---|
protected javax.swing.JButton makeButton(java.lang.String actionCommand, java.lang.String label, java.awt.event.ActionListener actionListener)
actionCommand
- label
- actionListener
-
JButton
protected void setTitledBorder(java.lang.String titleText)
titleText
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |