|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IButton | |
---|---|
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.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.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. |
Uses of IButton in com.sibvisions.rad.application |
---|
Methods in com.sibvisions.rad.application that return IButton | |
---|---|
IButton |
Dialog.getCancelButton()
Gets the default Cancel button. |
IButton |
Dialog.getOkButton()
Gets the default OK button. |
Methods in com.sibvisions.rad.application with parameters of type IButton | |
---|---|
void |
Dialog.addCenterButton(IButton pButton)
Adds a button to the center area. |
void |
Dialog.addLeftButton(IButton pButton)
Adds a button to the left area. |
void |
Dialog.addRightButton(IButton pButton)
Adds a button to the right area. |
void |
Dialog.removeButton(IButton pButton)
Removes a button. |
Uses of IButton in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return IButton | |
---|---|
IButton |
SwingFactory.createButton()
Creates a new instance of IButton . |
Uses of IButton in com.sibvisions.rad.ui.swing.impl.component |
---|
Classes in com.sibvisions.rad.ui.swing.impl.component that implement IButton | |
---|---|
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 |
SwingRadioButton
The SwingRadioButton is the IRadioButton
implementation for swing. |
class |
SwingToggleButton<C extends JToggleButton>
The SwingToggleButton is the IToggleButton
implementation for swing. |
Uses of IButton in com.sibvisions.rad.ui.swing.impl.menu |
---|
Classes in com.sibvisions.rad.ui.swing.impl.menu that implement IButton | |
---|---|
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 IButton in javax.rad.genui.component |
---|
Classes in javax.rad.genui.component with type parameters of type IButton | |
---|---|
class |
AbstractUIButton<C extends IButton>
Platform and technology independent button. |
Classes in javax.rad.genui.component that implement IButton | |
---|---|
class |
AbstractUIButton<C extends IButton>
Platform and technology independent button. |
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 |
UIRadioButton
Platform and technology independent radio button. |
class |
UIToggleButton
Platform and technology independent toggle button. |
Constructors in javax.rad.genui.component with parameters of type IButton | |
---|---|
UIButton(IButton pButton)
Creates a new instance of UIButton with the given
button. |
Uses of IButton in javax.rad.ui |
---|
Methods in javax.rad.ui that return IButton | |
---|---|
IButton |
IFactory.createButton()
Creates a new instance of IButton . |
Uses of IButton in javax.rad.ui.component |
---|
Subinterfaces of IButton in javax.rad.ui.component | |
---|---|
interface |
ICheckBox
Platform and technology independent checkbox definition. |
interface |
IRadioButton
Platform and technology independent radio button definition. |
interface |
IToggleButton
Platform and technology independent toggle button definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |