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