Package dataPlots.layout
Class TDGraphHidingDialog
java.lang.Object
PamView.hidingpanel.HidingDialogComponent
dataPlots.layout.TDGraphHidingDialog
- 
Field Summary
Fields - 
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.voidvoidgetName()A short name - gets used when multiple components need to be tabbed up.voidRemake the dialog checkboxes after data have been added or removed from it.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 
- 
Field Details
- 
popMenu
 
 - 
 - 
Constructor Details
- 
TDGraphHidingDialog
 
 - 
 - 
Method Details
- 
remakeDialog
public void remakeDialog()Remake the dialog checkboxes after data have been added or removed from it. - 
checkAxisCheckBox
public void checkAxisCheckBox() - 
enableButtons
public void enableButtons() - 
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:
 
 
 -