ActionListener, EventListenerprotected class JideSplitPaneDivider.OneTouchActionHandler extends Object implements ActionListener
| Constructor | Description |
|---|---|
OneTouchActionHandler(boolean collapse) |
Constructs the handler responsible for expanding/collapsing the panes on either side of this divider.
|
| Modifier and Type | Method | 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