| |
|
| javax.swing.JPanel com.pk.script.ui.PasteScriptPanel
PasteScriptPanel | public class PasteScriptPanel extends JPanel (Code) | | author: ctaylor |
getCancelButton | public JButton getCancelButton()(Code) | | Returns the cancelButton. |
getDelimiterTextField | public JTextField getDelimiterTextField()(Code) | | Returns the delimiterTextField. |
getInsertAtCurserRadioButton | public JRadioButton getInsertAtCurserRadioButton()(Code) | | Returns the insertAtCurserRadioButton. |
getInsertBeginningRadioButton | public JRadioButton getInsertBeginningRadioButton()(Code) | | Returns the insertBeginningRadioButton. |
getInsertEndRadioButton | public JRadioButton getInsertEndRadioButton()(Code) | | Returns the insertEndRadioButton. |
getInsertMode | public int getInsertMode()(Code) | | |
getOkButton | public JButton getOkButton()(Code) | | Returns the okButton. |
getReplaceCurrentScriptRadioButton | public JRadioButton getReplaceCurrentScriptRadioButton()(Code) | | Returns the replaceCurrentScriptRadioButton. |
getScriptTextArea | public JTextArea getScriptTextArea()(Code) | | Returns the scriptTextArea. |
|
|
|