|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpGraphicView
This interface models views where objects can be graphically represented, according to the Model-View-Controller paradigm.
| Method Summary | |
|---|---|
IlpAttribute |
getAttribute(IlpPoint viewLocation)
Returns the IlpAttribute at the given position in
this object. |
Container |
getContainer()
Returns the concrete container where the graphics are currently being displayed. |
IlpContext |
getContext()
Returns the application context. |
IlpGraphicController |
getController()
Returns the controller, which is responsible for the interaction between use and view. |
IlpGraphic |
getGraphic(IlpPoint viewLocation)
Returns the IlpGraphic object at the given position in this object. |
Class |
getGraphicComponentClass()
Returns the graphic component class supported by this implementation of graphic view. |
IlpGraphicHolder |
getGraphicHolder()
Returns the association between object representations and graphics. |
IlpGraphic |
getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object. |
IlpRepresentationObject |
getRepresentationObject(IlpPoint viewLocation)
Returns the IlpRepresentationObject at the given position in
this object. |
IlpRepresentationObjectSelectionModel |
getRepresentationObjectSelectionModel()
Returns the IlpRepresentationObjectSelectionModel
used to handle the selection of representation objects. |
IlpGraphicViewStyleManager |
getStyleManager()
Deprecated. The Style API has been replaced by the Cascading Style Sheet mechanism. Please use the method setStyleSheets
or getStyleSheets instead. |
void |
invalidate(IlpRepresentationObject ro)
Invalidates the graphic representation of the given object. |
void |
invalidateGraphics()
Invalidates all the graphic representations in this view. |
void |
setController(IlpGraphicController controller)
Sets the controller, which is responsible for the interaction between use and view. |
void |
setStyleManager(IlpGraphicViewStyleManager config)
Deprecated. The Style API has been replaced by the Cascading Style Sheet mechanism. Please use the method setStyleSheets
or getStyleSheets instead. |
| Method Detail |
|---|
IlpContext getContext()
IlpGraphicController getController()
void setController(IlpGraphicController controller)
IlpGraphicViewStyleManager getStyleManager()
setStyleSheets
or getStyleSheets instead.
void setStyleManager(IlpGraphicViewStyleManager config)
setStyleSheets
or getStyleSheets instead.
IlpGraphicHolder getGraphicHolder()
Container getContainer()
IlpGraphic getGraphic(IlpPoint viewLocation)
IlpGraphic object at the given position in this object.
IlpGraphic getInnermostGraphic(IlpPoint viewLocation)
IlpRepresentationObject getRepresentationObject(IlpPoint viewLocation)
IlpRepresentationObject at the given position in
this object.
IlpAttribute getAttribute(IlpPoint viewLocation)
IlpAttribute at the given position in
this object.
IlpRepresentationObjectSelectionModel getRepresentationObjectSelectionModel()
IlpRepresentationObjectSelectionModel
used to handle the selection of representation objects.
Class getGraphicComponentClass()
void invalidate(IlpRepresentationObject ro)
void invalidateGraphics()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||