| |
|
| javax.swing.JPanel com.pk.script.ui.ConnectionPanel
ConnectionPanel | public class ConnectionPanel extends JPanel (Code) | | author: ctaylor |
getCloseButton | public JButton getCloseButton()(Code) | | Returns the closeButton. |
getCommitButton | public JButton getCommitButton()(Code) | | Returns the commitButton. |
getConnNameLabel | public JTextField getConnNameLabel()(Code) | | Returns the connNameLabel. |
getLoadButton | public JButton getLoadButton()(Code) | | Returns the loadButton. |
getNewConnectionButton | public JButton getNewConnectionButton()(Code) | | Returns the newConnectionButton. |
getPasteButton | public JButton getPasteButton()(Code) | | Returns the pasteButton. |
getRollbackButton | public JButton getRollbackButton()(Code) | | Returns the rollbackButton. |
getRunButton | public JButton getRunButton()(Code) | | Returns the runButton. |
getSaveButton | public JButton getSaveButton()(Code) | | Returns the saveButton. |
getUserNameLabel | public JTextField getUserNameLabel()(Code) | | Returns the userNameLabel. |
setActionListener | public void setActionListener(ActionListener actionListener)(Code) | | Parameters: actionListener - The actionListener to set. |
setCloseButton | public void setCloseButton(JButton closeButton)(Code) | | Parameters: closeButton - The closeButton to set. |
|
|
|