com.sas.swing.visuals.dataselectors.totals
Class TotalsSelector
com.sas.swing.visuals.dataselectors.totals.TotalsSelector
- All Implemented Interfaces:
- DataSelectorInterface, PanelInterface, LayoutConstants, java.awt.event.ActionListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener
public class TotalsSelector
- implements LayoutConstants, java.awt.event.ActionListener
- See Also:
- Serialized Form
Methods inherited from class com.sas.swing.visuals.dataselectors.BaseSwingSelectorPanel |
getCommand, getHelpID, getPanel, getSelectorModel, getTabTitle, isContentsValid, isYesNo, onCancel, onClose, setCommand, setContentsValid |
RB_KEY
public static final java.lang.String RB_KEY
- See Also:
- Constant Field Values
TotalsSelector
public TotalsSelector()
createComponents
protected void createComponents()
addListeners
protected void addListeners()
setSelectorModel
public void setSelectorModel(java.lang.Object model)
- Description copied from class:
BaseSwingSelectorPanel
- Sets the model used for the selector on the panel.
- Specified by:
setSelectorModel
in interface DataSelectorInterface
- Overrides:
setSelectorModel
in class BaseSwingSelectorPanel
- Parameters:
model
- the new selector model to set on the panel- See Also:
BaseSwingSelectorPanel.getSelectorModel()
getDialogTitle
public java.lang.String getDialogTitle()
- Returns a title for this panel that should be displayed on a dialog's title bar.
- Specified by:
getDialogTitle
in interface PanelInterface
- Overrides:
getDialogTitle
in class BaseSwingSelectorPanel
- Returns:
- the title to display if used in a dialog
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
Copyright © 2009 SAS Institute Inc. All Rights Reserved.