Public Member Functions | |
PaneResizeListener (CALOPane pane) | |
Constructs a PaneResizeListener for the given pane. | |
void | Change (PropertyChangeEvent evt) |
Invoked when a pane resizes. | |
Private Attributes | |
final CALOPane | LAST_PANE = SidebarWindow.this.schedulePaneContainerPane |
The pane that should have a fluid size when other panes are resized. | |
CALOPane | pane |
The pane we're listening to. | |
Static Private Attributes | |
static final int | COLLAPSED_PANE_HEIGHT = 26 |
The height of a collapsed pane. | |
static final int | MINIMUM_LAST_PANE_HEIGHT = 55 |
The minimum size we should let the last pane reach before we stop letting the user shrink it. |
edu.cmu.hcii.calo.SidebarWindow.PaneResizeListener.PaneResizeListener | ( | CALOPane | pane | ) |
void edu.cmu.hcii.calo.SidebarWindow.PaneResizeListener.Change | ( | PropertyChangeEvent | evt | ) |
Invoked when a pane resizes.
Updates the sidebar.
evt | the property change event |
final int edu.cmu.hcii.calo.SidebarWindow.PaneResizeListener.COLLAPSED_PANE_HEIGHT = 26 [static, private] |
The height of a collapsed pane.
final int edu.cmu.hcii.calo.SidebarWindow.PaneResizeListener.MINIMUM_LAST_PANE_HEIGHT = 55 [static, private] |
The minimum size we should let the last pane reach before we stop letting the user shrink it.
final CALOPane edu.cmu.hcii.calo.SidebarWindow.PaneResizeListener.LAST_PANE = SidebarWindow.this.schedulePaneContainerPane [private] |
The pane that should have a fluid size when other panes are resized.
This shouldn't be hardcoded, but it is.
The pane we're listening to.