Package uic.output.pjava

Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractWidget.

See:
          Description

Class Summary
AbstractWidget Base class implementation that every AWT-Widget will probably need
General  
Line Maps QtDesigner Line to uic.pjava.widgets.Line Currently only implements Horizontal/Vertical and linewidth
QButtonGroup Maps Qt ButtonGroup to java.awt.CheckboxGroup Filling this group with java.awt.CheckBox buttons to make them exclusive
QCheckBox Maps QCheckBox classes to java.awt.Checkbox
QComboBox Maps QComboBox to java.awt.Choice objects Currently editable is not supported since that is not part of the Choice API
QGroupBox Matches QGroupBox (a frame with a (titled)border) to uic.pjava.widgets.UICGroupBox Currently there is no support for line shadows etc.
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.
QLayoutWidget Creates the default awt container, java.awt.Panel
QLineEdit Maps QLineEdit to either uic.pjava.widgets.UICTextField, or when password mode is selected, uic.pjava.widgets.UICPasswordField.
QListBox Maps QListBox to uic.pjava.widgets.UICList, which contains sizing improvements over the java.awt.List
QListView Maps QListView to uic.pjava.widgets.table.Table class.
QMultiLineEdit Maps QMultiLineEdit to java.awt.TextArea
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.
QTabWidget Maps QTabWidget to uic.pjava.widgets.tabbedpane.TabPanel
QWidget  
 

Package uic.output.pjava Description

Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractWidget. Adding a widget implementation is as easy as adding a plugin. This package contains PersonalJava implementation plugins.



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence