Package | Description |
---|---|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
ilog.views.gantt.servlet |
Provides a Java Servlet that can produce images from a Gantt or Schedule chart.
|
ilog.views.util.servlet |
This package contains various utility classes used in thinclient.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvServletUtil.invokeAndWait(IlvServletRunnable runnable)
Deprecated.
Starting with JViews 8.7, please use the method
IlvServletThreadUtil.invokeAndWait(ilog.views.util.servlet.IlvServletRunnable)
instead. |
Modifier and Type | Method and Description |
---|---|
static void |
IlvServletUtil.invokeAndWait(IlvServletRunnable runnable)
Deprecated.
Starting with JViews 8.7, please use the method
IlvServletThreadUtil.invokeAndWait(ilog.views.util.servlet.IlvServletRunnable)
instead. |
void |
IlvGanttHitmapSupport.setSheetHitmapRunnable(IlvServletRunnable runnable)
Sets the sheet hitmap runnable for generating hitmap for gantt sheet view.
|
void |
IlvGanttHitmapSupport.setTableHitmapRunnable(IlvServletRunnable runnable)
Sets the table hitmap runnable for generating hitmap for gantt table view.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvServletThreadUtil.invokeAndWait(IlvServletRunnable runnable)
This method executes runnable.run() synchronously on the AWT event
dispatching thread.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.