protected class JideSplitPaneDivider.OneTouchActionHandler extends Object implements ActionListener
Constructor and Description |
---|
OneTouchActionHandler(boolean collapse)
Constructs the handler responsible for expanding/collapsing the panes on either side of this divider.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Called to collapse or expand this divider.
|
public OneTouchActionHandler(boolean collapse)
collapse
- true or false.public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener