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

Method Detail

detachModel

void detachModel(com.sas.ModelInterface model)
Detaches the model from the component


getModelInterface

com.sas.ModelInterface getModelInterface()
Returns the modelInterface attached to the component


setModelInterface

void setModelInterface(com.sas.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.