Package | Description |
---|---|
ilog.cpl.graph.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the graph view.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.table.interactor |
Contains all the table-specific interactors giving the JTGO Table component its default behavior.
|
Modifier and Type | Method and Description |
---|---|
IlpPopupMenuFactory |
IlpGraphInteractorButton.getPopupMenuFactory()
Retrieves the pop-up menu factory used to create a pop-up menu using
this interactor, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphInteractorButton.setPopupMenuFactory(IlpPopupMenuFactory factory)
Sets the pop-up menu factory to be used to create a pop-up menu.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractPopupMenuFactory
Abstract implementation of
IlpPopupMenuFactory for creating pop-up
menus. |
class |
IlpDefaultPopupMenuFactory
This class implements a default pop-up menu factory, that
creates a static pop-up menu according to a given configuration.
|
Modifier and Type | Method and Description |
---|---|
IlpPopupMenuFactory |
IlpInteractor.getPopupMenuFactory()
Returns the pop-up menu factory used to create a pop-up menu with
this interactor, if any.
|
IlpPopupMenuFactory |
IlpAbstractInteractor.getPopupMenuFactory()
Retrieves the pop-up menu factory used to create a pop-up menu using
this interactor, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpInteractor.setPopupMenuFactory(IlpPopupMenuFactory factory)
Sets the pop-up menu factory to be used to create a pop-up menu with this
interactor.
|
void |
IlpAbstractInteractor.setPopupMenuFactory(IlpPopupMenuFactory factory)
Sets the pop-up menu factory to be used to create a pop-up menu.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTableHeaderMenuFactory
This factory provides a default pop-up menu for the header of table views.
|
class |
IlpDefaultTableMenuFactory
This factory provides a default pop-up menu for table views.
|
Constructor and Description |
---|
IlpDefaultTableHeaderInteractor(IlpPopupMenuFactory menuFactory)
Creates a new interactor with the given pop-up menu factory.
|
IlpDefaultTableViewInteractor(IlpPopupMenuFactory menuFactory)
Constructor allowing installation of a pop-up menu in the table view.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.