Class JideSplitPaneDivider.OneTouchActionHandler

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    JideSplitPaneDivider

    protected class JideSplitPaneDivider.OneTouchActionHandler
    extends java.lang.Object
    implements java.awt.event.ActionListener
    The actionListener that will listen for button presses on either the leftButton or the rightButton. This class is responsible for one-touch expanding/collapsing of the divider.
    • Constructor Summary

      Constructors 
      Constructor Description
      OneTouchActionHandler​(boolean collapse)
      Constructs the handler responsible for expanding/collapsing the panes on either side of this divider.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)
      Called to collapse or expand this divider.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OneTouchActionHandler

        public OneTouchActionHandler​(boolean collapse)
        Constructs the handler responsible for expanding/collapsing the panes on either side of this divider.
        Parameters:
        collapse - true or false.
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Called to collapse or expand this divider.
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener