|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILabel | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
com.sibvisions.rad.ui.swing.impl | Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.component | Contains Swing component implementations based on the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.container | Contains Swing container implementations based on the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.menu | Contains Swing menu implementations based on the platform and technology independent interface definitions. |
javax.rad.genui.component | Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. |
javax.rad.genui.container | Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. |
javax.rad.genui.menu | Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces. |
javax.rad.ui | Contains all interfaces to develop a graphical user interface. |
javax.rad.ui.component | Contains all interfaces to develop components for a graphical user interface. |
javax.rad.ui.container | Contains all interfaces to develop containers for a graphical user interface. |
javax.rad.ui.menu | Contains all interfaces to develop menues (menubar, popupmenu, menuitem) for a graphical user interface. |
Uses of ILabel in com.sibvisions.rad.application |
---|
Methods in com.sibvisions.rad.application that return ILabel | |
---|---|
protected ILabel |
About.getInfoLabel()
Gets the info label. |
protected ILabel |
About.getSubInfoLabel()
Gets the subinfo label. |
Uses of ILabel in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return ILabel | |
---|---|
ILabel |
SwingFactory.createLabel()
Creates a new instance of ILabel . |
Uses of ILabel in com.sibvisions.rad.ui.swing.impl.component |
---|
Classes in com.sibvisions.rad.ui.swing.impl.component that implement ILabel | |
---|---|
class |
SwingAbstractButton<C extends AbstractButton>
The SwingButton is the IButton
implementation for swing. |
class |
SwingButton
The SwingButton is the IButton
implementation for swing. |
class |
SwingCheckBox
The SwingCheckBox is the ICheckBox
implementation for swing. |
class |
SwingLabel
The SwingLabel is the ILabel
implementation for swing. |
class |
SwingPasswordField
The SwingPasswordField is the IPasswordField
implementation for swing. |
class |
SwingRadioButton
The SwingRadioButton is the IRadioButton
implementation for swing. |
class |
SwingTextArea
The SwingTextArea is the ITextArea
implementation for swing. |
class |
SwingTextComponent<C extends JComponent,TC extends JTextComponent>
Platform and technology independent TextField definition. |
class |
SwingTextField<C extends JTextField>
The SwingTextField is the ITextField
implementation for swing. |
class |
SwingToggleButton<C extends JToggleButton>
The SwingToggleButton is the IToggleButton
implementation for swing. |
Uses of ILabel in com.sibvisions.rad.ui.swing.impl.container |
---|
Classes in com.sibvisions.rad.ui.swing.impl.container that implement ILabel | |
---|---|
class |
SwingGroupPanel
The SwingGroupPanel is the IGroupPanel
implementation for swing. |
Uses of ILabel in com.sibvisions.rad.ui.swing.impl.menu |
---|
Classes in com.sibvisions.rad.ui.swing.impl.menu that implement ILabel | |
---|---|
class |
SwingCheckBoxMenuItem
The SwingCheckBoxMenuItem is the ICheckBoxMenuItem
implementation for swing. |
class |
SwingMenu
The SwingMenu is the IMenu
implementation for swing. |
class |
SwingMenuItem<C extends JMenuItem>
The SwingMenuItem is the IMenuItem
implementation for swing. |
Uses of ILabel in javax.rad.genui.component |
---|
Classes in javax.rad.genui.component that implement ILabel | |
---|---|
class |
AbstractUIActionComponent<C extends IActionComponent>
Platform and technology independent action component. |
class |
AbstractUIButton<C extends IButton>
Platform and technology independent button. |
class |
AbstractUITextField<C extends ITextField>
Platform and technology independent text field. |
class |
AbstractUIToggleButton<C extends IToggleButton>
Platform and technology independent toggle button. |
class |
UIButton
Platform and technology independent button. |
class |
UICheckBox
Platform and technology independent checkbox. |
class |
UILabel
Platform and technology independent Label. |
class |
UIPasswordField
Platform and technology independent password field. |
class |
UIRadioButton
Platform and technology independent radio button. |
class |
UITextArea
Platform and technology independent text area. |
class |
UITextField
Platform and technology independent text field. |
class |
UIToggleButton
Platform and technology independent toggle button. |
Constructors in javax.rad.genui.component with parameters of type ILabel | |
---|---|
UILabel(ILabel pLabel)
Creates a new instance of UILabel with the given
labe. |
Uses of ILabel in javax.rad.genui.container |
---|
Classes in javax.rad.genui.container that implement ILabel | |
---|---|
class |
UIGroupPanel
Platform and technology independent GroupPanel. |
Uses of ILabel in javax.rad.genui.menu |
---|
Classes in javax.rad.genui.menu that implement ILabel | |
---|---|
class |
AbstractUIMenuItem<C extends IMenuItem>
Platform and technology independent MenuItem. |
class |
UICheckBoxMenuItem
Platform and technology independent checkbox menuitem. |
class |
UIMenu
Platform and technology independent menu. |
class |
UIMenuItem
Platform and technology independent MenuItem. |
Uses of ILabel in javax.rad.ui |
---|
Methods in javax.rad.ui that return ILabel | |
---|---|
ILabel |
IFactory.createLabel()
Creates a new instance of ILabel . |
Uses of ILabel in javax.rad.ui.component |
---|
Subinterfaces of ILabel in javax.rad.ui.component | |
---|---|
interface |
IActionComponent
Platform and technology independent action component definition. |
interface |
IButton
Platform and technology independent button definition. |
interface |
ICheckBox
Platform and technology independent checkbox definition. |
interface |
IPasswordField
Platform and technology independent password field definition. |
interface |
IRadioButton
Platform and technology independent radio button definition. |
interface |
ITextArea
Platform and technology independent text area definition. |
interface |
ITextField
Platform and technology independent text field definition. |
interface |
IToggleActionComponent
Platform and technology independent toggle action component definition. |
interface |
IToggleButton
Platform and technology independent toggle button definition. |
Uses of ILabel in javax.rad.ui.container |
---|
Subinterfaces of ILabel in javax.rad.ui.container | |
---|---|
interface |
IGroupPanel
Platform and technology independent GroupPanel definition. |
Uses of ILabel in javax.rad.ui.menu |
---|
Subinterfaces of ILabel in javax.rad.ui.menu | |
---|---|
interface |
ICheckBoxMenuItem
Platform and technology independent checkbox menuitem definition. |
interface |
IMenu
Platform and technology independent menu definition. |
interface |
IMenuItem
Platform and technology independent MenuItem definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |