Package dataMap
Class SummaryPanel
java.lang.Object
PamView.hidingpanel.HidingDialogComponent
dataMap.SummaryPanel
Display for summary data inserted at top of DataMap
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canHide()
Can hide - generally this should return true if at all possible however you may need to stop it hiding if any controls are in an impossible state.getName()
A short name - gets used when multiple components need to be tabbed up.void
void
showComponent
(boolean visible) Called when the component is about to be set visible or hidden.Methods inherited from class PamView.hidingpanel.HidingDialogComponent
addChangeListener, getIcon, hasMore, notifyChangeListeners, removeChangeListener, repackDisplay, showMore
-
Constructor Details
-
SummaryPanel
-
-
Method Details
-
newDataSources
public void newDataSources() -
getComponent
- Specified by:
getComponent
in classHidingDialogComponent
- Returns:
- component to show in the hiding dialog panel
-
canHide
public boolean canHide()Description copied from class:HidingDialogComponent
Can hide - generally this should return true if at all possible however you may need to stop it hiding if any controls are in an impossible state. This function also gives users an opportunity to check / use any dialog parameters.- Specified by:
canHide
in classHidingDialogComponent
- Returns:
- true if the panel can be hidden.
-
showComponent
public void showComponent(boolean visible) Description copied from class:HidingDialogComponent
Called when the component is about to be set visible or hidden.- Specified by:
showComponent
in classHidingDialogComponent
-
getName
Description copied from class:HidingDialogComponent
A short name - gets used when multiple components need to be tabbed up.- Specified by:
getName
in classHidingDialogComponent
- Returns:
-