com.sas.visuals
Interface DetailedSelectorInterface

All Superinterfaces:
java.awt.ItemSelectable
All Known Implementing Classes:
ListBoxSelector

public interface DetailedSelectorInterface
extends java.awt.ItemSelectable

DetailedSelectorInterface extends ItemSelectable and provides methods that an adapter class must implement in order to work with subclasses of com.sas.visuals.DetailedEditor.


Method Summary
abstract  void detachModel(ModelInterface model)
          Detaches the model from the component
abstract  void enableButtons()
           
abstract  com.sas.util.Command[] getBottomButtonPanelCommands()
           
abstract  com.sas.util.Command[] getButtonPanelCommands()
          Return the specific commands in order that the DetailedListEditor may add the correct buttons and methods corresponding to calls.
abstract  java.awt.Component getComponent()
           
abstract  java.lang.String getComponentTitle()
           
abstract  ModelInterface getModelInterface()
          Returns the modelInterface attached to the component
abstract  java.util.Vector getRequiredInterfaces()
           
abstract  void setDetailsComponent(java.awt.Component detailsComponent)
           
abstract  void setModelInterface(ModelInterface model)
          Sets the model on the adapter
 

Method Detail

detachModel

void detachModel(ModelInterface model)
Detaches the model from the component


getModelInterface

ModelInterface getModelInterface()
Returns the modelInterface attached to the component


setModelInterface

void setModelInterface(ModelInterface model)
Sets the model on the adapter


getRequiredInterfaces

java.util.Vector getRequiredInterfaces()

setDetailsComponent

void setDetailsComponent(java.awt.Component detailsComponent)

getButtonPanelCommands

com.sas.util.Command[] getButtonPanelCommands()
Return the specific commands in order that the DetailedListEditor may add the correct buttons and methods corresponding to calls.


getBottomButtonPanelCommands

com.sas.util.Command[] getBottomButtonPanelCommands()

getComponent

java.awt.Component getComponent()

getComponentTitle

java.lang.String getComponentTitle()

enableButtons

void enableButtons()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.