|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--ilog.server.jsds.swing.IlsDSJComponent | +--ilog.server.jsds.swing.IlsPluggableDSJComponent | +--ilog.server.jsds.swing.IlsPluggableDSJScrolledComponent | +--ilog.server.jsds.swing.IlsDSIlvGrapher
High level UI class that represent a graph data source with an IlvGrapher.
Inner classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Inner classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Inner classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected ilog.views.interactor.IlvSelectInteractor |
_select
|
Fields inherited from class ilog.server.jsds.swing.IlsPluggableDSJScrolledComponent |
_scrollPane |
Fields inherited from class ilog.server.jsds.swing.IlsPluggableDSJComponent |
_adapter, _component, _jadapter, _model |
Fields inherited from class ilog.server.jsds.swing.IlsDSJComponent |
_autoconnect, _dataSource, _dataSourceContainer, _hostName, _label, _objectId, _serverName, _viewId, _viewOpened |
Fields inherited from class javax.swing.JComponent |
listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
IlsDSIlvGrapher()
Instantiate a new IlsDSIlvGrapher without
IlsDataSourceContainer . |
|
IlsDSIlvGrapher(IlsDataSourceContainer dataSourceContainer)
Instantiate a new IlsDSIlvGrapher with a predefined
IlsDataSourceContainer . |
Method Summary | |
IlsGraphDS2IlvGrapherAdapter |
getAdapter()
Return the associated graph adapter. |
ilog.views.IlvGrapher |
getIlvGrapher()
Return the associated grapher ( IlsGrapher ). |
ilog.views.IlvManagerView |
getIlvManagerView()
Return the associated view manager. |
ilog.views.interactor.IlvSelectInteractor |
getIlvSelectInteractor()
Return the associated selection interactor. |
protected IlPluggableAdapter |
instantiateAdapter()
Return a IlsGraphDS2IlvGrapherAdapter instance. |
protected Component |
instantiateComponent(Object model)
Return a IlvManager instance. |
protected IlsDataSource |
instantiateDataSource()
Return a IlsGraphDataSource instance. |
protected Object |
instantiateModel()
Return a IlvGrapher instance. |
void |
setAdapter(IlsGraphDS2IlvGrapherAdapter adapter)
Set the graph adapter. |
void |
setIlvGrapher(ilog.views.IlvGrapher grapher)
Set the grapher. |
void |
setIlvManagerView(ilog.views.IlvManagerView managerView)
Set the JViews view manager. |
void |
setIlvSelectInteractor(ilog.views.interactor.IlvSelectInteractor select)
Set the selection interactor. |
Methods inherited from class ilog.server.jsds.swing.IlsPluggableDSJScrolledComponent |
add, init, remove |
Methods inherited from class ilog.server.jsds.swing.IlsPluggableDSJComponent |
getComponent, getDataModel, getJPluggableAdapter, getPluggableAdapter, setComponent, setDataModel, setPluggableAdapter |
Methods inherited from class ilog.server.jsds.swing.IlsDSJComponent |
connect, connect, connect, doConnect, doOpenView, dscOpen, dscPropertiesChange, getDataSource, getDataSourceContainer, getDSComponent, getHostName, getLabel, getObjectId, getServerName, getViewId, instantiateDataSourceContainer, isAutoconnect, openView, setAutoconnect, setDataSourceContainer, setDSComponent, setHostName, setLabel, setLayout, setObjectId, setServerName, setViewId |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected ilog.views.interactor.IlvSelectInteractor _select
Constructor Detail |
public IlsDSIlvGrapher()
IlsDSIlvGrapher
without
IlsDataSourceContainer
. A data source container is
created by default.IlsDataSourceContainer
public IlsDSIlvGrapher(IlsDataSourceContainer dataSourceContainer)
IlsDSIlvGrapher
with a predefined
IlsDataSourceContainer
.IlsDataSourceContainer
Method Detail |
protected IlPluggableAdapter instantiateAdapter()
IlsGraphDS2IlvGrapherAdapter
instance.instantiateAdapter
in class IlsPluggableDSJComponent
IlsGraphDS2IlvGrapherAdapter
instance.protected IlsDataSource instantiateDataSource()
IlsGraphDataSource
instance.instantiateDataSource
in class IlsPluggableDSJComponent
IlsGraphDataSource
instance.protected Object instantiateModel()
IlvGrapher
instance.instantiateModel
in class IlsPluggableDSJComponent
IlvGrapher
instance.protected Component instantiateComponent(Object model)
IlvManager
instance.instantiateComponent
in class IlsPluggableDSJComponent
model
- IlvManager
instance.IlvManagerView
instance.public ilog.views.IlvGrapher getIlvGrapher()
IlsGrapher
).IlsGrapher
).public void setIlvGrapher(ilog.views.IlvGrapher grapher)
grapher
- The grapher to associate.public ilog.views.IlvManagerView getIlvManagerView()
public void setIlvManagerView(ilog.views.IlvManagerView managerView)
managerView
- The view manager.public IlsGraphDS2IlvGrapherAdapter getAdapter()
public void setAdapter(IlsGraphDS2IlvGrapherAdapter adapter)
adapter
- The grapher adapter.IlsGraphDS2IlvGrapherAdapter
public ilog.views.interactor.IlvSelectInteractor getIlvSelectInteractor()
public void setIlvSelectInteractor(ilog.views.interactor.IlvSelectInteractor select)
select
- The interactor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |