A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
AbstractButton — Class in package org.aswing
Defines common behaviors for buttons and menu items.
AbstractButton(text, icon:org.aswing:Icon) — Constructor in class org.aswing.AbstractButton
AbstractCellEditor — Class in package org.aswing
AbstractCellEditor() — Constructor in class org.aswing.AbstractCellEditor
AbstractColorChooserPanel — Class in package org.aswing.colorchooser
AbstractColorChooserPanel() — Constructor in class org.aswing.colorchooser.AbstractColorChooserPanel
AbstractImpulser — Class in package org.aswing.util
Provides common routines for classes implemented Impulse interface.
AbstractImpulser(delay, repeats) — Constructor in class org.aswing.util.AbstractImpulser
Constructs AbstractImpulser.
AbstractLayoutCache — Class in package org.aswing.tree
AbstractListCell — Class in package org.aswing
Abstract list cell.
AbstractListCell() — Constructor in class org.aswing.AbstractListCell
AbstractListModel — Class in package org.aswing
Abstract list model that provide the list model events base.
AbstractListModel() — Constructor in class org.aswing.AbstractListModel
AbstractTabbedPane — Class in package org.aswing
An abstract class for all Container pane class that have title, icon, tip for every sub pane.
AbstractTabbedPane() — Constructor in class org.aswing.AbstractTabbedPane
AbstractTableCell — Class in package org.aswing.table
Abstract table cell.
AbstractTableCell() — Constructor in class org.aswing.table.AbstractTableCell
AbstractTableModel — Class in package org.aswing.table
This abstract class provides default implementations for most of the methods in the TableModel interface.
AbstractTableModel() — Constructor in class org.aswing.table.AbstractTableModel
accelerator — Property in class org.aswing.JMenuItem
__acceleratorAction() — Method in class org.aswing.JMenuItem
act — Event in class org.aswing.AbstractButton
Dispatched when the button's model take action, generally when user click the button or doClick() method is called.
act — Event in class org.aswing.JAdjuster
Dispatched when when user finish a adjusting.
act — Event in class org.aswing.JComboBox
Dispatched when the combobox act, when value set or selection changed.
act — Event in class org.aswing.JTextField
Dispatched when the user input ENTER in the textfield.
ACT — Constant static property in class org.aswing.event.AWEvent
The AWEvent.ACT constant defines the value of the type property of the event object for a act event.
activeBorderColor — Property in class org.aswing.plaf.basic.frame.BasicFrameTitleBarBG
activeColor — Property in class org.aswing.plaf.basic.frame.BasicFrameTitleBarBG
activeTextColor — Property in class org.aswing.JFrameTitleBar
add(o) — Method in class org.aswing.util.HashSet
addActionListener(listener, priority, useWeakReference) — Method in class org.aswing.AbstractButton
Adds a action listener to this button.
addActionListener(listener, priority, useWeakReference) — Method in interface org.aswing.ButtonModel
Adds a listener to listen the Model's act event.
addActionListener(listener, priority, useWeakReference) — Method in interface org.aswing.ComboBoxEditor
Adds a listener to listen the editor event when the edited item changes.
addActionListener(listener, priority, useWeakReference) — Method in class org.aswing.DefaultButtonModel
addActionListener(listener, priority, useWeakReference) — Method in class org.aswing.DefaultComboBoxEditor
addActionListener(listener, priority, useWeakReference) — Method in class org.aswing.JAdjuster
Adds a action listener to this adjuster.
addActionListener(listener, priority, useWeakReference) — Method in class org.aswing.JComboBox
The ActionListener will receive an ActionEvent when a selection has been made.
addActionListener(listener, priority, useWeakReference) — Method in class org.aswing.JTextField
Adds a action listener to this text field.
addActionListener(listener, priority, useWeakReference) — Method in class org.aswing.util.AbstractImpulser
Adds an action listener to the AbstractImpulser instance.
addActionListener(listener, priority, useWeakReference) — Method in interface org.aswing.util.Impulser
Adds an action listener to the Impulser instance.
addAdjustmentListener(listener, priority, useWeakReference) — Method in class org.aswing.JScrollPane
Adds a scrollbar scrolled listener.
addAll(arr) — Method in class org.aswing.util.HashSet
addAsset(asset, width, height, scale, horizontalPosition, verticalPosition) — Method in class org.aswing.MultipleAssetIcon
Add a new asset to asset container.
addButton(button:org.aswing:JButton) — Method in class org.aswing.JOptionPane
addCellEditorListener(l:org.aswing.event:CellEditorListener) — Method in class org.aswing.AbstractCellEditor
addCellEditorListener(l:org.aswing.event:CellEditorListener) — Method in interface org.aswing.CellEditor
Adds a listener to the list that's notified when the editor stops, or cancels editing.
addCellToContainer(cell:org.aswing:ListCell) — Method in class org.aswing.JList
addCellToContainer(cell:org.aswing.ext:GridListCell, index) — Method in class org.aswing.ext.GridList
addChangeListener(func) — Method in interface org.aswing.colorchooser.ColorSelectionModel
addChangeListener(func:Function)

Add a listener to listen the Model's change event.

addChangeListener(func) — Method in class org.aswing.colorchooser.DefaultColorSelectionModel
addChangeListener(func, priority, useWeekReference) — Method in class org.aswing.ext.Folder
Adds listener to listen the expand or collapse state change event.
addChild(dis) — Method in class org.aswing.AWSprite
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child, index) — Method in class org.aswing.AWSprite
addChooserPanel(tabTitle, panel:org.aswing.colorchooser:AbstractColorChooserPanel) — Method in class org.aswing.JColorChooser
Adds a chooser panel to the tabbedPane.
addColorAdjustingListener(func) — Method in interface org.aswing.colorchooser.ColorSelectionModel
addColorAdjustingListener(func:Function)
bject)

Add a listener to listen the color adjusting event.

addColorAdjustingListener(func) — Method in class org.aswing.colorchooser.DefaultColorSelectionModel
addColumn(aColumn:org.aswing.table:TableColumn) — Method in class org.aswing.JTable
Appends aColumn to the end of the array of columns held by this JTable's column model.
addColumn(aColumn:org.aswing.table:TableColumn) — Method in class org.aswing.table.DefaultTableColumnModel
Appends aColumn to the end of the tableColumns array.
addColumn(columnName, columnData) — Method in class org.aswing.table.DefaultTableModel
addColumn(columnName:Object, columnData:Array)
addColumn(columnName:Object)

Adds a column to the model.

addColumn(aColumn:org.aswing.table:TableColumn) — Method in interface org.aswing.table.TableColumnModel
Appends aColumn to the end of the tableColumns array.
addColumnModelListener(x:org.aswing.table:TableColumnModelListener) — Method in class org.aswing.table.DefaultTableColumnModel
addColumnModelListener(x:org.aswing.table:TableColumnModelListener) — Method in interface org.aswing.table.TableColumnModel
Adds a listener for table column model events.
addColumnSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.JTable
Adds the columns from index0 to index1, inclusive, to the current selection.
addColumnSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.JTable
Adds a listener to column selection changed.
addComponentColorSectionBar(com:org.aswing:Component) — Method in class org.aswing.colorchooser.JColorSwatches
Adds a component to this panel's sections bar
addComponentColorSectionBar(com:org.aswing:Component) — Method in interface org.aswing.plaf.ColorSwatchesUI
Adds a component to this panel's sections bar.
addDragAcceptableInitiator(com:org.aswing:Component) — Method in class org.aswing.Component
Adds a component to be the acceptable drag initiator to this component.
addDragListener(lis:org.aswing.dnd:DragListener) — Static method in class org.aswing.dnd.DragManager
Adds a drag listener to listener list.
addExtraControl(c:org.aswing:Component, position) — Method in interface org.aswing.FrameTitleBar
Adds extra control to title bar
addExtraControl(c:org.aswing:Component, position) — Method in class org.aswing.JFrameTitleBar
addHandlersToCell(cellCom:org.aswing:Component) — Method in class org.aswing.JList
addHandlersToCell(cellCom:org.aswing:Component) — Method in class org.aswing.ext.GridList
addInsets(insets:org.aswing:Insets) — Method in class org.aswing.Insets
This insets add specified insets and return itself.
addInvalidComponent(com:org.aswing:Component) — Method in class org.aswing.RepaintManager
Find the Component's validate root parent and regist it need to validate.
addInvalidRootComponent(com:org.aswing:Component) — Method in class org.aswing.RepaintManager
Regists it need to be validated.
addLayoutComponent(comp:org.aswing:Component, constraints) — Method in class org.aswing.BorderLayout
addLayoutComponent(comp:org.aswing:Component, constraints) — Method in class org.aswing.EmptyLayout
Do nothing Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(comp:org.aswing:Component, constraints) — Method in class org.aswing.JList
do nothing
addLayoutComponent(comp:org.aswing:Component, constraints) — Method in class org.aswing.JTable
do nothing
addLayoutComponent(comp:org.aswing:Component, constraints) — Method in interface org.aswing.LayoutManager
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(comp:org.aswing:Component, constraints) — Method in class org.aswing.WindowLayout
addLayoutComponent(comp:org.aswing:Component, constraints) — Method in class org.aswing.ext.Form
addLayoutComponent(comp:org.aswing:Component, constraints) — Method in class org.aswing.ext.FormRow
addListDataListener(l:org.aswing.event:ListDataListener) — Method in class org.aswing.AbstractListModel
addListDataListener(l:org.aswing.event:ListDataListener) — Method in interface org.aswing.ListModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addListSelectionListener(listener) — Method in class org.aswing.DefaultListSelectionModel
addListSelectionListener(listener) — Method in interface org.aswing.ListSelectionModel
Add a listener to the list that's notified each time a change to the selection occurs.
addMapping(node:org.aswing.tree:FHTreeStateNode) — Method in class org.aswing.tree.FixedHeightLayoutCache
Adds a mapping for node.
addMenu(menu:org.aswing:JMenu) — Method in class org.aswing.JMenuBar
Adds a menu to the menu bar.
addMenuItem(s) — Method in class org.aswing.JMenu
Creates a new menu item with the specified text and appends it to the end of this menu.
addMenuItem(s) — Method in class org.aswing.JPopupMenu
Creates a new menu item with the specified text and appends it to the end of this menu.
addPropertyChangeListener(listener, priority, useWeakReference) — Method in class org.aswing.table.TableColumn
Adds a property change listener.
addPropertyChangeListener(listener, priority, useWeakReference) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(listener, priority, useWeakReference) — Method in interface org.aswing.tree.TreeSelectionModel
Adds a PropertyChangeListener to the listener list.
addRepaintComponent(com:org.aswing:Component) — Method in class org.aswing.RepaintManager
Regist A Component need to repaint.
addRow(... rest) — Method in class org.aswing.ext.Form
Adds a FormRow with columns children.
addRow(rowData) — Method in class org.aswing.table.DefaultTableModel
Adds a row to the end of the model.
addRowSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.JTable
Adds the rows from index0 to index1, inclusive, to the current selection.
addSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.DefaultListSelectionModel
addSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.JList
addSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.JTree
Adds the paths between index0 and index1, inclusive, to the selection.
addSelectionInterval(index0, index1, programmatic) — Method in interface org.aswing.ListSelectionModel
Change the selection to be the set union of the current selection and the indices between index0 and index1 inclusive.
addSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.AbstractButton
Add a listener to listen the button's selection change event.
addSelectionListener(listener, priority, useWeakReference) — Method in interface org.aswing.ButtonModel
Add a listener to listen the Model's selection change event.
addSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.DefaultButtonModel
addSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.JComboBox
Add a listener to listen the combobox's selection change event.
addSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.JList
Adds a listener to list selection changed.
addSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.JTable
Adds a listener to row selection changed.
addSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.JTree
Adds a listener for tree selection events.
addSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.MenuSelectionManager
Adds a listener to listen the menu seletion change event.
addSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.ext.GridList
addSelectionPath(path:org.aswing.tree:TreePath, programmatic) — Method in class org.aswing.JTree
Adds the node identified by the specified TreePath to the current selection.
addSelectionPath(path:org.aswing.tree:TreePath, programmatic) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Adds path to the current selection.
addSelectionPath(path:org.aswing.tree:TreePath, programmatic) — Method in interface org.aswing.tree.TreeSelectionModel
Adds path to the current selection.
addSelectionPaths(paths, programmatic) — Method in class org.aswing.JTree
Adds each path in the array of paths to the current selection.
addSelectionPaths(paths, programmatic) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Adds paths(TreePath[]) to the current selection.
addSelectionPaths(pPaths, programmatic) — Method in class org.aswing.tree.EmptySelectionModel
A null implementation that adds nothing.
addSelectionPaths(paths, programmatic) — Method in interface org.aswing.tree.TreeSelectionModel
Adds paths(TreePath[]) to the current selection.
addSelectionRow(row, programmatic) — Method in class org.aswing.JTree
Adds the path at the specified row to the current selection.
addSelectionRows(rows, programmatic) — Method in class org.aswing.JTree
Adds the paths at each of the specified rows to the current selection.
addSeparator() — Method in class org.aswing.ext.Form
Appends a JSeparator and return it.
addSpacer(height) — Method in class org.aswing.ext.Form
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.AbstractButton
Adds a listener to listen the button's state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.AbstractTabbedPane
Adds a listener to listen the tab selection change event.
addStateListener(listener, priority, useWeakReference) — Method in interface org.aswing.BoundedRangeModel
Adds a listener to listen the Model's state change event.
addStateListener(listener, priority, useWeakReference) — Method in interface org.aswing.ButtonModel
Adds a listener to listen the Model's state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.DefaultBoundedRangeModel
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.DefaultButtonModel
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.DefaultSingleSelectionModel
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.JAdjuster
Adds a listener to listen the adjuster's state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.JList
Add a listener to listen the viewpoat state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.JScrollBar
Adds a listener to listen the scrollBar's state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.JSlider
Adds a listener to listen the slider's state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.JTable
Add a listener to listen the viewpoat state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.JTextArea
Add a listener to listen the viewpoat state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.JTree
Add a listener to listen the viewpoat state change event.
addStateListener(listener, priority, useWeakReference) — Method in class org.aswing.JViewport
Add a listener to listen the viewpoat state change event.
addStateListener(listener, priority, useWeakReference) — Method in interface org.aswing.SingleSelectionModel
Adds a listener to listen the Model's state change event.
addStateListener(listener, priority, useWeakReference) — Method in interface org.aswing.Viewportable
Add a listener to listen the viewpoat state change event.
addTableModelListener(l:org.aswing.event:TableModelListener) — Method in class org.aswing.table.AbstractTableModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addTableModelListener(l:org.aswing.event:TableModelListener) — Method in interface org.aswing.table.TableModel
Adds a listener to the list that is notified each time a change to the data model occurs.
addToGroup(group:org.aswing:ButtonGroup) — Method in class org.aswing.ext.Folder
Adds this folder to a group, to achieve one time there just can be one or less folder are expanded.
addTreeModelListener(l:org.aswing.event:TreeModelListener) — Method in class org.aswing.tree.DefaultTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeModelListener(l:org.aswing.event:TreeModelListener) — Method in interface org.aswing.tree.TreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeSelectionListener(listener, priority, useWeakReference) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Adds x to the list of listeners that are notified each time the set of selected TreePaths changes.
addTreeSelectionListener(listener, priority, useWeakReference) — Method in interface org.aswing.tree.TreeSelectionModel
Adds x to the list of listeners that are notified each time the set of selected TreePaths changes.
AdjusterUI — Interface in package org.aswing.plaf
Pluginable ui for JAdjuster.
adjustRowBy(amount, startIndex) — Method in class org.aswing.tree.FHTreeStateNode
adjustRowBy(amount:int, startIndex:int)
Adjusts this node, its child, and its parent starting at an index of index index is the index of the child to start adjusting from, which is not necessarily the model index.
adjustRowCountBy(changeAmount) — Method in class org.aswing.tree.FixedHeightLayoutCache
Adjust the large row count of the AbstractTreeUI the receiver was created with.
AFTER_LAST_LINE — Constant static property in class org.aswing.BorderLayout
AFTER_LINE_ENDS — Constant static property in class org.aswing.BorderLayout
align — Property in class org.aswing.FlowLayout
align is the property that determines how each row distributes empty space.
ALL_COLUMNS — Constant static property in class org.aswing.event.TableModelEvent
Specifies all columns in a row or rows.
alpha — Property in class org.aswing.ASColor
ANCHOR_SELECTION_PATH_PROPERTY — Constant static property in class org.aswing.JTree
Bound property name for anchor selection path.
append(com:org.aswing:Component, constraints) — Method in class org.aswing.AbstractTabbedPane
Adds a component to the tabbedpane.
append(b:org.aswing:AbstractButton) — Method in class org.aswing.ButtonGroup
Adds the button to the group.
append(com:org.aswing:Component, constraints) — Method in class org.aswing.Container
On Component just can add to one Container.
append(c:org.aswing:Component) — Method in class org.aswing.JMenu
Adds a component(generally JMenuItem or JSeparator) to this menu.
append(com:org.aswing:Component, constraints) — Method in class org.aswing.JScrollPane
Sets the com to be the view.
append(com:org.aswing:Component, constraints) — Method in class org.aswing.JViewport
In fact just call setView(com) in this method
append(obj, index) — Method in class org.aswing.VectorListModel
append(c:org.aswing:Component, constraints) — Method in class org.aswing.ext.Folder
append(newChild:org.aswing.tree:MutableTreeNode) — Method in class org.aswing.tree.DefaultMutableTreeNode
Removes newChild from its parent and makes it a child of this node by adding it to the end of this node's child array.
append(data, index) — Method in class org.aswing.util.LinkedList
append(element, index) — Method in interface org.aswing.util.List
Inserts the specified element at the specified position in this list.
append(obj, index) — Method in class org.aswing.util.Vector
Append the object to the Vector
appendAll(... rest) — Method in class org.aswing.ButtonGroup
Appends all buttons into this group.
appendAll(... rest) — Method in class org.aswing.Container
Adds one or more component to the container with null constraints
appendAll(arr, index) — Method in class org.aswing.VectorListModel
Append all the elements of a array(arr) to the specified position of the vector.
appendAll(arr, index) — Method in class org.aswing.util.LinkedList
appendAll(arr, index) — Method in interface org.aswing.util.List
Inserts all the elements in a array at the specified position in this list.
appendAll(arr, index) — Method in class org.aswing.util.Vector
appendByReplace(newText) — Method in class org.aswing.JTextComponent
Append text implemented by replaceText to avoid the appendText() method bug(the bug will make the text not be append at the end of the text, some times it appends to a middle position).
appendChildren(arr) — Method in class org.aswing.ext.FormRow
appendList(list:org.aswing.util:List, index) — Method in class org.aswing.VectorListModel
appendList(list:org.aswing.util:List, index) — Method in class org.aswing.util.LinkedList
appendList(list:org.aswing.util:List, index) — Method in interface org.aswing.util.List
Inserts all the elements in a list at the specified position in this list.
appendList(list:org.aswing.util:List, index) — Method in class org.aswing.util.Vector
appendTab(com:org.aswing:Component, title, icon:org.aswing:Icon, tip) — Method in class org.aswing.AbstractTabbedPane
Adds a component and tip represented by a title and/or icon, either of which can be null.
appendText(newText) — Method in class org.aswing.AWTextField
Appends new text and fire InteractiveEvent.TEXT_CHANGED event.
appendText(newText) — Method in class org.aswing.JTextComponent
apply(textField, beginIndex, endIndex) — Method in class org.aswing.ASFont
Applys the font to the specified text field.
apply(textField) — Method in class org.aswing.ASFontAdvProperties
Applys the properties to the specified text field.
apply(textField, beginIndex, endIndex) — Method in class org.aswing.EmptyFont
Do nothing here.
applyBoundsToText(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.JTextComponent
applyMaskAsset() — Method in class org.aswing.AssetPane
applyTextColor(text, color:org.aswing:ASColor) — Static method in class org.aswing.AsWingUtils
applyTextFont(text, font:org.aswing:ASFont) — Static method in class org.aswing.AsWingUtils
applyTextFontAndColor(text, font:org.aswing:ASFont, color:org.aswing:ASColor) — Static method in class org.aswing.AsWingUtils
Apply the font and color to the textfield.
applyTextFormat(text, textFormat) — Static method in class org.aswing.AsWingUtils
armed — Property in class org.aswing.DefaultButtonModel
ArrayUtils — Class in package org.aswing.util
Utils functions about Array.
Arrow — Class in package org.aswing.table.sorter
Arrow(descending, size) — Constructor in class org.aswing.table.sorter.Arrow
ASCENDING — Static property in class org.aswing.table.sorter.TableSorter
ASColor — Class in package org.aswing
ASColor object to set color and alpha for a movieclip.
ASColor(rgb, alpha) — Constructor in class org.aswing.ASColor
Create a ASColor
ASColorUIResource — Class in package org.aswing.plaf
Color UI Resource.
ASColorUIResource(color, alpha) — Constructor in class org.aswing.plaf.ASColorUIResource
ASFont — Class in package org.aswing
Font that specified the font name, size, style and whether or not embed.
ASFont(name, size, bold, italic, underline, embedFontsOrAdvancedPros) — Constructor in class org.aswing.ASFont
Create a font.
ASFontAdvProperties — Class in package org.aswing
The advanced properties for font.
ASFontAdvProperties(embedFonts, antiAliasType, gridFitType, sharpness, thickness) — Constructor in class org.aswing.ASFontAdvProperties
ASFontUIResource — Class in package org.aswing.plaf
Font UI Resource.
ASFontUIResource(name, size, bold, italic, underline, embedFontsOrAdvancedPros) — Constructor in class org.aswing.plaf.ASFontUIResource
asksAllowsChildren() — Method in class org.aswing.tree.DefaultTreeModel
Tells how leaf nodes are determined.
asset — Property in class org.aswing.AssetBackground
asset — Property in class org.aswing.AssetIcon
asset — Property in class org.aswing.AssetPane
AssetBackground — Class in package org.aswing
A background with specified asset display object.
AssetBackground(asset) — Constructor in class org.aswing.AssetBackground
assetContainer — Property in class org.aswing.AssetIcon
assetContainer — Property in class org.aswing.AssetPane
AssetIcon — Class in package org.aswing
Abstract class for A icon with a decorative displayObject.
AssetIcon(asset, width, height, scale) — Constructor in class org.aswing.AssetIcon
Creates a AssetIcon with a path to load external content.
assetMask — Property in class org.aswing.AssetPane
AssetPane — Class in package org.aswing
Abstract class for A container with a decorative asset.
AssetPane(asset, prefferSizeStrategy) — Constructor in class org.aswing.AssetPane
AssetPane(path:String, prefferSizeStrategy:int)
AssetPane(path:String) prefferSizeStrategy default to PREFER_SIZE_BOTH
AssetPane() path default to null,prefferSizeStrategy default to PREFER_SIZE_IMAGE

Creates a AssetPane with a path to load external content.

AsWingConstants — Class in package org.aswing
A collection of constants generally used for positioning and orienting components on the screen.
AsWingManager — Class in package org.aswing
The main manager for AsWing framework.
AsWingManagerNotInited — Class in package org.aswing.error
The error indicated that the operation you are doing shuold be after AsWingManager.setRoot(a root).
AsWingManagerNotInited() — Constructor in class org.aswing.error.AsWingManagerNotInited
AsWingUtils — Class in package org.aswing
A collection of utility methods for AsWing.
attached — Event in class org.aswing.JAttachPane
Dispatched when when the symbol was attached.
ATTACHED — Constant static property in class org.aswing.event.AttachEvent
The AttachEvent.ATTACHED constant defines the value of the type property of the event object for a attached event.
AttachEvent — Class in package org.aswing.event
The event for JAttachPane.
AttachEvent(type) — Constructor in class org.aswing.event.AttachEvent
AttachIcon — Class in package org.aswing
Attach a displayObject from library with the linkage name to be a icon.
AttachIcon(assetClassName, applicationDomain, width, height, scale) — Constructor in class org.aswing.AttachIcon
Attach a mc from library to be a icon.
If speciaficed the width and height, the mc will be scale to be this size if scale setted true.
AUTO_INCREMENT — Constant static property in class org.aswing.JList
The default unit/block increment, it means auto count a value.
AUTO_INCREMENT — Constant static property in class org.aswing.JTable
The default unit/block increment, it means auto count a value.
AUTO_INCREMENT — Constant static property in class org.aswing.JTextArea
The default unit/block increment, it means auto count a value.
AUTO_INCREMENT — Constant static property in class org.aswing.JTree
The default unit/block increment, it means auto count a value.
AUTO_INCREMENT — Constant static property in class org.aswing.JViewport
The default unit/block increment, it means auto count a value.
AUTO_RESIZE_ALL_COLUMNS — Constant static property in class org.aswing.JTable
During all resize operations, proportionately resize all columns.
AUTO_RESIZE_LAST_COLUMN — Constant static property in class org.aswing.JTable
During all resize operations, apply adjustments to the last column only.
AUTO_RESIZE_NEXT_COLUMN — Constant static property in class org.aswing.JTable
When a column is adjusted in the UI, adjust the next column the opposite way.
AUTO_RESIZE_OFF — Constant static property in class org.aswing.JTable
Do not adjust column widths automatically; use a scrollbar.
AUTO_RESIZE_SUBSEQUENT_COLUMNS — Constant static property in class org.aswing.JTable
During UI adjustment, change subsequent columns to preserve the total width; this is the default behavior.
autoScroll — Property in class org.aswing.ext.GridList
AWEvent — Class in package org.aswing.event
The Event class is used as the base class for the AsWing Component events.
AWEvent(type, bubbles, cancelable) — Constructor in class org.aswing.event.AWEvent
Create an AWEvent.
AWSprite — Class in package org.aswing
AsWing component based Sprite.
AWSprite(clipMasked) — Constructor in class org.aswing.AWSprite
AWTextField — Class in package org.aswing
TextField with more events support for AsWing text component use.
AWTextField() — Constructor in class org.aswing.AWTextField
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z