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

Field Summary
static java.lang.String RB_KEY
           
 
Fields inherited from class com.sas.swing.visuals.dataselectors.BaseSwingSelectorPanel
command, contentsValid, selectorModel, wasCancelled
 
Fields inherited from interface com.sas.swing.visuals.util.LayoutConstants
DOTS_BUTTON_INSETS, EMPTY_INSETS, HGAP, HMARGIN, INDENTED_BORDER, TAB_BORDER, TEXTFIELD_INSETS, VGAP, VMARGIN
 
Fields inherited from interface com.sas.swing.visuals.PanelInterface
CONTENTS_VALID_PROPERTY
 
Constructor Summary
TotalsSelector()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void addListeners()
           
protected  void createComponents()
           
 java.lang.String getDialogTitle()
          Returns a title for this panel that should be displayed on a dialog's title bar.
 void setSelectorModel(java.lang.Object model)
          Sets the model used for the selector on the panel.
 
Methods inherited from class com.sas.swing.visuals.dataselectors.BaseSwingSelectorPanel
getCommand, getHelpID, getPanel, getSelectorModel, getTabTitle, isContentsValid, isYesNo, onCancel, onClose, setCommand, setContentsValid
 
Methods inherited from interface com.sas.dataselectors.DataSelectorInterface
isVisible, setVisible
 

Field Detail

RB_KEY

public static final java.lang.String RB_KEY
See Also:
Constant Field Values
Constructor Detail

TotalsSelector

public TotalsSelector()
Method Detail

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.