Package dataMap
Class ScalePanel
java.lang.Object
PamView.hidingpanel.HidingDialogComponent
dataMap.ScalePanel
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancanHide()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.voidgetParams(DataMapParameters dataMapParameters) voidsetParams(DataMapParameters dataMapParameters) voidshowComponent(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:
 getComponentin classHidingDialogComponent- Returns:
 - component to show in the hiding dialog panel
 
 - 
canHide
public boolean canHide()Description copied from class:HidingDialogComponentCan 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:
 canHidein classHidingDialogComponent- Returns:
 - true if the panel can be hidden.
 
 - 
showComponent
public void showComponent(boolean visible) Description copied from class:HidingDialogComponentCalled when the component is about to be set visible or hidden.- Specified by:
 showComponentin classHidingDialogComponent
 - 
getName
Description copied from class:HidingDialogComponentA short name - gets used when multiple components need to be tabbed up.- Specified by:
 getNamein classHidingDialogComponent- Returns:
 
 
 -