Package | Description |
---|---|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.action |
Provides Swing actions that can be added to standard
JMenu s and
JToolBar s. |
ilog.views.gantt.event |
Provides interfaces and classes for dealing
with different types of events fired by
main Gantt Chart classes.
|
ilog.views.gantt.faces.component |
This package contains the high level JViews Gantt Faces components.
|
ilog.views.gantt.faces.dhtml.component |
This package contains the JViews Gantt Faces DHTML components.
|
ilog.views.gantt.faces.dhtml.interactor |
This package contains the DHTML implementation of JViews Gantt JavaServer Faces interactors.
|
ilog.views.gantt.faces.dhtml.servlet |
This package contains the JViews Gantt Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.model.table |
Contains a Gantt data model implementation that connects to Swing
TableModel
instances. |
ilog.views.gantt.print |
Defines classes and interfaces for printing the content of an
IlvGanttChart or an IlvScheduleChart . |
ilog.views.gantt.project |
Provides classes that are used to apply project files created by the
Gantt Designer to an
IlvGanttChart or an
IlvScheduleChart . |
ilog.views.gantt.property |
Provides interfaces and classes for accessing
arbitrary object properties.
|
ilog.views.gantt.servlet |
Provides a Java Servlet that can produce images from a Gantt or Schedule chart.
|
ilog.views.gantt.swing |
Provides interfaces and classes for rendering and editing
Gantt data in Swing components, such as a tree or table.
|
ilog.views.gantt.xml |
This package contains readers and writers that allow
read/write Gantt data from/to org.w3c.dom.Element objects.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGanttChart
A Gantt chart is a chart that displays activities.
|
class |
IlvScheduleChart
A Schedule chart is a chart that displays the schedule of resources.
|
Constructor and Description |
---|
IlvZoomToFitAction(IlvHierarchyChart chart,
String name,
Icon icon,
KeyStroke accelerator,
String shortDescription,
String longDescription)
Creates an
IlvZoomToFitAction for the specified IlvHierarchyChart . |
IlvZoomToFitAction(IlvHierarchyChart chart,
String name,
KeyStroke accelerator,
String shortDescription,
String longDescription)
Creates an
IlvZoomToFitAction for the specified IlvHierarchyChart using a default icon. |
Modifier and Type | Method and Description |
---|---|
IlvHierarchyChart |
ChartDividerEvent.getChart()
Returns the chart where this event originated.
|
Constructor and Description |
---|
ChartDividerEvent(IlvHierarchyChart chart,
int location)
Creates new
ChartDividerEvent generated by the specified
chart and with the specified new location value. |
Modifier and Type | Method and Description |
---|---|
IlvHierarchyChart |
IlvFacesScheduleChartView.createHierarchyChart()
Returns the
IlvHierarchyChart instance wrapped by this
component. |
abstract IlvHierarchyChart |
IlvFacesHierarchyChartView.createHierarchyChart()
Returns the
IlvHierarchyChart instance wrapped by this
component. |
IlvHierarchyChart |
IlvFacesGanttChartView.createHierarchyChart()
Returns the
IlvHierarchyChart instance wrapped by this
component. |
IlvHierarchyChart |
IlvFacesHierarchyChartView.getChart()
Returns the wrapped instance of
IlvHierarchyChart . |
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesHierarchyChartView.setChart(IlvHierarchyChart chart)
Sets the wrapped instance of
IlvHierarchyChart . |
Modifier and Type | Method and Description |
---|---|
IlvHierarchyChart |
IlvFacesDHTMLScheduleChartView.getChart()
Returns the wrapped instance of
IlvHierarchyChart . |
IlvHierarchyChart |
IlvFacesDHTMLGanttSupportImpl.getChart()
Returns the wrapped instance of
IlvHierarchyChart . |
IlvHierarchyChart |
IlvFacesDHTMLGanttSupport.getChart()
Returns the wrapped instance of
IlvHierarchyChart . |
IlvHierarchyChart |
IlvFacesDHTMLGanttChartView.getChart()
Returns the wrapped instance of
IlvHierarchyChart . |
IlvHierarchyChart |
IlvFacesDHTMLGanttSupportImpl.getChart(IlvHierarchyChart superChart)
Gets an instance of the hierarchy chart that will be wrapped.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlvFacesGanttPropertyAccessor.acceptGetProperty(IlvHierarchyChart view,
Object object,
String propertyName)
The default implementation calls
IlvFacesGanttPropertyAccessor.acceptProperty(IlvHierarchyChart, Object, String) . |
protected boolean |
IlvFacesGanttPropertyAccessor.acceptProperty(IlvHierarchyChart view,
Object object,
String propertyName)
Returns whether or not a given property can be read or written by the
client.
|
protected boolean |
IlvFacesGanttPropertyAccessor.acceptSetProperty(IlvHierarchyChart view,
Object object,
String propertyName,
Object propertyValue)
Returns whether a property can be set on an object.
|
IlvHierarchyChart |
IlvFacesDHTMLGanttSupportImpl.getChart(IlvHierarchyChart superChart)
Gets an instance of the hierarchy chart that will be wrapped.
|
Map<String,String> |
IlvFacesGanttPropertyAccessor.getProperties(IlvHierarchyChart view,
Object object)
Returns the properties of an object.
|
protected List<String> |
IlvFacesGanttPropertyAccessor.getPropertyNames(IlvHierarchyChart view,
Object object)
Returns the properties of an object, that will be exported for a hierarchy
chart.
|
protected String |
IlvFacesGanttPropertyAccessor.getStringFromValue(IlvHierarchyChart view,
Object object,
String propertyName,
Object propertyValue)
Marshalls a model object representation to a client-side suitable
String representation of a property value. |
protected Object |
IlvFacesGanttPropertyAccessor.getValueFromString(IlvHierarchyChart view,
Object object,
String propertyName,
String propertyValue)
Unmarshalls a client-side
String representation of a property
value to an object representation. |
Map |
IlvFacesGanttPropertyAccessor.setProperties(IlvHierarchyChart view,
Object object,
Map properties)
Set the properties of an object.
|
Modifier and Type | Method and Description |
---|---|
Object |
IlvGanttObjectSelectedFinder.computeObjectSelected(IlvHierarchyChart hChart,
int vPos)
Returns the
IlvHierarchyNode found in the vPos position. |
Modifier and Type | Method and Description |
---|---|
protected IlvHierarchyChart |
IlvFacesGanttServletSupport.getChart(javax.servlet.http.HttpServletRequest request,
IlvServletRequestParameters params)
Returns the chart used for the specified request.
|
Modifier and Type | Method and Description |
---|---|
protected Map |
IlvFacesGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart chart,
IlvServletRequestParameters params)
Allows you to put additional capabilities to the capability request.
|
protected Object |
IlvFacesGanttPopupSupport.invokeFinder(IlvObjectSelectedFinder baseFinder,
IlvHierarchyChart view,
String[] params)
Invokes the specified finder with the parameters extracted from the action.
|
Constructor and Description |
---|
IlvActivityTileLayout(IlvHierarchyChart chart)
Deprecated.
Since JViews 8.8, please use the constructor that does not take an
IlvHierarchyChart argument. |
IlvActivityTileLayout(IlvHierarchyChart chart,
boolean compareBoundingBoxes,
boolean constantRowHeight,
double topMargin,
double bottomMargin,
double subrowPadding)
Deprecated.
Since JViews 8.8, please use the constructor that does not take an
IlvHierarchyChart argument. |
IlvActivityTileLayout(IlvHierarchyChart chart,
IlvActivityTileLayout.TilingPolicy tilingPolicy,
boolean compareBoundingBoxes,
boolean constantRowHeight)
Deprecated.
Since JViews 8.8, please use the constructor that does not take an
IlvHierarchyChart argument. |
IlvActivityTileLayout(IlvHierarchyChart chart,
IlvActivityTileLayout.TilingPolicy tilingPolicy,
boolean compareBoundingBoxes,
boolean constantRowHeight,
double topMargin,
double bottomMargin,
double subrowPadding)
Deprecated.
Since JViews 8.8, please use the constructor that does not take an
IlvHierarchyChart argument. |
IlvDefaultActivityRendererFactory(IlvHierarchyChart chart)
Creates an
IlvDefaultActivityRendererFactory for the
specified chart. |
Modifier and Type | Method and Description |
---|---|
void |
IlvTableGanttModel.configureHierarchyChart(IlvHierarchyChart chart)
Configures the given
IlvHierarchyChart so that it fits the
IlvTableGanttModel . |
void |
IlvTableGanttModel.configureHierarchyChart(IlvHierarchyChart chart,
boolean IDAutoIncrement)
Configures the given
IlvHierarchyChart so that it fits the
IlvTableGanttModel . |
Modifier and Type | Method and Description |
---|---|
IlvHierarchyChart |
IlvGanttPrintableDocument.getChart()
Returns the
IlvHierarchyChart that is printed. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttPrintableDocument.setChart(IlvHierarchyChart chart)
Sets the chart to be printed.
|
Constructor and Description |
---|
IlvGanttPrintableDocument(String name,
IlvHierarchyChart chart,
int cols,
boolean repeatTable,
double divider,
int pagesPerBand,
boolean printAllRange,
Date start,
Date end,
int orientation,
Paper paperFormat)
Creates an
IlvGanttPrintableDocument for the specified
IlvHierarchyChart using the specified parameters. |
IlvGanttPrintableDocument(String name,
IlvHierarchyChart chart,
int cols,
boolean repeatTable,
double divider,
int pagesPerBand,
boolean printAllRange,
Date start,
Date end,
PageFormat pageFormat)
Creates an
IlvGanttPrintableDocument for the specified
IlvHierarchyChart using the specified parameters. |
IlvGanttPrintableDocument(String name,
IlvHierarchyChart chart,
int cols,
boolean repeatTable,
double divider,
int pagesPerBand,
boolean printAllRange,
int orientation,
Paper paperFormat)
Creates an
IlvGanttPrintableDocument for the specified
IlvHierarchyChart using the specified parameters. |
IlvGanttPrintableDocument(String name,
IlvHierarchyChart chart,
int cols,
boolean repeatTable,
double divider,
int pagesPerBand,
boolean printAllRange,
PageFormat pageFormat)
Creates an
IlvGanttPrintableDocument for the specified
IlvHierarchyChart using the specified parameters. |
IlvGanttPrintableDocument(String name,
IlvHierarchyChart chart,
int cols,
boolean repeatTable,
double divider,
int pagesPerBand,
Date start,
Date end,
PageFormat pageFormat)
Creates an
IlvGanttPrintableDocument for the specified
IlvHierarchyChart using the specified parameters. |
IlvGanttPrintableDocument(String name,
IlvHierarchyChart chart,
int cols,
boolean repeatTable,
double divider,
int pagesPerBand,
PageFormat pageFormat)
Creates an
IlvGanttPrintableDocument for the specified
IlvHierarchyChart using the specified parameters. |
IlvGanttPrintingController(IlvHierarchyChart chart)
Creates an
IlvGanttPrintingController for the specified
IlvHierarchyChart . |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttProjectConfiguration.setChartType(IlvHierarchyChart chart)
Sets the chart type of the configuration based upon the specified chart.
|
Constructor and Description |
---|
IlvActivityReservationsProperty(IlvHierarchyChart chart)
Creates a new
IlvActivityReservationsProperty that will
format a comma-separated list of reserved resource IDs for an activity. |
IlvActivityReservationsProperty(IlvHierarchyChart chart,
IlvStringProperty resourceProperty)
Creates a new
IlvActivityReservationsProperty that will
format a comma-separated list of reserved resources for an activity. |
Modifier and Type | Method and Description |
---|---|
IlvHierarchyChart |
ServerActionEvent.getChart()
Returns the chart to which the action applies.
|
IlvHierarchyChart |
IlvGanttSessionAttribute.getChart()
Returns the proxy's chart.
|
protected IlvHierarchyChart |
IlvGanttPopupMenuSupport.getChart(javax.servlet.http.HttpServletRequest request)
Returns the chart used for the specified request.
|
protected abstract IlvHierarchyChart |
IlvGanttServletSupport.getChart(javax.servlet.http.HttpServletRequest request,
IlvServletRequestParameters params)
Returns the chart used for the specified request.
|
IlvHierarchyChart |
IlvGanttHitmapSupport.getHierarchyChart()
Gets the hierarchy chart.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvGanttServletSupport.additionalBinaryCapabilities(IlvHierarchyChart chart,
IlvServletRequestParameters params,
DataOutputStream dataStream)
Deprecated.
since JViews 8.1 you must use
IlvGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart, IlvServletRequestParameters)
instead. |
protected void |
IlvGanttServletSupport.additionalTextCapabilities(IlvHierarchyChart chart,
IlvServletRequestParameters params,
PrintWriter writer)
Deprecated.
since JViews 8.1 you must use
IlvGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart, IlvServletRequestParameters)
instead. |
protected void |
IlvResizeActivityAction.doResize(IlvHierarchyChart chart,
int resizeRectIndex,
float left,
float top,
float width,
float height,
boolean resizeStartTime,
boolean resizeEndTime)
The user can override the Do resize selected activity.
|
protected Map |
IlvGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart chart,
IlvServletRequestParameters params)
Allows you to put additional capabilities to the capability request.
|
protected IlvTimeInterval |
IlvGanttServletSupport.getDataInterval(IlvHierarchyChart chart,
IlvServletRequestParameters params)
Returns the time interval of the chart's data model.
|
protected void |
IlvGanttServletSupport.prepareChart(javax.servlet.http.HttpServletRequest request,
IlvHierarchyChart chart,
IlvServletRequestParameters params)
Allows you to prepare the chart contents before the
presentation is generated.
|
void |
IlvGanttHitmapSupport.setHierarchyChart(IlvHierarchyChart hierarchyChart)
Sets the hierarchy chart.
|
Constructor and Description |
---|
IlvGanttSessionAttribute(IlvHierarchyChart chart)
Creates an
IlvGanttSessionAttribute proxy for the
specified chart. |
ServerActionEvent(javax.servlet.http.HttpServletRequest request,
IlvHierarchyChart chart,
String action,
IlvGanttServletSupport support,
String[] params)
Creates a new action event.
|
ServerActionEvent(javax.servlet.http.HttpServletRequest request,
IlvHierarchyChart chart,
String action,
String[] params)
Deprecated.
Beginning with JViews 8.0, use
ServerActionEvent.ServerActionEvent(HttpServletRequest, IlvHierarchyChart, String,
IlvGanttServletSupport, String[]) instead. |
Modifier and Type | Method and Description |
---|---|
int |
IlvJTableHeader.computePreferredHeight(IlvHierarchyChart chart)
Computes the preferred height of the table header so that it will
visually match the specified
chart's header height.
|
Modifier and Type | Method and Description |
---|---|
IlvHierarchyChart |
IlvSDXLFileConnector.getChart()
Returns the connected Gantt Chart or Schedule Chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSDXLFileConnector.setChart(IlvHierarchyChart chart)
Sets the Gantt Chart or Schedule Chart to be connected.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.syncXAxis(IlvHierarchyChart ganttChart)
Synchronizes the dimensions of x-axis of this chart and its
displayed time interval with that of the
Gantt sheet of the specified chart. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.