Uses of Interface
javax.rad.model.ui.IControl

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.application.genui Contains implementations of the generic application interfaces. 
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()
          Gets all registered IControls as array.
 

Methods in com.sibvisions.rad.model.mem with parameters of type IControl
 void MemDataBook.addControl(IControl pControl)
          Adds the given IControl to this IDataRow as control.
 void DataRow.addControl(IControl pControl)
          Adds the given IControl to this IDataRow as control.
 void DataRow.removeControl(IControl pControl)
          Removes the given IControl to this IDataRow as control.
 

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
          The JVxEditor implements the IEditorControl interface.
 class JVxTable
          Scrollable JTable that implements ITableControl interface.
 class JVxTree
          The JVxTree is a scrollable JTree that implements ITreeControl interface.
 

Methods in com.sibvisions.rad.ui.swing.ext that return IControl
 IControl JVxTree.getControl()
          Get's the control corresponding to this cell editor listener.
 IControl JVxTable.getControl()
          Get's the control corresponding to this cell editor listener.
 IControl JVxEditor.getControl()
          Get's the control corresponding to this cell editor listener.
 

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.application.genui
 

Classes in javax.rad.application.genui that implement IControl
 class Application
          The Application is an abstract implementation of IApplication.
 class ControllerContent
          The ControllerContent is the default IController implementation and extends an Content.
 class RemoteApplication
          The RemoteApplication extends the Application with an AbstractConnection.
 class RemoteWorkScreen
          The RemoteWorkScreen extends the WorkScreen with an AbstractConnection.
 class RemoteWorkScreenApplication
          The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication implemented.
 class WorkScreen
          The WorkScreen is a default implementation of IWorkScreen.
 

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 added IControls.
 IControl[] IRowDefinition.getControls()
          Returns all added IControls.
 IControl[] IDataRow.getControls()
          Gets all registered IControls as array.
 

Methods in javax.rad.model with parameters of type IControl
 void RowDefinition.addControl(IControl pControl)
          Adds the given IControl so that it is notified if the IRowDefinition changes.
 void IRowDefinition.addControl(IControl pControl)
          Adds the given IControl so that it is notified if the IRowDefinition changes.
 void IDataRow.addControl(IControl pControl)
          Adds the given IControl to this IDataRow as control.
 void RowDefinition.removeControl(IControl pControl)
          Removes the given IControl.
 void IRowDefinition.removeControl(IControl pControl)
          Removes the given IControl.
 void IDataRow.removeControl(IControl pControl)
          Removes the given IControl to this IDataRow as control.
 

Method parameters in javax.rad.model with type arguments of type IControl
 ColumnView RowDefinition.getColumnView(java.lang.Class<? extends IControl> pTargetControl)
          Gets the ColumnView to use for the given IControl.
 ColumnView IRowDefinition.getColumnView(java.lang.Class<? extends IControl> pTargetControl)
          Gets the ColumnView to use for the given IControl.
 void RowDefinition.setColumnView(java.lang.Class<? extends IControl> pTargetControl, ColumnView pColumnView)
          Sets the ColumnView for the given IControl.
 void IRowDefinition.setColumnView(java.lang.Class<? extends IControl> pTargetControl, ColumnView pColumnView)
          Sets the ColumnView for the given IControl.
 

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.
 

Methods in javax.rad.model.ui that return IControl
 IControl ICellEditorListener.getControl()
          Get's the control corresponding to this cell editor listener.
 

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.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.