com.sas.swing.visuals.dataselectors.showdetail
Class ShowDetailSelector
com.sas.swing.visuals.dataselectors.showdetail.ShowDetailSelector
- All Implemented Interfaces:
- DataSelectorInterface, PanelInterface, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
public class ShowDetailSelector
- See Also:
- Serialized Form
Methods inherited from class com.sas.swing.visuals.dataselectors.BaseSwingSelectorPanel |
getCommand, getHelpID, getPanel, getTabTitle, isContentsValid, isYesNo, onApply, onCancel, onClose, setCommand, setContentsValid |
RB_KEY
public static final java.lang.String RB_KEY
- See Also:
- Constant Field Values
ShowDetailSelector
public ShowDetailSelector()
createComponents
protected void createComponents()
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()
getSelectorModel
public java.lang.Object getSelectorModel()
- Description copied from class:
BaseSwingSelectorPanel
- Returns the model used for the selector, or null if there isn't a model yet.
- Specified by:
getSelectorModel
in interface DataSelectorInterface
- Overrides:
getSelectorModel
in class BaseSwingSelectorPanel
- Returns:
- the selector model on the panel
- See Also:
BaseSwingSelectorPanel.setSelectorModel(Object)
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
getTableComponent
public javax.swing.JComponent getTableComponent()
- Returns the table component that is used to renderer the detail data.
- Returns:
- the component used to renderer the detail data
Copyright © 2009 SAS Institute Inc. All Rights Reserved.