|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpSwingConstantKey | |
|---|---|
| ilog.cpl.graphic | Provides classes and interfaces to create graphic objects. |
| 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. |
| Uses of IlpSwingConstantKey in ilog.cpl.graphic |
|---|
| Fields in ilog.cpl.graphic declared as IlpSwingConstantKey | |
|---|---|
static IlpSwingConstantKey |
IlpGraphic.AlarmBalloonOrientation
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and ILOG JViews Composite Graphics. |
static IlpSwingConstantKey |
IlpGraphic.InfoBalloonOrientation
Deprecated. IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and ILOG JViews Composite Graphics. |
static IlpSwingConstantKey |
IlpGraphic.StackerAlignment
Deprecated. IlpStacker has been replaced by the use
of ILOG JViews Composite Graphic with stacker layout. |
static IlpSwingConstantKey |
IlpGraphic.StackerOrientation
Deprecated. IlpStacker has been replaced by the use
of ILOG JViews Composite Graphic with stacker layout. |
| Uses of IlpSwingConstantKey in ilog.cpl.style |
|---|
| Methods in ilog.cpl.style with parameters of type IlpSwingConstantKey | |
|---|---|
int |
IlpAbstractStyle.getSwingConstant(IlpSwingConstantKey key)
Deprecated. Returns the int value of a given key in this style. |
int |
IlpAbstractStyle.getSwingConstant(IlpSwingConstantKey key,
int defaultValue)
Deprecated. Returns the int value of a given key in this style. |
void |
IlpAbstractStyle.setSwingConstant(IlpSwingConstantKey key,
int value)
Deprecated. Changes the SwingConstant local value of a given property
in this style. |
| Uses of IlpSwingConstantKey in ilog.cpl.style.key |
|---|
| Fields in ilog.cpl.style.key declared as IlpSwingConstantKey | |
|---|---|
static IlpSwingConstantKey |
IlpAttributeKeys.CaptionHorizontalAlignment
Deprecated. Use CSS property horizontalAlignment with
attribute type selectors instead. |
static IlpSwingConstantKey |
IlpAttributeKeys.CaptionVerticalAlignment
Deprecated. Use CSS property verticalAlignment with
attribute type selectors instead. |
static IlpSwingConstantKey |
IlpAttributeKeys.HorizontalAlignment
Deprecated. Use CSS property horizontalAlignment instead. |
static IlpSwingConstantKey |
IlpAttributeKeys.VerticalAlignment
Deprecated. Use CSS property verticalAlignment instead. |
| Methods in ilog.cpl.style.key that return IlpSwingConstantKey | |
|---|---|
static IlpSwingConstantKey |
IlpSwingConstantKey.New(String name)
Deprecated. Creates a new key for properties of type javax.swing.SwingConstants
with a default value of null. |
static IlpSwingConstantKey |
IlpSwingConstantKey.New(String name,
int defaultValue)
Deprecated. Creates a new key for properties of type int. |
static IlpSwingConstantKey |
IlpSwingConstantKey.New(String name,
Integer defaultValue)
Deprecated. Creates a new key for properties of type javax.swing.SwingConstants. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||