Class SidePaneEvent

java.lang.Object
java.util.EventObject
java.awt.AWTEvent
com.jidesoft.swing.event.SidePaneEvent
All Implemented Interfaces:
Serializable

public class SidePaneEvent extends AWTEvent
An AWTEvent that adds support for SidePaneItem objects as the event source.
See Also:
  • Field Details

    • SIDE_PANE_FIRST

      public static final int SIDE_PANE_FIRST
      The first number in the range of IDs used for SidePaneGroup events.
      See Also:
    • SIDE_PANE_LAST

      public static final int SIDE_PANE_LAST
      The last number in the range of IDs used for DockableFrame events.
      See Also:
    • SIDE_PANE_TAB_SELECTED

      public static final int SIDE_PANE_TAB_SELECTED
      This event is delivered when a tab in the SidePaneGroup is selected.
      See Also:
    • SIDE_PANE_TAB_DESELECTED

      public static final int SIDE_PANE_TAB_DESELECTED
      This event is delivered when a tab in the SidePaneGroup is selected.
      See Also:
  • Constructor Details

    • SidePaneEvent

      public SidePaneEvent(SidePaneItem source, int id)
  • Method Details

    • paramString

      public String paramString()
      Returns a parameter string identifying this event. This method is useful for event logging and for debugging.
      Overrides:
      paramString in class AWTEvent
      Returns:
      a string identifying the event and its attributes
    • getSidePaneItem

      public SidePaneItem getSidePaneItem()
      Returns the originator of the event.
      Returns:
      the SidePaneItem object that originated the event