Static Public Attributes | |
static final String | PANE_RESIZED = "PaneResized" |
Fired whenever a pane changes size. | |
static final String | PANE_EXPANDED = "PaneExpanded" |
Fired whenever a pane is expanded or collapsed. |
final String edu.cmu.hcii.calo.support.SidebarPropertyNames.PANE_RESIZED = "PaneResized" [static] |
Fired whenever a pane changes size.
The old and new values will be the old and new dimensions.
final String edu.cmu.hcii.calo.support.SidebarPropertyNames.PANE_EXPANDED = "PaneExpanded" [static] |
Fired whenever a pane is expanded or collapsed.
The old and new value will be the value of isExpanded.