Package | Description |
---|---|
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.cpl.style.key |
Deprecated Provides a set of keys used to identify values within styles.
|
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlpAbstractStyle.getBoolean(IlpBooleanKey key)
Deprecated.
Returns the
boolean value of a given key in this style. |
boolean |
IlpAbstractStyle.getBoolean(IlpBooleanKey key,
boolean defaultValue)
Deprecated.
Returns the
boolean value of a given key in this style. |
void |
IlpAbstractStyle.setBoolean(IlpBooleanKey key,
boolean value)
Deprecated.
Changes the
boolean local value of a given property in this
style. |
Modifier and Type | Field and Description |
---|---|
static IlpBooleanKey |
IlpAttributeKeys.CaptionIconVisible
Deprecated.
Use CSS property
iconVisible with
attribute type selectors instead. |
static IlpBooleanKey |
IlpAttributeKeys.CaptionLabelVisible
Deprecated.
Use CSS property
labelVisible with
attribute type selectors instead. |
static IlpBooleanKey |
IlpAttributeKeys.GraphicExpandsInCell
Deprecated.
|
static IlpBooleanKey |
IlpObjectKeys.IconVisible
Deprecated.
Use CSS property
iconVisible instead. |
static IlpBooleanKey |
IlpAttributeKeys.IconVisible
Deprecated.
Use CSS property
iconVisible instead. |
static IlpBooleanKey |
IlpObjectKeys.IsMovable
Deprecated.
Use CSS property
movable instead. |
static IlpBooleanKey |
IlpObjectKeys.IsValidationPending
Deprecated.
Internal use only.
|
static IlpBooleanKey |
IlpObjectKeys.KeepingAspectRatio
Deprecated.
Use CSS property
keepingAspectRatio instead. |
static IlpBooleanKey |
IlpObjectKeys.LabelAntialiasing
Deprecated.
Use CSS property
labelAntialiasing instead. |
static IlpBooleanKey |
IlpObjectKeys.LabelStrikethrough
Deprecated.
Use css property
labelStrikethrough instead. |
static IlpBooleanKey |
IlpObjectKeys.LabelUnderline
Deprecated.
Use css property
labelUnderline instead. |
static IlpBooleanKey |
IlpObjectKeys.LabelVisible
Deprecated.
Use CSS property
labelVisible instead. |
static IlpBooleanKey |
IlpAttributeKeys.LabelVisible
Deprecated.
Use CSS property
labelVisible instead. |
static IlpBooleanKey |
IlpObjectKeys.LabelZoomable
Deprecated.
This property is no longer being used. The object label
is automatically zoomable or not according to the zoom
policy defined in the Network and Equipment components.
|
static IlpBooleanKey |
IlpObjectKeys.Oriented
Deprecated.
Use CSS property
oriented instead. |
static IlpBooleanKey |
IlpObjectKeys.OverlapIconVisible
Deprecated.
Use CSS property
overlapIconVisible instead. |
static IlpBooleanKey |
IlpObjectKeys.PositionFixed
Deprecated.
Use CSS property
fixed as a per-object
parameter in the Graph Layout renderer. |
static IlpBooleanKey |
IlpAttributeKeys.SortingUsingDisplayValues
Deprecated.
Use CSS property
sortingUsingDisplayValues with
attribute type selectors instead. |
static IlpBooleanKey |
IlpObjectKeys.SubnetworkCollapseIconVisible
Deprecated.
Use CSS property
subnetworkCollapseIconVisible instead. |
static IlpBooleanKey |
IlpObjectKeys.SubnetworkExpansionIconVisible
Deprecated.
Use CSS property
subnetworkExpansionIconVisible instead. |
static IlpBooleanKey |
IlpObjectKeys.SubnetworkOpaque
Deprecated.
Use CSS property
subnetworkOpaque instead. |
static IlpBooleanKey |
IlpObjectKeys.SubnetworkShowingTitle
Deprecated.
Use CSS property
subnetworkShowingTitle instead. |
static IlpBooleanKey |
IlpAttributeKeys.UseDefaultCellRenderer
Deprecated.
Use CSS property
useDefaultCellRenderer instead. |
static IlpBooleanKey |
IlpAttributeKeys.Visible
Deprecated.
Use CSS property
visible with
attribute type selectors instead. |
static IlpBooleanKey |
IlpAttributeKeys.VisibleInSystemWindow
Deprecated.
Use CSS property
visibleInSystemWindow instead. |
static IlpBooleanKey |
IlpObjectKeys.WordWrapMode
Deprecated.
Use CSS property
labelWrappingMode instead. |
Modifier and Type | Method and Description |
---|---|
static IlpBooleanKey |
IlpBooleanKey.New(String name)
Deprecated.
Creates a new key for properties of type
java.lang.Boolean
with a default value of null . |
static IlpBooleanKey |
IlpBooleanKey.New(String name,
boolean defaultValue)
Deprecated.
Creates a new key for properties of type
boolean . |
static IlpBooleanKey |
IlpBooleanKey.New(String name,
Boolean defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Boolean . |
Modifier and Type | Field and Description |
---|---|
static IlpBooleanKey |
IlpTableKeys.UseGraphicRenderer
Deprecated.
|
Constructor and Description |
---|
IltCounterMapping(NumberFormat format,
IlpFontKey font,
Font defaultFontValue,
IlpBooleanKey antialiasing,
boolean defaultAntialiasingValue,
IlpColorKey fg,
Color defaultFgValue,
IlpColorKey bg,
Color defaultBgValue,
IlpColorKey border,
Color defaultBorderValue,
int xPadding,
int yPadding,
int heading,
boolean stackGlyphs)
Deprecated.
Styles have been replaced by CSS customization.
|
Modifier and Type | Field and Description |
---|---|
static IlpBooleanKey |
IltObject.AbbreviateBalloonAlarmCount
Deprecated.
Use CSS property
alarmBalloonCountAbbreviated instead. |
static IlpBooleanKey |
IltObject.AbbreviateBaseAlarmCount
Deprecated.
Use CSS property
alarmCountAbbreviated instead. |
static IlpBooleanKey |
IltObject.AlarmBalloonContentsCollapsed
Deprecated.
Use CSS property
alarmBalloonCollapsed instead. |
static IlpBooleanKey |
IltObject.AlarmBalloonTextAntialiasing
Deprecated.
Use CSS property
alarmBalloonTextAntialiasing instead. |
static IlpBooleanKey |
IltObject.AlarmBalloonVisible
Deprecated.
Use CSS property
alarmBalloonVisible instead. |
static IlpBooleanKey |
IltObject.AlarmBorderVisible
Deprecated.
Use CSS property
alarmBorderVisible instead. |
static IlpBooleanKey |
IltObject.AlarmColorVisible
Deprecated.
Use CSS property
alarmColorVisible instead. |
static IlpBooleanKey |
IltObject.AlarmCountAntialiasing
Deprecated.
Use CSS property
alarmCountAntialiasing instead. |
static IlpBooleanKey |
IltObject.AlarmCountIconVisible |
static IlpBooleanKey |
IltObject.AlarmCountVisible
Deprecated.
Use CSS property
alarmCountVisible instead. |
static IlpBooleanKey |
IltObject.AlarmLossOfConnectivityOverride |
static IlpBooleanKey |
IltObject.AlarmsAsMarks
Deprecated.
Use CSS property
alarmAsMark instead. |
static IlpBooleanKey |
IltBTS.AntennaAntialiasing
Deprecated.
Please use CSS property
antennaAntialiasing instead. |
static IlpBooleanKey |
IltBTS.AntennaVisible
Deprecated.
Please use CSS property
antennaVisible instead. |
static IlpBooleanKey |
IltCardItem.AntiAliasing
Deprecated.
Please use CSS property
antialiasing instead. |
static IlpBooleanKey |
IltObject.BaseSelectionBorderVisible
Deprecated.
|
static IlpBooleanKey |
IltObject.BaseStyleEnabled |
static IlpBooleanKey |
IltBTS.BeamWidthBorderVisible
Deprecated.
Please use CSS property
beamWidthBorderVisible instead. |
static IlpBooleanKey |
IltBTS.BeamWidthVisible
Deprecated.
Please use CSS property
beamWidthVisible instead. |
static IlpBooleanKey |
IltObject.CanBeLogical
Deprecated.
|
static IlpBooleanKey |
IltObject.ContainerCollapseIconVisible
Deprecated.
Use CSS property
containerCollapseIconVisible instead. |
static IlpBooleanKey |
IltObject.ContainerExpansionIconVisible
Deprecated.
Use CSS property
containerExpansionIconVisible instead. |
static IlpBooleanKey |
IltObject.ContainerOutsideExpansionIconVisible
Deprecated.
Outside expansion is no longer supported.
|
static IlpBooleanKey |
IltObject.ContainerStatusVisible
Deprecated.
Use CSS property
containerStatusVisible instead. |
static IlpBooleanKey |
IltOffPageConnector.Depressed
Depressed state - bridge to CSS property depressed
|
static IlpBooleanKey |
IltNetworkElement.DisplayAlarmCountWhenCollapsed
Deprecated.
Please use the property
alarmCountVisible with
attribute selectors.
The following CSS extract illustrates how you should proceed:
object."ilog.tgo.model.IltNetworkElement" { collapsed: true; alarmCountVisible: false; alarmCountAbbreviated: true; } object."ilog.tgo.model.IltNetworkElement"[newAlarmHighestSeverity] { collapsed: false; alarmCountVisible: true; alarmCountAbbreviated: false; } |
static IlpBooleanKey |
IltNetworkElement.ExpandOnNewAlarms
Deprecated.
Please use property
collapsed with the attribute
selectors, as illustrated in the following example:
object."ilog.tgo.model.IltNetworkElement" { collapsed: true; } object."ilog.tgo.model.IltNetworkElement"[newAlarmHighestSeverity] { collapsed: false; } |
static IlpBooleanKey |
IltNetworkElement.FamilyAntialiasing
Deprecated.
Please use property
familyAntialiasing instead. |
static IlpBooleanKey |
IltNetworkElement.FamilyVisible
Deprecated.
Please use property
familyVisible instead. |
static IlpBooleanKey |
IltPolyGroup.FillInterior
Deprecated.
Please use CSS property
fillStyle instead. |
static IlpBooleanKey |
IltLink.FromArrowReliefBorders
Deprecated.
Please use CSS property
fromArrowReliefBorders instead. |
static IlpBooleanKey |
IltNetworkElement.FunctionVisible
Deprecated.
Please use property
functionVisible instead. |
static IlpBooleanKey |
IltObject.HasAlarmColor
Deprecated.
Please use CSS property
foreground to modify the
foreground color of the object instead. |
static IlpBooleanKey |
IltLink.HasFromArrow
Deprecated.
Please use CSS property
hasFromArrow instead. |
static IlpBooleanKey |
IltLink.HasToArrow
Deprecated.
Please use CSS property
hasToArrow instead. |
static IlpBooleanKey |
IltObject.IconsVisible
Deprecated.
Use CSS property
secondaryStateVisible instead. |
static IlpBooleanKey |
IltObject.InfoWindowAlwaysVisible
Deprecated.
Use CSS property
infoWindowPresent instead. |
static IlpBooleanKey |
IltObject.InfoWindowTextAntialiasing
Deprecated.
Use CSS property
infoWindowTextAntialiasing instead. |
static IlpBooleanKey |
IltObject.InfoWindowVisible
Deprecated.
Use CSS property
infoWindowVisible instead. |
static IlpBooleanKey |
IltLink.InnerReliefBorders
Deprecated.
Please use CSS property
innerReliefBorders instead. |
static IlpBooleanKey |
IltNetworkElement.IsCollapsed
Deprecated.
Please use property
collapsed instead. |
static IlpBooleanKey |
IltObject.IsEditable
The style property denoting whether the shape of the graphic representation
of this object can be edited interactively by the user using the
IltSelectInteractor . |
static IlpBooleanKey |
IltObject.IsLogical
Deprecated.
Use CSS property
logical instead. |
static IlpBooleanKey |
IltObject.IsSelectable
Deprecated.
Use the graphic component selection model API instead.
|
static IlpBooleanKey |
IltObject.IsTiny
Deprecated.
Use CSS property
tiny instead. |
static IlpBooleanKey |
IltObject.IsVisible
Deprecated.
Please use the data source filtering capabilities to define
object visibility
|
static IlpBooleanKey |
IltObject.LabelAntialiasing
Deprecated.
Use CSS property
labelAntialiasing instead. |
static IlpBooleanKey |
IltObject.LabelVisible
Deprecated.
Use CSS property
labelVisible instead. |
static IlpBooleanKey |
IltObject.LabelZoomable
Deprecated.
This property is no longer used. Labels are zoomable according
to the component zoom policy.
|
static IlpBooleanKey |
IltGroup.LinksConnectToBase
Deprecated.
Please use CSS property
linksConnectToBase instead. |
static IlpBooleanKey |
IltObject.ListAlarmStateAbbreviated |
static IlpBooleanKey |
IltObject.ListPrimaryAlarmState |
static IlpBooleanKey |
IltObject.ListPrimaryState
Deprecated.
Use CSS property
listPrimaryState instead. |
static IlpBooleanKey |
IltObject.ListSecondaryAlarmState |
static IlpBooleanKey |
IltObject.LogicalLabelAntialiasing
Deprecated.
Use CSS property
labelAntialiasing instead. |
static IlpBooleanKey |
IltBTSAntenna.MappedAntennaAntialiasing |
static IlpBooleanKey |
IltBTSAntenna.MappedAntennaVisible |
static IlpBooleanKey |
IltBTSAntenna.MappedBeamWidthBorderVisible |
static IlpBooleanKey |
IltBTSAntenna.MappedBeamWidthVisible |
static IlpBooleanKey |
IltLink.MediaVisible
Deprecated.
Please use CSS property
mediaVisible instead. |
static IlpBooleanKey |
IltObject.MultilineBaseAlarmCount |
static IlpBooleanKey |
IltPolyGroup.OutlineDisplay
Deprecated.
Please use CSS property
outlineVisible instead. |
static IlpBooleanKey |
IltPolyGroup.OutlineInside
Deprecated.
Please use CSS property
outlineInside instead. |
static IlpBooleanKey |
IltNetworkElement.PartialIconVisible |
static IlpBooleanKey |
IltObject.PassiveIconVisible |
static IlpBooleanKey |
IltGroup.PinDecorations
Deprecated.
Please use CSS property
pinDecorations instead. |
static IlpBooleanKey |
IltObject.PlinthVisible
Deprecated.
Use CSS property
plinthVisible instead. |
static IlpBooleanKey |
IltObject.ReliefBorders
Deprecated.
Use CSS property
reliefBorders instead. |
static IlpBooleanKey |
IltObject.ShortcutIconVisible |
static IlpBooleanKey |
IltLink.TechnologyColorVisible
The legend property specifying whether the technology color should be
mapped to the link base or not.
|
static IlpBooleanKey |
IltLink.TechnologyIconVisible
The legend property specifying whether the technology icon decoration is
visible or not.
|
static IlpBooleanKey |
IltObject.TinyLabelAntialiasing
Deprecated.
Use CSS property
labelAntialiasing instead. |
static IlpBooleanKey |
IltLink.ToArrowReliefBorders
Deprecated.
Please use CSS property
toArrowReliefBorders instead. |
static IlpBooleanKey |
IltLink.UseAlarmColorForBase
Deprecated.
Please use CSS property
useAlarmColorForBase instead. |
static IlpBooleanKey |
IltShelfItem.VerticalLabelStacksGlyphs
Deprecated.
Please use CSS property
verticalLabelStacksGlyphs instead. |
static IlpBooleanKey |
IltShelf.XSlotNumbersOnTop
Deprecated.
Please use CSS property
XSlotNumbersOnTop instead. |
static IlpBooleanKey |
IltGroup.ZoomableDecorationsOffset
Deprecated.
Please use CSS property
decorationsOffsetZoomable instead. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.