Package | Description |
---|---|
ilog.cpl.equipment.interactor |
Provides classes and interfaces for creating Equipment interactors.
|
ilog.cpl.graph.interactor |
Provides classes and interfaces for creating Graph interactors.
|
ilog.cpl.graphic.views |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
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.interactor |
Contains all the table-specific interactors giving the JTGO Table component its default behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpEditEquipmentObjectInteractor
This class defines a view interactor which allows the user to edit or
move equipment objects such as cards, shelves, ports and LEDs.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpGraphEditEquipmentObjectInteractor
This class defines a view interactor that allows the user to edit or
move equipment objects such as cards, shelves, ports and LEDs.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpViewsViewInteractor
This is a view interactor which encapsulates a Rogue Wave JViews
view interactor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpObjectInteractor
This interface translates atomic input events that occur on business
objects being represented in a JTGO Graphic component into Swing
action invocations in a given context, recognizing higher-level gestures
when applicable, and invoking the associated Swing actions.
|
interface |
IlpViewInteractor
View interactors manage interactions with a graphic view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractInteractor
Abstract implementation for
IlpInteractor . |
class |
IlpDefaultObjectInteractor
Provides a default implementation of
IlpObjectInteractor . |
class |
IlpDefaultViewInteractor
Provides a default implementation for
IlpViewInteractor . |
Modifier and Type | Method and Description |
---|---|
IlpInteractor |
IlpAbstractStyle.getInteractor(IlpInteractorKey key)
Deprecated.
Returns the
IlpInteractor value of a given key in this style. |
IlpInteractor |
IlpAbstractStyle.getInteractor(IlpInteractorKey key,
IlpInteractor defaultValue)
Deprecated.
Returns the
IlpInteractor value of a given key in this style. |
Modifier and Type | Method and Description |
---|---|
IlpInteractor |
IlpAbstractStyle.getInteractor(IlpInteractorKey key,
IlpInteractor defaultValue)
Deprecated.
Returns the
IlpInteractor value of a given key in this style. |
void |
IlpAbstractStyle.setInteractor(IlpInteractorKey key,
IlpInteractor value)
Deprecated.
Changes the
IlpInteractor local value of a given property in
this style. |
Modifier and Type | Method and Description |
---|---|
static IlpInteractorKey |
IlpInteractorKey.New(String name,
IlpInteractor defaultValue)
Deprecated.
Creates a new key for properties of type
IlpInteractor . |
Constructor and Description |
---|
IlpInteractorKey(String name,
IlpInteractor defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTableHeaderInteractor
This class models the default table header interactor.
|
class |
IlpDefaultTableViewInteractor
This is the table view specific view interactor.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.