|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpGraphicController
This class is part of the MVC trio, and is responsible for storing and setting the interactors to the view and graphics. It is also responsible for creating or retrieving the graphic view configuration and setting it in the graphic view.
| Method Summary | |
|---|---|
void |
attach(IlpGraphicView view)
Attaches a controller to a given view. |
void |
detach()
Detaches a controller from its view. |
IlpContext |
getContext()
Returns the application context. |
IlpViewInteractor |
getDefaultViewInteractor()
Returns the default view interactor. |
IlpGraphicView |
getView()
Returns the view that is being controlled. |
IlpViewInteractor |
getViewInteractor()
Returns the interactor associated with the view. |
void |
setViewInteractor(IlpViewInteractor interactor)
Sets the interactor associated with the view. |
| Methods inherited from interface ilog.cpl.interactor.IlpMutableInteractorManager |
|---|
removeObjectInteractors, removeObjectInteractors, removeObjectInteractors, setObjectInteractor, setObjectInteractor, setObjectInteractor, setObjectInteractor, setObjectInteractor |
| Methods inherited from interface ilog.cpl.interactor.IlpInteractorManager |
|---|
getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor |
| Method Detail |
|---|
IlpContext getContext()
IlpGraphicView getView()
IlpViewInteractor getViewInteractor()
void setViewInteractor(IlpViewInteractor interactor)
IlpViewInteractor getDefaultViewInteractor()
void attach(IlpGraphicView view)
void detach()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||