|
RADi Runtime Library v1.2.1 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
RadiLoader
, client code must call one of its static loadObjects
methods.
See:
Description
Class Summary | |
---|---|
AButton | AButton is a JButton which can
be set up to paint its label text antialiased. |
ACheckBox | ACheckBox is a JCheckBox which can
be set up to paint its label text antialiased. |
ACheckBoxMenuItem | ACheckBoxMenuItem is a JCheckBoxMenuItem which can
be set up to paint its label text antialiased. |
AComboBox | AComboBox is a JComboBox which can
be set up to paint its editor component and item's text antialiased. |
AEditorPane | AEditorPane is a JEditorPane which can
be set up to paint its document antialiased. |
AFormattedTextField | AFormattedTextField is a JFormattedTextField which can
be set up to paint its text antialiased. |
ALabel | ALabel is a JLabel which can
be set up to paint its text antialiased. |
AList | AList is a JList which can
be set up to paint its item's text antialiased. |
AMenu | AMenu is a JMenu which can
be set up to paint its label text antialiased. |
AMenuItem | AMenuItem is a JMenuItem which can
be set up to paint its label text antialiased. |
APasswordField | APasswordField is a JPasswordField which can
be set up to paint its text antialiased. |
ARadioButton | ARadioButton is a JRadioButton which can
be set up to paint its label text antialiased. |
ARadioButtonMenuItem | ARadioButtonMenuItem is a JRadioButtonMenuItem which can
be set up to paint its label text antialiased. |
ATextArea | ATextArea is a JTextArea which can
be set up to paint its text antialiased. |
ATextField | ATextField is a JTextField which can
be set up to paint its text antialiased. |
ATextPane | ATextPane is a JTextPane which can
be set up to paint its document antialiased. |
AToggleButton | AToggleButton is a JToggleButton which can
be set up to paint its label text antialiased. |
ATree | ATree is a JTree which can
be set up to paint its nodes' text antialiased. |
FolderPanel | A FolderPanel is a RADi-special component:
a panel with a title where one can hide or show the content
by clicking in the title. |
Mover | A Mover is a RADi-special controller component used for
floatable toolbars and panels inside layered panes or desktop panes. |
NonCachingViewport | NonCachingViewport is a JViewport
with disabled view size caching. |
RadiLoader | RadiLoader is the central RADi runtime class. |
RadiPanel | RadiPanel is RADi's implementation of a JPanel . |
RadiSpinner | RadiSpinner is a JSpinner with
some additional properties allowing you to manipulate the
appearance of the editor's text field. |
SelfResizingTable | SelfResizingTable is a table which calculates preferred column widths
as it is first displayed and each time its tableChanged
method gets called (generally after a change in the model). |
Spacer | A Spacer is a RADi-special component you place
inside a tool bar to create space between tool bar components. |
The most important class of this package is RadiLoader
, client code must call one of its static loadObjects
methods.
All other classes are RADi-special components.
|
RADi Runtime Library v1.2.1 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |