A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractChartWidget - Class in com.chemaxon.ijc.form.api
-
Base abstract class for all chart widgets.
- AbstractChartWidget() - Constructor for class com.chemaxon.ijc.form.api.AbstractChartWidget
- AbstractSingleFieldWidget - Class in com.chemaxon.ijc.form.api
-
FormsModel widget that can be bound to exactly one field.
- AbstractSingleFieldWidget(String) - Constructor for class com.chemaxon.ijc.form.api.AbstractSingleFieldWidget
- AbstractSingleFieldWidget(String, boolean) - Constructor for class com.chemaxon.ijc.form.api.AbstractSingleFieldWidget
- AbstractSingleFieldWidgetWithRenderer - Class in com.chemaxon.ijc.form.api
-
FormsModel widget that can have a renderer.
- AbstractSingleFieldWidgetWithRenderer(String) - Constructor for class com.chemaxon.ijc.form.api.AbstractSingleFieldWidgetWithRenderer
- AbstractSingleFieldWidgetWithRenderer(String, boolean) - Constructor for class com.chemaxon.ijc.form.api.AbstractSingleFieldWidgetWithRenderer
- AbstractWidget - Class in com.chemaxon.ijc.form.api
-
Base class for all IJC widget models.
- AbstractWidget(String) - Constructor for class com.chemaxon.ijc.form.api.AbstractWidget
- AbstractWidget(String, boolean) - Constructor for class com.chemaxon.ijc.form.api.AbstractWidget
- addColumn(FieldReference, Renderer) - Method in class com.chemaxon.ijc.form.api.TableWidget
-
Add new column to the end of table widget.
- addColumn(TableColumn) - Method in class com.chemaxon.ijc.form.api.TableWidget
- addColumns(List<? extends TableColumn>) - Method in class com.chemaxon.ijc.form.api.TableWidget
- addDataField(RadarChartWidget.DataField) - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- addExtraField(FieldReference, Renderer) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Adds extra field to the end of the list of extra fields of this widget.
- addGroupColumn(FieldReference, Renderer) - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
-
Add new group column to the end of group columns.
- addGroupColumn(TreeTableColumn) - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
-
Add new group column to the end of group columns.
- addRow(FieldReference, Renderer) - Method in class com.chemaxon.ijc.form.api.SheetWidget
-
Add new column to the end of table widget.
- addRow(SheetRow) - Method in class com.chemaxon.ijc.form.api.SheetWidget
- addRows(List<? extends SheetRow>) - Method in class com.chemaxon.ijc.form.api.SheetWidget
- addTab(PanelWidget) - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Appends given tab to the last position.
- addValueColumn(FieldReference, Renderer) - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
-
Add new value column to the end of value columns.
- addValueColumn(TreeTableColumn) - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
-
Add new value column to the end of value columns.
- addWidget(AbstractWidget) - Method in class com.chemaxon.ijc.form.api.Form
-
Adds a widget into this form.
- addWidget(AbstractWidget) - Method in class com.chemaxon.ijc.form.api.PanelWidget
- ALL - com.chemaxon.ijc.form.api.DatasetType
-
All data dataset.
- asString() - Method in class com.chemaxon.ijc.form.api.Font
-
Convert this font to
String
formatted as: fontName fontStyle fontSize.
B
- BOLD - com.chemaxon.ijc.form.api.Font.Style
-
Bold.
- BOLD_ITALIC - com.chemaxon.ijc.form.api.Font.Style
-
Bold and Italic.
- BooleanRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
Boolean renderer has not any property.
- BooleanRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.BooleanRenderer
- Border - Class in com.chemaxon.ijc.form.api
-
Widget border definition.
- Border() - Constructor for class com.chemaxon.ijc.form.api.Border
- Border.BorderType - Enum in com.chemaxon.ijc.form.api
-
Type of widget border.
- BOTTOM - com.chemaxon.ijc.form.api.LabelWidget.VerticalAlignment
- BOTTOM - com.chemaxon.ijc.form.api.renderers.TextRenderer.VerticalAlignment
- BoxPlotWidget - Class in com.chemaxon.ijc.form.api
-
BoxPlot chart widget model.
- BoxPlotWidget() - Constructor for class com.chemaxon.ijc.form.api.BoxPlotWidget
-
Constructor.
- BUTTON_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Button widget id.
- ButtonWidget - Class in com.chemaxon.ijc.form.api
-
Button widget model.
- ButtonWidget() - Constructor for class com.chemaxon.ijc.form.api.ButtonWidget
-
Constructor.
- ButtonWidget(String) - Constructor for class com.chemaxon.ijc.form.api.ButtonWidget
-
Constructor.
C
- CANVAS_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Canvas widget id.
- CanvasCellRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
Canvas cell renderer.
- CanvasCellRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.CanvasCellRenderer
- CanvasWidget - Class in com.chemaxon.ijc.form.api
-
Canvas widget model.
- CanvasWidget() - Constructor for class com.chemaxon.ijc.form.api.CanvasWidget
- CATEGORY_FIELD - com.chemaxon.ijc.form.api.ScatterPlotWidget.PointColouring
- CENTER - com.chemaxon.ijc.form.api.LabelWidget.HorizontalAlignment
- CENTER - com.chemaxon.ijc.form.api.LabelWidget.VerticalAlignment
- CENTER - com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.HorizontalAlignment
- CENTER - com.chemaxon.ijc.form.api.renderers.TextRenderer.HorizontalAlignment
- CENTER - com.chemaxon.ijc.form.api.renderers.TextRenderer.VerticalAlignment
- CHART_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Chart widget id.
- CHECKBOX_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Boolean widget id.
- CheckBoxWidget - Class in com.chemaxon.ijc.form.api
-
Checkbox widget model.
- CheckBoxWidget() - Constructor for class com.chemaxon.ijc.form.api.CheckBoxWidget
-
Constructor.
- clearColumns() - Method in class com.chemaxon.ijc.form.api.TableWidget
- clearDataFields() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
-
Remove all data fields.
- clearExtraFields() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Empties extra fields of this widget together with their renderers.
- clearGroupColumns() - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
- clearRows() - Method in class com.chemaxon.ijc.form.api.SheetWidget
- clearTabs() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Removes all tabs from this TabbedPane widget.
- clearValueColumns() - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
- clearWidgets() - Method in class com.chemaxon.ijc.form.api.PanelWidget
- com.chemaxon.ijc.form.api - package com.chemaxon.ijc.form.api
- com.chemaxon.ijc.form.api.renderers - package com.chemaxon.ijc.form.api.renderers
- com.chemaxon.ijc.form.api.util - package com.chemaxon.ijc.form.api.util
- copy() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Creates deep copy of this FormsModel widget.
- copy() - Method in class com.chemaxon.ijc.form.api.View
-
Creates deep copy of this View.
- createDefaultRenderer(Class<T>) - Static method in class com.chemaxon.ijc.form.api.renderers.Renderers
-
Creates a new
Renderer
instance with settings suitable for a simple widgets. - createRendererForTable(Class<T>) - Static method in class com.chemaxon.ijc.form.api.renderers.Renderers
-
Creates a new
Renderer
instance with settings suitable for columns inTableWidget
. - CURRENT_RESULTS - com.chemaxon.ijc.form.api.DatasetType
-
Current result dataset.
D
- DataField(String, FieldReference, Double, Double) - Constructor for class com.chemaxon.ijc.form.api.RadarChartWidget.DataField
- DatasetType - Enum in com.chemaxon.ijc.form.api
-
Enumerates possible types of data which might be displayed by multiple-row widgets or by their data layers respectively if such widget is able to work with more then one layer (e.g.
- DATE_PANE_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Data text widget id.
- DateRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
Renderer for date.
- DateRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.DateRenderer
- DateWidget - Class in com.chemaxon.ijc.form.api
-
Date widget model.
- DateWidget() - Constructor for class com.chemaxon.ijc.form.api.DateWidget
-
Constructor.
- DecimalFormatInfo() - Constructor for class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- DEFAULT_ATOM_SIZE - Static variable in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- DEFAULT_BALL_RADIUS - Static variable in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- DEFAULT_BOND_SPACING - Static variable in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- DEFAULT_CELL_HEIGHT - Static variable in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Default height of cell in pixels.
- DEFAULT_COLUMNS_COUNT - Static variable in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Default count of columns.
- DEFAULT_FONT - Static variable in class com.chemaxon.ijc.form.api.AbstractWidget
-
Deprecated.use
AbstractWidget.getDefaultFont()
instead - DEFAULT_HEADER_ALIGNMENT - Static variable in class com.chemaxon.ijc.form.api.TableColumn
-
Default table column header alignment.
- DEFAULT_HEIGHT - Static variable in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- DEFAULT_LINE_WIDTH - Static variable in class com.chemaxon.ijc.form.api.RadarChartWidget
-
Default line width.
- DEFAULT_MAXIMUM_ROWS_LIMIT - Static variable in class com.chemaxon.ijc.form.api.BoxPlotWidget
-
Default value of maximum rows to display in chart.
- DEFAULT_MAXIMUM_ROWS_LIMIT - Static variable in class com.chemaxon.ijc.form.api.HistogramWidget
-
Default value of maximum rows to display in chart.
- DEFAULT_MAXIMUM_ROWS_LIMIT - Static variable in class com.chemaxon.ijc.form.api.RadarChartWidget
-
Default value of maximum rows to display in chart.
- DEFAULT_MAXIMUM_ROWS_LIMIT - Static variable in class com.chemaxon.ijc.form.api.ScatterPlotWidget
-
Default value of maximum rows to display in chart.
- DEFAULT_POINT_SIZE - Static variable in class com.chemaxon.ijc.form.api.ScatterPlotWidget
-
Default point size.
- DEFAULT_ROW_HEADER_WIDTH - Static variable in class com.chemaxon.ijc.form.api.SheetWidget
-
Default row header width.
- DEFAULT_ROW_HEIGHT - Static variable in class com.chemaxon.ijc.form.api.TableWidget
-
Default row height of new table widget.
- DEFAULT_STICK_THIKNESS - Static variable in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- DEFAULT_TABS_LAYOUT - Static variable in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- DEFAULT_TABS_PLACEMENT - Static variable in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- DEFAULT_WIDTH - Static variable in class com.chemaxon.ijc.form.api.TableColumn
-
Default table column width in pixels.
- DEFAULT_WIDTH - Static variable in class com.chemaxon.ijc.form.api.TreeTableColumn
-
Default tree table column width in pixels.
- DEFAULT_WIRE_THIKNESS - Static variable in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
E
- EMPTY - com.chemaxon.ijc.form.api.Border.BorderType
-
No border is visible.
- equals(Object) - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidgetWithRenderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.AbstractWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.Border
- equals(Object) - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.ButtonWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.Font
- equals(Object) - Method in class com.chemaxon.ijc.form.api.Form
- equals(Object) - Method in class com.chemaxon.ijc.form.api.Grid
- equals(Object) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.PanelWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.RadarChartWidget.DataField
- equals(Object) - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.DateRenderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.IntegerRenderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.Renderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- equals(Object) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.SheetRow
- equals(Object) - Method in class com.chemaxon.ijc.form.api.SheetWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.TableColumn
- equals(Object) - Method in class com.chemaxon.ijc.form.api.TableWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.Tooltip
- equals(Object) - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- equals(Object) - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
- equals(Object) - Method in class com.chemaxon.ijc.form.api.View
- extractCFField(Renderer) - Static method in class com.chemaxon.ijc.form.api.AbstractWidget
F
- findType(String) - Static method in enum com.chemaxon.ijc.form.api.WidgetTypeId
-
Creates this enumeration based on given
typeId
. - FIXED_SIZE - com.chemaxon.ijc.form.api.ScatterPlotWidget.PointSize
- FloatRenderer - Class in com.chemaxon.ijc.form.api.renderers
- FloatRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- FloatRenderer.DecimalFormatInfo - Class in com.chemaxon.ijc.form.api.renderers
-
Format of float value.
- Font - Class in com.chemaxon.ijc.form.api
-
Simple representation of the Font.
- Font(String, Font.Style, int) - Constructor for class com.chemaxon.ijc.form.api.Font
- Font.Style - Enum in com.chemaxon.ijc.form.api
-
Font style.
- Form - Class in com.chemaxon.ijc.form.api
-
Form view model representation.
- Form() - Constructor for class com.chemaxon.ijc.form.api.Form
-
Form constructor.
- FormLayout - Interface in com.chemaxon.ijc.form.api
-
Layout of widgets on the form.
- from(WidgetContainer) - Static method in class com.chemaxon.ijc.form.api.util.WidgetsCollection
- fromAbsolute(Rectangle) - Method in interface com.chemaxon.ijc.form.api.FormLayout
-
IJC forms use absolute position.
- fromString(String) - Static method in enum com.chemaxon.ijc.form.api.Font.Style
G
- getAggregateFunction() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- getAtomSize() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getBackColor() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- getBackground() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getBackgroundColor() - Method in class com.chemaxon.ijc.form.api.Form
-
Gets background color of this form (canvas).
- getBackgroundColor() - Method in class com.chemaxon.ijc.form.api.PanelWidget
- getBackgroundColor() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- getBackgroundColor() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- getBackgroundDatasetType() - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- getBallRadius() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getBinsInterval() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getBinsStartValue() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getBondSpacing() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getBorder() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets
Border
of this widget. - getBorderSize() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets
border size
of this widget. - getBorderSize() - Method in class com.chemaxon.ijc.form.api.Form
-
Gets border size of this form.
- getBorderType() - Method in class com.chemaxon.ijc.form.api.Border
- getBoundField() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getCategoryAxisLabel() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- getCategoryField() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- getCategoryField() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getCategoryField() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getCellHeight() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- getCfField() - Method in class com.chemaxon.ijc.form.api.renderers.Renderer
-
Gets
FieldReference
associated with conditional formatting. - getChiralitySupport() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getColorScheme() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getColumn(String) - Method in class com.chemaxon.ijc.form.api.TableWidget
- getColumns() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getColumnsCount() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- getColumnsCount() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getColumnWidth() - Method in class com.chemaxon.ijc.form.api.TableColumn
- getConditionalFormatting() - Method in class com.chemaxon.ijc.form.api.View
-
Gets conditional formatting of this view.
- getConfig() - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- getConfig() - Method in class com.chemaxon.ijc.form.api.renderers.CanvasCellRenderer
- getDataFields() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- getDatasetType() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- getDatasetType() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getDatasetType(String) - Static method in enum com.chemaxon.ijc.form.api.DatasetType
- getDateFormat() - Method in class com.chemaxon.ijc.form.api.renderers.DateRenderer
- getDecimalFormatInfo() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- getDefaultBackgroundColor() - Static method in class com.chemaxon.ijc.form.api.Form
-
Gets default background color of forms.
- getDefaultFont() - Static method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets default font for widgets.
- getDefaultScriptHooks() - Method in class com.chemaxon.ijc.form.api.View
-
Returns script containing default script hooks which can be used for example in the case when a hook is not defined for particular scriptable.
- getDispQuality() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
-
Deprecated.option has been removed. Quality is always high.
- getDownWedge() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getEventHandler() - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- getEventHandler() - Method in class com.chemaxon.ijc.form.api.renderers.CanvasCellRenderer
- getExpressionSetId() - Method in class com.chemaxon.ijc.form.api.renderers.Renderer
- getExtraField() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Deprecated.Since 16.5.23. Use
MolMatrixWidget.getExtraFields()
instead. - getExtraFieldId() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Deprecated.Since 6.4. Use
MolMatrixWidget.getExtraFields()
instead. - getExtraFieldRenderer() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Deprecated.Since 16.5.23. Use
MolMatrixWidget.getExtraFieldsRenderers()
instead. - getExtraFields() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Gets lists of extra fields of this widget.
- getExtraFieldsRenderers() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Gets lists of extra fields renderers of this widget.
- getField() - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidget
-
Gets field of this widget.
- getField() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget.DataField
- getField() - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Gets field bound to this row.
- getField() - Method in class com.chemaxon.ijc.form.api.TableColumn
- getField() - Method in class com.chemaxon.ijc.form.api.Tooltip
- getField() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- getFields() - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidgetWithRenderer
- getFields() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets fields bound to this widget.
- getFields() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.SheetWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getFields() - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
- getFirstWidgetByName(String) - Method in class com.chemaxon.ijc.form.api.Form
-
Gets first widget with given name.
- getFirstWidgetByName(String) - Method in class com.chemaxon.ijc.form.api.PanelWidget
-
Gets first widget with given name.
- getFixedColumnCount() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getFont() - Method in class com.chemaxon.ijc.form.api.Border
- getFont() - Method in class com.chemaxon.ijc.form.api.ButtonWidget
-
Gets font of this button widget.
- getFont() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- getFont() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- getFont() - Method in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- getForegroundColor() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- getForegroundDatasetType() - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- getFractionDigits() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- getGradientColorRangeFrom() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getGradientColorRangeTo() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getGradientField() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getGradientValueRangeFrom() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getGradientValueRangeTo() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getGroupColumns() - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
-
Returns immutable list of group columns.
- getGroupColumnWidth() - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
-
Returns the total width of group columns.
- getHeaderAlignment() - Method in class com.chemaxon.ijc.form.api.TableColumn
- getHeaderAlignment() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getHeaderBackgroundColor() - Method in class com.chemaxon.ijc.form.api.TableColumn
-
Get column's header background color in #RRGGBB format.
- getHeaderBackgroundColor() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getHeaderFont() - Method in class com.chemaxon.ijc.form.api.TableColumn
- getHeaderFont() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getHeaderRows() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getHeaderTitle() - Method in class com.chemaxon.ijc.form.api.TableColumn
- getHeight() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets
height
of the widget. - getHighlightAlign() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getHorizontalAlignment() - Method in class com.chemaxon.ijc.form.api.LabelWidget
-
Deprecated.Since 14.10.27 Use
LabelWidget.getHorizontalAlignmentEnum()
instead. - getHorizontalAlignment() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
-
Deprecated.Since 14.10.27 Use
TextRenderer.getHorizontalAlignmentEnum()
instead. - getHorizontalAlignment(LabelWidget.HorizontalAlignment) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets horizontal alignment constant for label widget based on given
alignment
parameter. - getHorizontalAlignment(MultiLineTextRenderer.HorizontalAlignment) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets horizontal alignment constant for multi-line text renderer based on given
alignment
parameter. - getHorizontalAlignment(TextRenderer.HorizontalAlignment) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets horizontal alignment constant for text renderer based on given
alignment
parameter. - getHorizontalAlignmentEnum() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- getHorizontalAlignmentEnum() - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
-
Throws
UnsupportedOperationException
. - getHorizontalAlignmentEnum() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- getHorizontalAlignmentEnumOfMultiLineTextRenderer() - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- getHorizontalAlignmentForLabelWidget(int) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets horizontal alignment instance for label widget based on given
alignment
parameter. - getHorizontalAlignmentForMultiLineTextRenderer(int) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets horizontal alignment instance for multi-line text renderer based on given
alignment
parameter. - getHorizontalAlignmentForTextRenderer(int) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets horizontal alignment instance for text renderer based on given
alignment
parameter. - getId() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets
ID
of this widget. - getId() - Method in class com.chemaxon.ijc.form.api.View
-
Gets
ID
of this view. - getImageContent() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- getImageName() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- getImplicitH() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getLayout() - Method in class com.chemaxon.ijc.form.api.Form
-
Widgets layout inside the form.
- getLegendField() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- getLineWidth() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- getMaximumRowsLimit() - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- getMaxValue() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget.DataField
- getMinimumFractionDigits() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- getMouseMode() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getName() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets name of this widget.
- getName() - Method in class com.chemaxon.ijc.form.api.Font
- getName() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget.DataField
- getNumberOfBins() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getOriginValue() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget.DataField
- getPanelBorderSize() - Method in class com.chemaxon.ijc.form.api.PanelWidget
-
Gets inner border size of the panel in pixels.
- getPointColouringType() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getPointSize() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getPointSizeField() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getPointSizeRangeMaximum() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getPointSizeRangeMinimum() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getPointSizeType() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getPointSizeValueRangeMaximum() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getPointSizeValueRangeMinimum() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getPreferredHeight() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getRenderer() - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidgetWithRenderer
-
Gets renderer of this widget.
- getRenderer() - Method in class com.chemaxon.ijc.form.api.SheetRow
- getRenderer() - Method in class com.chemaxon.ijc.form.api.TableColumn
- getRenderer() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- getRendering2D() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getRendering3D() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getRow(String) - Method in class com.chemaxon.ijc.form.api.SheetWidget
- getRowHeaderWidth() - Method in class com.chemaxon.ijc.form.api.SheetWidget
- getRowHeight() - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Gets row height in pixels.
- getRowHeight() - Method in class com.chemaxon.ijc.form.api.TableWidget
- getRows() - Method in class com.chemaxon.ijc.form.api.SheetWidget
- getRowsCount() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getScript() - Method in class com.chemaxon.ijc.form.api.ButtonWidget
-
Gets script code for this button widget.
- getScript() - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- getScriptHooks() - Method in class com.chemaxon.ijc.form.api.View
-
Gets script hooks of this view.
- getShowWhichRGroups() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getSignificantFigures() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- getSize() - Method in class com.chemaxon.ijc.form.api.Font
- getStickThickness() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getStructureRenderer() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Deprecated.Since 18.23.0. Use
AbstractSingleFieldWidgetWithRenderer.getRenderer()
instead. - getStyle() - Method in class com.chemaxon.ijc.form.api.Font
- getStyleAsString() - Method in class com.chemaxon.ijc.form.api.Font
- getTabAt(int) - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Returns tab at the specified position.
- getTabCount() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Returns the number of tabs in this tabbed pane widget.
- getTableWidget() - Method in class com.chemaxon.ijc.form.api.Grid
-
Gets table widget belonging to this grid.
- getTabs() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Gets all tabs contained in this tab panel.
- getTabsLayout() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- getTabsPlacement() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- getText() - Method in class com.chemaxon.ijc.form.api.ButtonWidget
-
Gets text (label) of this button widget.
- getText() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- getTextColor() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- getTextRendererType() - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- getTitle() - Method in class com.chemaxon.ijc.form.api.Border
- getTitle() - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- getTitle() - Method in class com.chemaxon.ijc.form.api.PanelWidget
- getTitle() - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Gets row title.
- getTitle() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- getTitleFont() - Method in class com.chemaxon.ijc.form.api.PanelWidget
- getTitleFont() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- getTooltip() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets
Tooltip
of this widget. - getTooltip() - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Gets
Tooltip
of this row. - getTooltip() - Method in class com.chemaxon.ijc.form.api.TableColumn
-
Gets
Tooltip
of this row. - getTooltip() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- getType() - Method in interface com.chemaxon.ijc.form.api.FormLayout
-
Specified what layout uses the form.
- getTypeId() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets unique identifier of widget's type.
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.BooleanRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.CanvasCellRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.DateRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.IntegerRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.Renderer
-
Gets unique identifier of renderer's type.
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.RtfRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.TextArrayRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- getTypeId() - Method in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- getTypeId() - Method in enum com.chemaxon.ijc.form.api.WidgetTypeId
- getValue() - Method in enum com.chemaxon.ijc.form.api.Font.Style
- getValueAsText(Object) - Method in class com.chemaxon.ijc.form.api.renderers.BooleanRenderer
- getValueAxisEnd() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- getValueAxisInterval() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- getValueAxisLabel() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- getValueAxisStart() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- getValueColumns() - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
-
Returns immutable list of value columns.
- getValueField() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- getVersion() - Method in class com.chemaxon.ijc.form.api.View
-
Gets version number of this view.
- getVerticalAlignment() - Method in class com.chemaxon.ijc.form.api.LabelWidget
-
Deprecated.Since 14.10.27 Use
LabelWidget.getHorizontalAlignmentEnum()
instead. - getVerticalAlignment() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
-
Deprecated.Since 14.10.27 Use
TextRenderer.getVerticalAlignmentEnum()
instead. - getVerticalAlignment(LabelWidget.VerticalAlignment) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets vertical alignment constant for label widget based on given
alignment
parameter. - getVerticalAlignment(TextRenderer.VerticalAlignment) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets vertical alignment constant for text renderer based on given
alignment
parameter. - getVerticalAlignmentEnum() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- getVerticalAlignmentEnum() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- getVerticalAlignmentForLabelWidget(int) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets vertical alignment instance for label widget based on given
alignment
parameter. - getVerticalAlignmentForTextRenderer(int) - Static method in class com.chemaxon.ijc.form.api.util.TextAlignmentUtils
-
Gets vertical alignment instance for text renderer based on given
alignment
parameter. - getWidgetById(String) - Method in class com.chemaxon.ijc.form.api.Form
-
Gets widget with given ID.
- getWidgetById(String) - Method in class com.chemaxon.ijc.form.api.PanelWidget
-
Gets widget with given ID.
- getWidgets() - Method in class com.chemaxon.ijc.form.api.Form
- getWidgets() - Method in class com.chemaxon.ijc.form.api.Grid
- getWidgets() - Method in class com.chemaxon.ijc.form.api.PanelWidget
- getWidgets() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Fetches widgets inside of this container, non-recursively.
- getWidgets() - Method in interface com.chemaxon.ijc.form.api.WidgetContainer
-
Fetches widgets inside of this container, non-recursively.
- getWidgetsByName(String) - Method in class com.chemaxon.ijc.form.api.Form
-
Gets list of widgets with given name.
- getWidgetsByName(String) - Method in class com.chemaxon.ijc.form.api.PanelWidget
-
Gets list of widgets with given name.
- getWidth() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets
width
of the widget. - getWidth() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- getWireThickness() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- getWriter() - Method in interface com.chemaxon.ijc.form.api.FormLayout
-
Gets writer of this layout - transforms layout object into persistent shape.
- getX() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets
x
coordinate of the widget. - getXAxisEnd() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getXAxisField() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getXAxisInterval() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getXAxisLabel() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getXAxisLabel() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getXAxisStart() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getY() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets
y
coordinate of the widget. - getYAxisEnd() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getYAxisEnd() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getYAxisField() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getYAxisInterval() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getYAxisInterval() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getYAxisLabel() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getYAxisLabel() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- getYAxisStart() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- getYAxisStart() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- GRADIENT_BY_FIELD - com.chemaxon.ijc.form.api.ScatterPlotWidget.PointColouring
- Grid - Class in com.chemaxon.ijc.form.api
-
Grid view model representation.
- Grid(TableWidget) - Constructor for class com.chemaxon.ijc.form.api.Grid
-
Grid constructor.
H
- hashCode() - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidgetWithRenderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.Border
- hashCode() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.ButtonWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.Font
- hashCode() - Method in class com.chemaxon.ijc.form.api.Form
- hashCode() - Method in class com.chemaxon.ijc.form.api.Grid
- hashCode() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.PanelWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget.DataField
- hashCode() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.DateRenderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.IntegerRenderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.Renderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- hashCode() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.SheetRow
- hashCode() - Method in class com.chemaxon.ijc.form.api.SheetWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.TableColumn
- hashCode() - Method in class com.chemaxon.ijc.form.api.TableWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.Tooltip
- hashCode() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- hashCode() - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
- hashCode() - Method in class com.chemaxon.ijc.form.api.View
- HistogramWidget - Class in com.chemaxon.ijc.form.api
-
Histogram chart widget model.
- HistogramWidget() - Constructor for class com.chemaxon.ijc.form.api.HistogramWidget
-
Constructor.
I
- IntegerRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
Integer renderer.
- IntegerRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.IntegerRenderer
- isAbsoluteLabelVisible() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isAtomMappingVisible() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isAtomNumbersVisible() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isAutoRowHeight() - Method in class com.chemaxon.ijc.form.api.TableWidget
- isAutoScale() - Method in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- isBondLengthVisible() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isBorderSpacing() - Method in class com.chemaxon.ijc.form.api.PanelWidget
-
Gets whether there is border spacing set or not.
- isContainer() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Gets flag whether this widget is container widget or not.
- isDisplay2D() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isDisplayStandardizedStrucuture() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isEzVisible() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isFillWeb() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- isFitToScreen() - Method in class com.chemaxon.ijc.form.api.TableWidget
- isForWidget() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- isGradientLogScale() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- isGrinvVisible() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isGroupingUsed() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- isGroupingUsed() - Method in class com.chemaxon.ijc.form.api.renderers.IntegerRenderer
- isHideEmptyColumns() - Method in class com.chemaxon.ijc.form.api.TableWidget
- isHighlightPointsOnMouseOver() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- isInternalBorderSpacingOn() - Method in class com.chemaxon.ijc.form.api.Form
-
Gets whether there is internal border spacing set or not.
- isLineBottomHide() - Method in class com.chemaxon.ijc.form.api.Border
- isLineLeftHide() - Method in class com.chemaxon.ijc.form.api.Border
- isLineRightHide() - Method in class com.chemaxon.ijc.form.api.Border
- isLineTopHide() - Method in class com.chemaxon.ijc.form.api.Border
- isLonePairsVisible() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- isPointSizeInverted() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- isPointSizeLogScale() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- isShowAxisTicks() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- isShowTableHeader() - Method in class com.chemaxon.ijc.form.api.TableWidget
- isShowTooltip() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- isShowVerticalLines() - Method in class com.chemaxon.ijc.form.api.TableWidget
- isUseExponentialNotation() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- isUseStandardSignificantFigures() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- isVisible() - Method in class com.chemaxon.ijc.form.api.Border
-
Deprecated.Border is always visible. Use EMPTY
Border.BorderType
if you want no/invisible border. - isVisible() - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Deprecated.has no effect, all rows are visible
- isVisible() - Method in class com.chemaxon.ijc.form.api.TableColumn
-
Deprecated.has no effect, all columns are visible
- isVisible() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- isXAxisInverted() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- isXAxisLogScale() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- isYAxisInverted() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- isYAxisLogScale() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- ITALIC - com.chemaxon.ijc.form.api.Font.Style
-
Italic.
J
- JS_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Experimental Java script widget id.
- JUSTIFIED - com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.HorizontalAlignment
L
- LABEL_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Lable widget id.
- LabelWidget - Class in com.chemaxon.ijc.form.api
-
Label widget model.
- LabelWidget() - Constructor for class com.chemaxon.ijc.form.api.LabelWidget
-
Constructor.
- LabelWidget(String) - Constructor for class com.chemaxon.ijc.form.api.LabelWidget
-
Constructor.
- LabelWidget.HorizontalAlignment - Enum in com.chemaxon.ijc.form.api
-
Enumeration for horizontal alignment of
LabelWidget
. - LabelWidget.VerticalAlignment - Enum in com.chemaxon.ijc.form.api
-
Enumeration for vertical alignment of
LabelWidget
. - LEADING - com.chemaxon.ijc.form.api.LabelWidget.HorizontalAlignment
- LEADING - com.chemaxon.ijc.form.api.renderers.TextRenderer.HorizontalAlignment
- LEFT - com.chemaxon.ijc.form.api.LabelWidget.HorizontalAlignment
- LEFT - com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.HorizontalAlignment
- LEFT - com.chemaxon.ijc.form.api.renderers.TextRenderer.HorizontalAlignment
- LINE - com.chemaxon.ijc.form.api.Border.BorderType
-
Line around the widget.
- LIST_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
List widget id.
- ListWidget - Class in com.chemaxon.ijc.form.api
-
List widget model.
- ListWidget() - Constructor for class com.chemaxon.ijc.form.api.ListWidget
-
Constructor.
- load(String) - Static method in class com.chemaxon.ijc.form.api.Form
-
Reads serialized form from given string.
- load(String) - Static method in class com.chemaxon.ijc.form.api.Grid
-
Reads serialized grid from given string.
- load(String) - Static method in class com.chemaxon.ijc.form.api.View
-
Reads serialized view (form or grid) from given string.
M
- MOL_MATRIX_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Mol matrix widget id.
- MOLECULE_PANE_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Molecule pane widget id.
- MolMatrixWidget - Class in com.chemaxon.ijc.form.api
-
MolMatrix widget model.
- MolMatrixWidget() - Constructor for class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Constructor.
- MolWidget - Class in com.chemaxon.ijc.form.api
-
Molecule panel widget model.
- MolWidget() - Constructor for class com.chemaxon.ijc.form.api.MolWidget
-
Constructor.
- MULTILINE - com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.TextRendererType
-
Use only line breaks in value.
- MULTILINE_WRAPPED - com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.TextRendererType
-
automatically wrap.
- MultiLineTextRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
MultiLine text renderer.
- MultiLineTextRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- MultiLineTextRenderer.HorizontalAlignment - Enum in com.chemaxon.ijc.form.api.renderers
-
Enumeration for horizontal alignment of
MultiLineTextRenderer
. - MultiLineTextRenderer.TextRendererType - Enum in com.chemaxon.ijc.form.api.renderers
-
Type of line wrapping.
N
- NO_COLOURING - com.chemaxon.ijc.form.api.ScatterPlotWidget.PointColouring
- NONE - com.chemaxon.ijc.form.api.DatasetType
-
None (not used).
O
- OUTLINE_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Outline widget id.
P
- PANEL_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Single panel widget id.
- PanelWidget - Class in com.chemaxon.ijc.form.api
-
Panel widget model.
- PanelWidget() - Constructor for class com.chemaxon.ijc.form.api.PanelWidget
-
Constructor.
- PanelWidget(String) - Constructor for class com.chemaxon.ijc.form.api.PanelWidget
-
Constructor.
- PLAIN - com.chemaxon.ijc.form.api.Font.Style
-
Plain.
R
- RadarChartWidget - Class in com.chemaxon.ijc.form.api
-
Radar chart widget model.
- RadarChartWidget() - Constructor for class com.chemaxon.ijc.form.api.RadarChartWidget
-
Constructor.
- RadarChartWidget.DataField - Class in com.chemaxon.ijc.form.api
-
Contains fields representing axis in radar chart.
- removeTabAt(int) - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Removes at the specified position.
- Renderer - Class in com.chemaxon.ijc.form.api.renderers
-
Widget's renderer representation.
- Renderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.Renderer
- Renderers - Class in com.chemaxon.ijc.form.api.renderers
-
Static factory methods for creating
Renderer
instances with pre-loaded settings. - RIGHT - com.chemaxon.ijc.form.api.LabelWidget.HorizontalAlignment
- RIGHT - com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.HorizontalAlignment
- RIGHT - com.chemaxon.ijc.form.api.renderers.TextRenderer.HorizontalAlignment
- RtfRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
For rendering RTF document.
- RtfRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.RtfRenderer
S
- save() - Method in class com.chemaxon.ijc.form.api.Form
- save() - Method in class com.chemaxon.ijc.form.api.Grid
- save() - Method in class com.chemaxon.ijc.form.api.View
- ScatterPlotWidget - Class in com.chemaxon.ijc.form.api
-
ScatterPlot chart widget model.
- ScatterPlotWidget() - Constructor for class com.chemaxon.ijc.form.api.ScatterPlotWidget
-
Constructor.
- ScatterPlotWidget.PointColouring - Enum in com.chemaxon.ijc.form.api
- ScatterPlotWidget.PointSize - Enum in com.chemaxon.ijc.form.api
- SELECTION - com.chemaxon.ijc.form.api.DatasetType
-
Current selection dataset.
- setAbsoluteLabelVisible(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setAggregateFunction(String) - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- setAtomMappingVisible(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setAtomNumbersVisible(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setAtomSize(double) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setAutoRowHeight(boolean) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setAutoScale(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- setBackColor(String) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- setBackground(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setBackgroundColor(String) - Method in class com.chemaxon.ijc.form.api.Form
-
Sets background color of this form (canvas).
- setBackgroundColor(String) - Method in class com.chemaxon.ijc.form.api.PanelWidget
- setBackgroundColor(String) - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- setBackgroundColor(String) - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- setBackgroundDatasetType(DatasetType) - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- setBallRadius(double) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setBinsInterval(Double) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setBinsStartValue(Double) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setBondLengthVisible(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setBondSpacing(double) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setBorder(Border) - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Sets
Border
of this widget. - setBorderSize(int) - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Sets
border size
of this widget. - setBorderSize(int) - Method in class com.chemaxon.ijc.form.api.Form
-
Sets
border size
of this form. - setBorderSpacing(boolean) - Method in class com.chemaxon.ijc.form.api.PanelWidget
-
Sets whether there should be spacing between inner content pertaining to (or wrapped by) widget and its border.
- setBorderType(Border.BorderType) - Method in class com.chemaxon.ijc.form.api.Border
- setBoundField(FieldReference) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setCategoryAxisLabel(String) - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- setCategoryField(FieldReference) - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- setCategoryField(FieldReference) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setCategoryField(FieldReference) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setCellHeight(int) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- setCfField(FieldReference) - Method in class com.chemaxon.ijc.form.api.renderers.Renderer
-
Sets associated conditional formatting field.
- setChiralitySupport(int) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setColorScheme(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setColumnsCount(int) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- setColumnsCount(int) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setColumnWidth(int) - Method in class com.chemaxon.ijc.form.api.TableColumn
- setConditionalFormatting(CFClassifier) - Method in class com.chemaxon.ijc.form.api.View
-
Sets conditional formatting for this view.
- setConfig(String) - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- setConfig(String) - Method in class com.chemaxon.ijc.form.api.renderers.CanvasCellRenderer
- setDatasetType(DatasetType) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- setDatasetType(DatasetType) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setDateFormat(String) - Method in class com.chemaxon.ijc.form.api.renderers.DateRenderer
- setDecimalFormatInfo(FloatRenderer.DecimalFormatInfo) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- setDefaultBackgroundColor(String) - Static method in class com.chemaxon.ijc.form.api.Form
-
Sets default background color of forms.
- setDefaultFont(Font) - Static method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Sets default font for widgets.
- setDisplay2D(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setDisplayStandardizedStrucuture(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setDispQuality(int) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
-
Deprecated.option has been removed. Quality is always high.
- setDownWedge(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setEventHandler(String) - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- setEventHandler(String) - Method in class com.chemaxon.ijc.form.api.renderers.CanvasCellRenderer
- setExpressionSetId(String) - Method in class com.chemaxon.ijc.form.api.renderers.Renderer
- setExtraField(FieldReference) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Deprecated.Since 16.5.23. Use
MolMatrixWidget.addExtraField(FieldReference, Renderer)
instead. - setExtraFieldId(String) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Deprecated.Since 6.4. Use
MolMatrixWidget.addExtraField(FieldReference, Renderer)
instead. - setExtraFieldRenderer(Renderer) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Deprecated.Since 16.5.23. Use
MolMatrixWidget.addExtraField(FieldReference, Renderer)
instead. - setEzVisible(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setField(FieldReference) - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidget
-
Sets field.
- setField(FieldReference) - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Sets bound field of this row.
- setField(FieldReference) - Method in class com.chemaxon.ijc.form.api.TableColumn
- setField(FieldReference) - Method in class com.chemaxon.ijc.form.api.Tooltip
- setField(FieldReference) - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- setFillWeb(boolean) - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- setFitToScreen(boolean) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setFixedColumnCount(int) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setFont(Font) - Method in class com.chemaxon.ijc.form.api.Border
- setFont(Font) - Method in class com.chemaxon.ijc.form.api.ButtonWidget
-
Sets font of this button widget.
- setFont(Font) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- setFont(Font) - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- setFont(Font) - Method in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- setForegroundColor(String) - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- setForegroundDatasetType(DatasetType) - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- setFractionDigits(int) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- setGradientColorRangeFrom(String) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setGradientColorRangeTo(String) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setGradientField(FieldReference) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setGradientLogScale(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setGradientValueRangeFrom(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setGradientValueRangeTo(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setGrinvVisible(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setGroupColumnWidth(int) - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
-
Sets total width of group columns.
- setGroupingUsed(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- setGroupingUsed(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.IntegerRenderer
- setHeaderAlignment(int) - Method in class com.chemaxon.ijc.form.api.TableColumn
- setHeaderAlignment(int) - Method in class com.chemaxon.ijc.form.api.TableWidget
-
Sets header alignment.
- setHeaderBackgroundColor(String) - Method in class com.chemaxon.ijc.form.api.TableColumn
-
Set column's header background color in #RRGGBB format.
- setHeaderBackgroundColor(String) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setHeaderFont(Font) - Method in class com.chemaxon.ijc.form.api.TableColumn
- setHeaderFont(Font) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setHeaderRows(int) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setHeaderTitle(String) - Method in class com.chemaxon.ijc.form.api.TableColumn
- setHideEmptyColumns(boolean) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setHighlightAlign(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setHighlightPointsOnMouseOver(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setHorizontalAlignment(int) - Method in class com.chemaxon.ijc.form.api.LabelWidget
-
Deprecated.Since 14.10.27 Use
LabelWidget.setHorizontalAlignment(com.chemaxon.ijc.form.api.LabelWidget.HorizontalAlignment)
instead. - setHorizontalAlignment(int) - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
-
Deprecated.Since 14.10.27 Use
TextRenderer.setHorizontalAlignment(com.chemaxon.ijc.form.api.renderers.TextRenderer.HorizontalAlignment)
instead. - setHorizontalAlignment(LabelWidget.HorizontalAlignment) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- setHorizontalAlignment(MultiLineTextRenderer.HorizontalAlignment) - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- setHorizontalAlignment(TextRenderer.HorizontalAlignment) - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
-
Throws
UnsupportedOperationException
. - setHorizontalAlignment(TextRenderer.HorizontalAlignment) - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- setId(String) - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Sets
ID
for this widget. - setId(String) - Method in class com.chemaxon.ijc.form.api.View
-
Sets
ID
for this view. - setIdField(FieldReference) - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- setImageContent(String) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- setImageName(String) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- setImplicitH(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setInternalBorderSpacingOn(boolean) - Method in class com.chemaxon.ijc.form.api.Form
-
Sets whether there should be spacing between inner content pertaining to (or wrapped by) widget and its titled border.
- setLayout(FormLayout) - Method in class com.chemaxon.ijc.form.api.Form
-
IJC forms use absolute position.
- setLegendField(FieldReference) - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- setLineBottomHide(boolean) - Method in class com.chemaxon.ijc.form.api.Border
- setLineLeftHide(boolean) - Method in class com.chemaxon.ijc.form.api.Border
- setLineRightHide(boolean) - Method in class com.chemaxon.ijc.form.api.Border
- setLineTopHide(boolean) - Method in class com.chemaxon.ijc.form.api.Border
- setLineWidth(double) - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- setLonePairsVisible(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setMaximumRowsLimit(int) - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- setMinimumFractionDigits(int) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- setMouseMode(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setName(String) - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Sets name of this widget.
- setNumberOfBins(Integer) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setPanelBorderSize(int) - Method in class com.chemaxon.ijc.form.api.PanelWidget
-
Sets inner border size of the panel in pixels.
- setPointColouringType(ScatterPlotWidget.PointColouring) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSize(double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSizeField(FieldReference) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSizeInverted(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSizeLogScale(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSizeRangeMaximum(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSizeRangeMinimum(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSizeType(ScatterPlotWidget.PointSize) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSizeValueRangeMaximum(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPointSizeValueRangeMinimum(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setPosition(int, int) - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Sets
x
andy
coordinates of this widget as absolute position in the form. - setPreferredHeight(int) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setRenderer(Renderer) - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidgetWithRenderer
-
Sets widget's renderer.
- setRenderer(Renderer) - Method in class com.chemaxon.ijc.form.api.SheetRow
- setRenderer(Renderer) - Method in class com.chemaxon.ijc.form.api.TableColumn
- setRenderer(Renderer) - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- setRendering2D(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setRendering3D(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setRowHeaderWidth(int) - Method in class com.chemaxon.ijc.form.api.SheetWidget
- setRowHeight(int) - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Sets row height in pixels.
- setRowHeight(int) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setRowsCount(int) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setScript(String) - Method in class com.chemaxon.ijc.form.api.ButtonWidget
-
Sets script code for this button widget.
- setScript(String) - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- setScriptHooks(Map<String, String>, String) - Method in class com.chemaxon.ijc.form.api.View
-
Sets script hooks for this view.
- setShowAxisTicks(boolean) - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- setShowTableHeader(boolean) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setShowTooltip(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setShowVerticalLines(boolean) - Method in class com.chemaxon.ijc.form.api.TableWidget
- setShowWhichRGroups(String) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setSignificantFigures(int) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- setSize(int, int) - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Sets
width
and height of this widget. - setStickThickness(double) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setStructureRenderer(Renderer) - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
-
Deprecated.Since 18.23.0. Use
AbstractSingleFieldWidgetWithRenderer.setRenderer(com.chemaxon.ijc.form.api.renderers.Renderer)
instead. - setTableWidget(TableWidget) - Method in class com.chemaxon.ijc.form.api.Grid
-
Sets table widget for this grid.
- setTabsLayout(int) - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- setTabsPlacement(int) - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- setText(String) - Method in class com.chemaxon.ijc.form.api.ButtonWidget
-
Sets text (label) of this button widget.
- setText(String) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- setTextColor(String) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- setTextRendererType(MultiLineTextRenderer.TextRendererType) - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- setTitle(String) - Method in class com.chemaxon.ijc.form.api.Border
- setTitle(String) - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- setTitle(String) - Method in class com.chemaxon.ijc.form.api.PanelWidget
- setTitle(String) - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Sets title of the row.
- setTitle(String) - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- setTitleFont(Font) - Method in class com.chemaxon.ijc.form.api.PanelWidget
- setTitleFont(Font) - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- setTooltip(Tooltip) - Method in class com.chemaxon.ijc.form.api.AbstractWidget
-
Sets
Tooltip
of this widget. - setTooltip(Tooltip) - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Sets
Tooltip
of row. - setTooltip(Tooltip) - Method in class com.chemaxon.ijc.form.api.TableColumn
-
Sets
Tooltip
of column. - setTooltip(Tooltip) - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- setUseExponentialNotation(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- setUseStandardSignificantFigures(boolean) - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- setValueAxisEnd(Double) - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- setValueAxisInterval(Double) - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- setValueAxisLabel(String) - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- setValueAxisStart(Double) - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- setValueField(FieldReference) - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- setVersion(int) - Method in class com.chemaxon.ijc.form.api.View
-
Sets version number for this view.
- setVerticalAlignment(int) - Method in class com.chemaxon.ijc.form.api.LabelWidget
-
Deprecated.Since 14.10.27 Use
LabelWidget.setVerticalAlignment(com.chemaxon.ijc.form.api.LabelWidget.VerticalAlignment)
instead. - setVerticalAlignment(int) - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
-
Deprecated.Since 14.10.27 Use
TextRenderer.setVerticalAlignment(com.chemaxon.ijc.form.api.renderers.TextRenderer.VerticalAlignment)
instead. - setVerticalAlignment(LabelWidget.VerticalAlignment) - Method in class com.chemaxon.ijc.form.api.LabelWidget
- setVerticalAlignment(TextRenderer.VerticalAlignment) - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- setVisible(boolean) - Method in class com.chemaxon.ijc.form.api.Border
-
Deprecated.Has no effect. Use EMPTY
Border.BorderType
if you want no/invisible border. - setVisible(boolean) - Method in class com.chemaxon.ijc.form.api.SheetRow
-
Deprecated.has no effect, all rows are visible
- setVisible(boolean) - Method in class com.chemaxon.ijc.form.api.TableColumn
-
Deprecated.has no effect, all columns are visible
- setVisible(boolean) - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- setWidgets(List<? extends AbstractWidget>) - Method in class com.chemaxon.ijc.form.api.Form
-
Sets widgets for this form.
- setWidgets(List<? extends AbstractWidget>) - Method in class com.chemaxon.ijc.form.api.PanelWidget
-
Sets widgets for this panel.
- setWidth(int) - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- setWireThickness(double) - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- setXAxisEnd(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setXAxisField(FieldReference) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setXAxisInterval(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setXAxisInverted(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setXAxisLabel(String) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setXAxisLabel(String) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setXAxisLogScale(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setXAxisStart(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setYAxisEnd(Double) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setYAxisEnd(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setYAxisField(FieldReference) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setYAxisInterval(Double) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setYAxisInterval(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setYAxisInverted(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setYAxisLabel(String) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setYAxisLabel(String) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setYAxisLogScale(boolean) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- setYAxisStart(Double) - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- setYAxisStart(Double) - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- SHEET_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Sheet widget id.
- SheetRow - Class in com.chemaxon.ijc.form.api
-
Represents one row of
SheetWidget
. - SheetRow() - Constructor for class com.chemaxon.ijc.form.api.SheetRow
- SheetWidget - Class in com.chemaxon.ijc.form.api
-
Sheet widget model.
- SheetWidget() - Constructor for class com.chemaxon.ijc.form.api.SheetWidget
-
Constructor.
- SIZE_BY_FIELD - com.chemaxon.ijc.form.api.ScatterPlotWidget.PointSize
- StructureRenderer - Class in com.chemaxon.ijc.form.api.renderers
- StructureRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.StructureRenderer
T
- TABBED_PANE_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Tabbed pane widget id.
- TabbedPaneWidget - Class in com.chemaxon.ijc.form.api
-
Tabbed Pane widget model.
- TabbedPaneWidget() - Constructor for class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Creates empty tabbed pane widget with no tab.
- TabbedPaneWidget(String) - Constructor for class com.chemaxon.ijc.form.api.TabbedPaneWidget
-
Creates tabbed pane widget with single tab.
- TABLE_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Table widget id.
- TableColumn - Class in com.chemaxon.ijc.form.api
-
WBTable column settings.
- TableColumn() - Constructor for class com.chemaxon.ijc.form.api.TableColumn
- TableWidget - Class in com.chemaxon.ijc.form.api
-
Table widget model.
- TableWidget() - Constructor for class com.chemaxon.ijc.form.api.TableWidget
-
Constructor.
- TEXT_AREA_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Multiline text widget id.
- TEXT_FIELD_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Single text field widget id.
- TextAlignmentUtils - Class in com.chemaxon.ijc.form.api.util
-
Contains service methods for horizontal and vertical alignments in FormsModel.
- TextAreaWidget - Class in com.chemaxon.ijc.form.api
-
Text area widget model.
- TextAreaWidget() - Constructor for class com.chemaxon.ijc.form.api.TextAreaWidget
-
Constructor.
- TextArrayRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
Text array renderer has not any property.
- TextArrayRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.TextArrayRenderer
- TextBoxWidget - Class in com.chemaxon.ijc.form.api
-
Text box widget model.
- TextBoxWidget() - Constructor for class com.chemaxon.ijc.form.api.TextBoxWidget
-
Constructor.
- TextRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
Representation of TextRenderer (from com.im.ijc.renderers.impl package).
- TextRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.TextRenderer
- TextRenderer(boolean) - Constructor for class com.chemaxon.ijc.form.api.renderers.TextRenderer
- TextRenderer.HorizontalAlignment - Enum in com.chemaxon.ijc.form.api.renderers
-
Enumeration for horizontal alignment of
TextRenderer
. - TextRenderer.VerticalAlignment - Enum in com.chemaxon.ijc.form.api.renderers
-
Enumeration for vertical alignment of
TextRenderer
. - TITLE_WITH_SORT - com.chemaxon.ijc.form.api.Border.BorderType
-
Bound fields with sorting are visible at default.
- toAbsolute(Rectangle) - Method in interface com.chemaxon.ijc.form.api.FormLayout
-
IJC forms use absolute position.
- Tooltip - Class in com.chemaxon.ijc.form.api
-
Tooltip containing field.
- Tooltip() - Constructor for class com.chemaxon.ijc.form.api.Tooltip
- TOP - com.chemaxon.ijc.form.api.LabelWidget.VerticalAlignment
- TOP - com.chemaxon.ijc.form.api.renderers.TextRenderer.VerticalAlignment
- toString() - Method in class com.chemaxon.ijc.form.api.AbstractChartWidget
- toString() - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidget
- toString() - Method in class com.chemaxon.ijc.form.api.AbstractSingleFieldWidgetWithRenderer
- toString() - Method in class com.chemaxon.ijc.form.api.AbstractWidget
- toString() - Method in class com.chemaxon.ijc.form.api.Border
- toString() - Method in class com.chemaxon.ijc.form.api.BoxPlotWidget
- toString() - Method in class com.chemaxon.ijc.form.api.ButtonWidget
- toString() - Method in class com.chemaxon.ijc.form.api.CanvasWidget
- toString() - Method in class com.chemaxon.ijc.form.api.Font
-
Returns a brief description of this font.
- toString() - Method in class com.chemaxon.ijc.form.api.Form
- toString() - Method in class com.chemaxon.ijc.form.api.Grid
- toString() - Method in class com.chemaxon.ijc.form.api.HistogramWidget
- toString() - Method in class com.chemaxon.ijc.form.api.LabelWidget
- toString() - Method in class com.chemaxon.ijc.form.api.MolMatrixWidget
- toString() - Method in class com.chemaxon.ijc.form.api.PanelWidget
- toString() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget.DataField
- toString() - Method in class com.chemaxon.ijc.form.api.RadarChartWidget
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.DateRenderer
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer.DecimalFormatInfo
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.IntegerRenderer
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.Renderer
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.TextRenderer
- toString() - Method in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- toString() - Method in class com.chemaxon.ijc.form.api.ScatterPlotWidget
- toString() - Method in class com.chemaxon.ijc.form.api.SheetRow
- toString() - Method in class com.chemaxon.ijc.form.api.SheetWidget
- toString() - Method in class com.chemaxon.ijc.form.api.TabbedPaneWidget
- toString() - Method in class com.chemaxon.ijc.form.api.TableColumn
- toString() - Method in class com.chemaxon.ijc.form.api.TableWidget
- toString() - Method in class com.chemaxon.ijc.form.api.Tooltip
- toString() - Method in class com.chemaxon.ijc.form.api.TreeTableColumn
- toString() - Method in class com.chemaxon.ijc.form.api.TreeTableWidget
- toString() - Method in class com.chemaxon.ijc.form.api.View
- TRAILING - com.chemaxon.ijc.form.api.LabelWidget.HorizontalAlignment
- TRAILING - com.chemaxon.ijc.form.api.renderers.TextRenderer.HorizontalAlignment
- TreeTableColumn - Class in com.chemaxon.ijc.form.api
-
TreeTable column model.
- TreeTableColumn() - Constructor for class com.chemaxon.ijc.form.api.TreeTableColumn
- TreeTableWidget - Class in com.chemaxon.ijc.form.api
-
TreeTable widget model.
- TreeTableWidget() - Constructor for class com.chemaxon.ijc.form.api.TreeTableWidget
-
Constructor.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.BooleanRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.CanvasCellRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.DateRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.FloatRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.IntegerRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.RtfRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.StructureRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.TextArrayRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.TextRenderer
-
String identifier for this renderer type.
- TYPE_ID - Static variable in class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
-
String identifier for this renderer type.
U
- UNKNOWN_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Not supported widget id.
V
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.Border.BorderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.DatasetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.Font.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.LabelWidget.HorizontalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.LabelWidget.VerticalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.HorizontalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.TextRendererType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.renderers.TextRenderer.HorizontalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.renderers.TextRenderer.VerticalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.ScatterPlotWidget.PointColouring
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.ScatterPlotWidget.PointSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.chemaxon.ijc.form.api.WidgetTypeId
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.chemaxon.ijc.form.api.Border.BorderType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.DatasetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.Font.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.LabelWidget.HorizontalAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.LabelWidget.VerticalAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.HorizontalAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.renderers.MultiLineTextRenderer.TextRendererType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.renderers.TextRenderer.HorizontalAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.renderers.TextRenderer.VerticalAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.ScatterPlotWidget.PointColouring
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.ScatterPlotWidget.PointSize
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.chemaxon.ijc.form.api.WidgetTypeId
-
Returns an array containing the constants of this enum type, in the order they are declared.
- View - Class in com.chemaxon.ijc.form.api
-
Common class for IJC views (grid and form).
W
- WEB_BROWSER_WIDGET - com.chemaxon.ijc.form.api.WidgetTypeId
-
Web browser widget id.
- WebBrowserRenderer - Class in com.chemaxon.ijc.form.api.renderers
-
Renderer class for web browser.
- WebBrowserRenderer() - Constructor for class com.chemaxon.ijc.form.api.renderers.WebBrowserRenderer
- WebBrowserWidget - Class in com.chemaxon.ijc.form.api
-
Web browser widget model.
- WebBrowserWidget() - Constructor for class com.chemaxon.ijc.form.api.WebBrowserWidget
-
Constructor.
- WidgetContainer - Interface in com.chemaxon.ijc.form.api
-
Generic representation of an IJC widget container.
- WidgetsCollection - Class in com.chemaxon.ijc.form.api.util
-
Transforms
WidgetContainer
to a collection of widgets it contains, including widgets inside inner containers. - WidgetTypeId - Enum in com.chemaxon.ijc.form.api
-
Enumeration of known widget type IDs.
All Classes All Packages