| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractWidget | |
|---|---|
| uic.output.pjava | Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractWidget. | 
| uic.output.swing | Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractWidget. | 
| Uses of AbstractWidget in uic.output.pjava | 
|---|
| Subclasses of AbstractWidget in uic.output.pjava | |
|---|---|
 class | 
AbstractWidget
Base class implementation that every AWT-Widget will probably need  | 
 class | 
General
 | 
 class | 
Line
Maps QtDesigner Line to uic.pjava.widgets.Line Currently only implements Horizontal/Vertical and linewidth  | 
 class | 
QButtonGroup
Maps Qt ButtonGroup to java.awt.CheckboxGroup Filling this group with java.awt.CheckBox buttons to make them exclusive  | 
 class | 
QCheckBox
Maps QCheckBox classes to java.awt.Checkbox  | 
 class | 
QComboBox
Maps QComboBox to java.awt.Choice objects Currently editable is not supported since that is not part of the Choice API  | 
 class | 
QGroupBox
Matches QGroupBox (a frame with a (titled)border) to uic.pjava.widgets.UICGroupBox Currently there is no support for line shadows etc.  | 
 class | 
QLabel
Maps QLabel to java.awt.Label Mind that although the GTK Implementation of java.awt.Label does NOT support HTML labels, the Jeode Zaurus version does.  | 
 class | 
QLayoutWidget
Creates the default awt container, java.awt.Panel  | 
 class | 
QLineEdit
Maps QLineEdit to either uic.pjava.widgets.UICTextField, or when password mode is selected, uic.pjava.widgets.UICPasswordField.  | 
 class | 
QListBox
Maps QListBox to uic.pjava.widgets.UICList, which contains sizing improvements over the java.awt.List  | 
 class | 
QListView
Maps QListView to uic.pjava.widgets.table.Table class.  | 
 class | 
QMultiLineEdit
Maps QMultiLineEdit to java.awt.TextArea  | 
 class | 
QPushButton
Maps QPushButton to uic.pjava.widgets.UICButton Currently there is NO support for toggle buttons A helper method, XXXXPressedSlot(), is created which will be automatically called on button press.  | 
 class | 
QTabWidget
Maps QTabWidget to uic.pjava.widgets.tabbedpane.TabPanel  | 
 class | 
QWidget
 | 
| Uses of AbstractWidget in uic.output.swing | 
|---|
| Subclasses of AbstractWidget in uic.output.swing | |
|---|---|
 class | 
AbstractCalendarSpinnerWidget
 | 
 class | 
KColorButton
 | 
 class | 
KDatePicker
 | 
 class | 
KDateWidget
 | 
 class | 
KDoubleNumInput
 | 
 class | 
KHSSelector
 | 
 class | 
KRestrictedLine
 | 
 class | 
KSqueezedTextLabel
 | 
 class | 
QDateEdit
 | 
 class | 
QDateTimeEdit
 | 
 class | 
QDialog
 | 
 class | 
QFrame
 | 
 class | 
QProgressBar
 | 
 class | 
QRadioButton
 | 
 class | 
QSlider
 | 
 class | 
QSpinBox
 | 
 class | 
QSplitter
 | 
 class | 
QTimeEdit
 | 
 class | 
QToolButton
ToolBar button widget.  | 
 class | 
QWidgetStack
 | 
 class | 
QWizard
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||