|
| 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 | |
|---|---|
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 |
|---|
void detachModel(ModelInterface model)
ModelInterface getModelInterface()
void setModelInterface(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 | |||||||||||||