|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DetailedSelectorInterface
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 |
---|
void detachModel(com.sas.ModelInterface model)
com.sas.ModelInterface getModelInterface()
void setModelInterface(com.sas.ModelInterface model)
java.util.Vector getRequiredInterfaces()
void setDetailsComponent(java.awt.Component detailsComponent)
com.sas.util.Command[] getButtonPanelCommands()
com.sas.util.Command[] getBottomButtonPanelCommands()
java.awt.Component getComponent()
java.lang.String getComponentTitle()
void enableButtons()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |