| javax.swing.JPanel net.sourceforge.squirrel_sql.fw.gui.OkJPanel
OkJPanel | abstract public class OkJPanel extends JPanel (Code) | | A JPanel with a method that can be called by a surrounding JPanel
to indicate that the user has selected "OK" in a higher-level context,
such as a panel containing this panel.
|
Method Summary | |
public void | ok() |
ok | public void ok()(Code) | | User has clicked OK button, so apply changes
made within this particular panel
|
|
|