Class ExpansionEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ExpansionEvent
    extends TypedEvent
    Notifies listeners when expandable controls change expansion state.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpansionEvent​(java.lang.Object obj, boolean state)
      Creates a new expansion ecent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getState()
      Returns the new expansion state of the widget.
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

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

      • ExpansionEvent

        public ExpansionEvent​(java.lang.Object obj,
                              boolean state)
        Creates a new expansion ecent.
        Parameters:
        obj - event source
        state - the new expansion state
    • Method Detail

      • getState

        public boolean getState()
        Returns the new expansion state of the widget.
        Returns:
        true if the widget is now expaned, false otherwise.