Class SummaryAbstractButton |
|
AbstractListModel |
|
ASColor |
ASColor object to set color and alpha for a movieclip |
ASFont |
ASFont
|
ASTextExtent |
|
ASTextFormat |
unHandled TextFormat Properties :
TextFormat.leading
TextFormat.tabStops
TextFormat.target
TextFormat.url
|
ASWingConstants |
A collection of constants generally used for positioning and orienting
components on the screen |
ASWingUtils | |
BorderLayout |
A border layout lays out a container, arranging and resizing
its components to fit in five regions:
north, south, east, west, and center |
Box |
|
BoxLayout |
A layout manager that allows multiple components to be laid out either vertically or
horizontally |
ButtonGroup |
|
Component |
The super class for all UIs.
|
ComponentDecorator |
ComponentDecorator, manage a decorator for a component |
Container |
Container can contain many component to be his child, all children are in its bounds,
and it moved, all children moved |
DecorateIcon |
DecorateIcon let you can make Decorator Patten Icon.
|
DefaultBoundedRangeModel |
|
DefaultButtonModel |
The default implementation of a Button component's data model |
DefaultComboBoxEditor |
Default to use a JTextField to be the editor |
DefaultListCell |
|
DefaultListCellFactory |
|
ElementCreater |
The creater use to create UI elements like movieclips, textfield.. |
EmptyLayout |
LayoutManager's empty implementation |
Event | |
EventDispatcher |
|
FloorPane |
Abstract class for A container with a decorative floor movieclip.
|
FlowLayout |
A flow layout arranges components in a left-to-right flow, much
like lines of text in a paragraph |
FocusManager |
FocusManager manages all the when a component should receive focus,i.e if it
can |
GeneralListCellFactory |
GeneralListCellFactory let you can just specified a ListCell implemented class
and other params to create a ListCellFactory
|
GrayFilteredIcon |
GrayFilteredIcon use to filter a icon to be gray |
GridBagConstraints |
The GridBagConstraints class specifies constraints
for components that are laid out using the
GridBagLayout class |
GridBagLayout |
|
GridLayout |
|
Insets |
An Insets object is a representation of the borders of a container |
JAccordion |
|
JAttachPane |
JAttachPane, a container attach flash symbol in library to be its floor |
JButton |
|
JCheckBox |
An implementation of a check box -- an item that can be selected or
deselected, and which displays its state to the user |
JComboBox |
A component that combines a button or editable field and a drop-down list |
JFrame |
|
JLabel |
|
JList |
A component that allows the user to select one or more objects from a
list |
JLoadPane |
JLoadPane, a container load a external image/animation to be its floor |
JOptionPane |
JOptionPane makes it easy to pop up a standard dialog box that prompts users
for a value or informs them of something.
|
JPanel |
|
JPieChart | |
JProgressBar |
|
JRadioButton |
An implementation of a radio button -- an item that can be selected or
deselected, and which displays its state to the user |
JScrollBar |
|
JScrollPane |
|
JSeparator |
JSeparator provides a general purpose component for
implementing divider lines - most commonly used as a divider
between menu items that breaks them up into logical groupings |
JTextArea |
A JTextArea is a multi-line area that displays text.
|
JTextComponent |
JTextComponent is the base class for text components |
JTextField |
JTextField is a component that allows the editing of a single line of text |
JToggleButton |
An implementation of a two-state button |
JToolBar |
JToolBar provides a component that is useful for
displaying commonly used Action s or controls.
|
JToolTip |
|
JViewport |
|
JWindow |
JWindow is a Container, but you should not add component to JWindow directly,
you should add component like this:
jwindow.getContentPane().append(child);
|
LoadIcon |
LoadIcon allow you load extenal image/animation to be the icon content |
LookAndFeel |
Reserved for look and feel implementation |
MCIcon |
Attach a mc from library with the linkage name to be a icon |
MCPanel |
A Container base on a existing movieclip.
|
RepaintManager |
RepaintManager use to manager the component's painting.
|
ScrollPaneLayout |
The layout manager used by JScrollPane .
JScrollPaneLayout is
responsible for three components: a viewportable's pane, two scrollbars.
|
SoftBox |
|
SoftBoxLayout |
SoftBoxLayout layout the components to a list as same width/height but their preffered height/width |
ToggleButtonModel |
The ToggleButton model
|
UIDefaults |
A table of defaults for Swing components |
UIManager |
This class keeps track of the current look and feel and its defaults.
|
VectorListModel |
|
ViewportLayout |
The default layout manager for JViewport .
ViewportLayout defines
a policy for layout that should be useful for most applications |
WindowLayout |
Layout for JWindow and JFrame |