java.awt.event.ActionListener
, java.util.EventListener
protected class JideSplitPaneDivider.OneTouchActionHandler
extends java.lang.Object
implements java.awt.event.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(java.awt.event.ActionEvent e) |
Called to collapse or expand this divider.
|