Package dataMap
Class ScalePanel
java.lang.Object
PamView.hidingpanel.HidingDialogComponent
dataMap.ScalePanel
-
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
getParams
(DataMapParameters dataMapParameters) void
setParams
(DataMapParameters dataMapParameters) 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
-
ScalePanel
-
-
Method Details
-
setParams
-
getParams
-
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:
-