|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IControl | |
---|---|
com.sibvisions.rad.model.mem | Contains all storage independent model classes. |
com.sibvisions.rad.ui.swing.ext | Contains all swing extensions which can be used without the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.control | Contains Swing control implementations based on the platform and technology independent interface definitions. |
javax.rad.genui.control | Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. |
javax.rad.model | Contains all model interfaces, abstract base and exception classes. |
javax.rad.model.ui | Contains UI relevant interface definitions. |
javax.rad.ui.control | Contains all interfaces to develop controls for a graphical user interface. |
Uses of IControl in com.sibvisions.rad.model.mem |
---|
Methods in com.sibvisions.rad.model.mem that return IControl | |
---|---|
IControl[] |
DataRow.getControls()
Returns all IControl 's from the IDataRow . |
Methods in com.sibvisions.rad.model.mem with parameters of type IControl | |
---|---|
void |
DataRow.addControl(IControl pControl)
Adds a IControl to the IDataRow . |
void |
DataRow.removeControl(IControl pControl)
Removes the IControl from the IDataRow . |
Uses of IControl in com.sibvisions.rad.ui.swing.ext |
---|
Classes in com.sibvisions.rad.ui.swing.ext that implement IControl | |
---|---|
class |
JVxChart
The JVxChart is a simple chart panel which also implements the ITableControl
interface. |
class |
JVxEditor
Editor that implements IControl interface. |
class |
JVxTable
Scrollable JTable that implements ITableControl interface. |
class |
JVxTree
Scrollable JTree that implements IControl interface. |
Uses of IControl in com.sibvisions.rad.ui.swing.impl.control |
---|
Classes in com.sibvisions.rad.ui.swing.impl.control that implement IControl | |
---|---|
class |
SwingChart
The SwingChart is the IChart
implementation for swing. |
class |
SwingEditor
The SwingEditor is the IEditor
implementation for swing. |
class |
SwingTable
The SwingTable is the ITable
implementation for swing. |
class |
SwingTree
The SwingTree is the ITree
implementation for swing. |
Uses of IControl in javax.rad.genui.control |
---|
Classes in javax.rad.genui.control that implement IControl | |
---|---|
class |
UIChart
Platform and technology independent Table. |
class |
UIEditor
Platform and technology independent Editor. |
class |
UITable
Platform and technology independent Table. |
class |
UITree
Platform and technology independent Tree. |
Uses of IControl in javax.rad.model |
---|
Methods in javax.rad.model that return IControl | |
---|---|
IControl[] |
RowDefinition.getControls()
Returns all IControl 's from the IRowDefinition . |
IControl[] |
IRowDefinition.getControls()
Returns all IControl 's from the IRowDefinition . |
IControl[] |
IDataRow.getControls()
Returns all IControl 's from the IDataRow . |
Methods in javax.rad.model with parameters of type IControl | |
---|---|
void |
RowDefinition.addControl(IControl pControl)
Adds a IControl to the IRowDefinition . |
void |
IRowDefinition.addControl(IControl pControl)
Adds a IControl to the IRowDefinition . |
void |
IDataRow.addControl(IControl pControl)
Adds a IControl to the IDataRow . |
void |
RowDefinition.removeControl(IControl pControl)
Removes the IControl from the IRowDefinition . |
void |
IRowDefinition.removeControl(IControl pControl)
Removes the IControl from the IRowDefinition . |
void |
IDataRow.removeControl(IControl pControl)
Removes the IControl from the IDataRow . |
Method parameters in javax.rad.model with type arguments of type IControl | |
---|---|
ColumnView |
RowDefinition.getColumnView(Class<? extends IControl> pTargetControl)
Gets the ColumnView to use for GUI controls. |
ColumnView |
IRowDefinition.getColumnView(Class<? extends IControl> pTargetControl)
Gets the ColumnView to use for GUI controls. |
void |
RowDefinition.setColumnView(Class<? extends IControl> pTargetControl,
ColumnView pColumnView)
Sets the column view to use for GUI controls. |
void |
IRowDefinition.setColumnView(Class<? extends IControl> pTargetControl,
ColumnView pColumnView)
Sets the column view to use for GUI controls. |
Uses of IControl in javax.rad.model.ui |
---|
Subinterfaces of IControl in javax.rad.model.ui | |
---|---|
interface |
IEditorControl
The IEditorControl is an IControl that displays the value of one column in an IDataRow. |
interface |
ITableControl
The ITableControl is an IControl that displays the current page of an IDataBook. |
interface |
ITreeControl
The ITreeControl is an IControl that displays the hierarchy of one or more IDataBooks. |
Uses of IControl in javax.rad.ui.control |
---|
Subinterfaces of IControl in javax.rad.ui.control | |
---|---|
interface |
IChart
Platform and technology independent Table definition. |
interface |
IEditor
Platform and technology independent Editor definition. |
interface |
ITable
Platform and technology independent Table definition. |
interface |
ITree
Platform and technology independent tree definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |