ilog.cpl.graphic.views
Interface IlpStylableViewsView

All Superinterfaces:
IlpGraphicView, IlpStylable, IlpViewsView, IlvStylable
All Known Implementing Classes:
IlpEquipmentView, IlpGraphView, IlpNetworkView

public interface IlpStylableViewsView
extends IlpViewsView, IlpStylable

This is a graphic view that uses an ILOG JViews IlvManagerView object for displaying and that can be customized using Cascading Style Sheets (CSS).

Since:
JTGO 3.5
See Also:
IlvStylable

Field Summary
 
Fields inherited from interface ilog.cpl.css.IlpStylable
UPDATE_ALL_MASK, UPDATE_COMPONENT_MASK, UPDATE_NONE_MASK, UPDATE_OBJECTS_MASK
 
Fields inherited from interface ilog.views.util.styling.IlvStylable
APPLIED_RULE_MASK, BAD_CLASS_MASK, BAD_PROP_MASK, BAD_PROP_WITH_STACK_MASK, CREATED_MASK, DECL_MASK, DECL_VALUE_MASK, FAILED_CONVERSIONS_MASK, TIME_REPORT_MASK, WARNING_PROP_MASK
 
Method Summary
 IlpMutableStyleSheet getMutableStyleSheet()
          Returns a mutable style sheet that can be used to change the view configuration dynamically.
 
Methods inherited from interface ilog.cpl.graphic.views.IlpViewsView
fitToContents, fitToContents, getDefaultGestureAction, getManagerView
 
Methods inherited from interface ilog.cpl.graphic.IlpGraphicView
getAttribute, getContainer, getContext, getController, getGraphic, getGraphicComponentClass, getGraphicHolder, getInnermostGraphic, getRepresentationObject, getRepresentationObjectSelectionModel, getStyleManager, invalidate, invalidateGraphics, setController, setStyleManager
 
Methods inherited from interface ilog.cpl.css.IlpStylable
setStyleSheets, setStyleSheets
 
Methods inherited from interface ilog.views.util.styling.IlvStylable
addPropertyChangeListener, getStyleSheetDebugMask, getStyleSheets, getStyleSheets, removePropertyChangeListener, setStyleSheetDebugMask, setStyleSheets, setStyleSheets
 

Method Detail

getMutableStyleSheet

IlpMutableStyleSheet getMutableStyleSheet()
Returns a mutable style sheet that can be used to change the view configuration dynamically.

This mutable style sheet is also used by different interactors to store their changes.

The mutable style sheet is created and registered in this view when this method is called for the first time.

Note that if you replace the existing style sheets, the mutable style sheet will no longer be connected to this view. Once this happens, a future call to this method will then create a new mutable style sheet, registering it in the component.

Since:
JViews 8.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.