|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfsam.plugin.split.listeners.RadioListener
public class RadioListener
Listener class used by JSplitRadioButton. It's used to enable/disable JTextField binded to SPLIT and NSPLIT JSplitRadioButton.
JSplitRadioButton
Field Summary | |
---|---|
static java.lang.String |
DISABLE_ALL
|
static java.lang.String |
ENABLE_FIRST
|
static java.lang.String |
ENABLE_FOURTH
|
static java.lang.String |
ENABLE_SECOND
|
static java.lang.String |
ENABLE_THIRD
|
Constructor Summary | |
---|---|
RadioListener(SplitMainGUI container,
java.awt.Component first,
java.awt.Component second,
java.awt.Component third,
java.awt.Component fourth)
Constructor |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
When radio button is selected, JTextFields are enabled or disabled based on event action command |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DISABLE_ALL
public static final java.lang.String ENABLE_FIRST
public static final java.lang.String ENABLE_SECOND
public static final java.lang.String ENABLE_THIRD
public static final java.lang.String ENABLE_FOURTH
Constructor Detail |
---|
public RadioListener(SplitMainGUI container, java.awt.Component first, java.awt.Component second, java.awt.Component third, java.awt.Component fourth)
first
- First JTextField of the radio groupsecond
- Second JTextField of the radio groupMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |