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  
FHTreeStateNode — Class in package org.aswing.tree
FHTreeStateNode is used to track what has been expanded.
FHTreeStateNode(layoutCache:org.aswing.tree:FixedHeightLayoutCache, userObject, childIndex, row) — Constructor in class org.aswing.tree.FHTreeStateNode
fillCircle(brush:org.aswing.graphics:IBrush, centerX, centerY, radius) — Method in class org.aswing.graphics.Graphics2D
Fills a circle.
fillCircleRing(brush:org.aswing.graphics:IBrush, centerX, centerY, radius1, radius2) — Method in class org.aswing.graphics.Graphics2D
Fills a circle ring.
fillCircleRingWithThickness(brush:org.aswing.graphics:IBrush, centerX, centerY, radius, thickness) — Method in class org.aswing.graphics.Graphics2D
Fills a circle ring with a specified thickness.
fillEllipse(brush:org.aswing.graphics:IBrush, x, y, width, height) — Method in class org.aswing.graphics.Graphics2D
Fills a rectange.
fillEllipseRing(brush:org.aswing.graphics:IBrush, centerX, centerY, width1, height1, width2, height2) — Method in class org.aswing.graphics.Graphics2D
Fill a ellipse ring.
fillEllipseRingWithThickness(brush:org.aswing.graphics:IBrush, x, y, width, height, thickness) — Method in class org.aswing.graphics.Graphics2D
Fill a ellipse ring with specified thickness.
fillPolygon(brush:org.aswing.graphics:IBrush, points) — Method in class org.aswing.graphics.Graphics2D
Fills a polygon.(close figure automaticlly)
Start with the points[0] and end of the points[0] as a closed path.
fillPolygonRing(brush:org.aswing.graphics:IBrush, points1, points2) — Method in class org.aswing.graphics.Graphics2D
Fills a polygon ring.
fillPolyline(b:org.aswing.graphics:IBrush, points) — Method in class org.aswing.graphics.Graphics2D
Fills a polygon.(not close figure automaticlly)
Start with the points[0] and end with the points[points.length-1] as a closed path.
fillRectangle(brush:org.aswing.graphics:IBrush, x, y, width, height) — Method in class org.aswing.graphics.Graphics2D
Fills a rectange.
fillRectangleRing(brush:org.aswing.graphics:IBrush, centerX, centerY, width1, height1, width2, height2) — Method in class org.aswing.graphics.Graphics2D
Fills a rectange ring.
fillRectangleRingWithThickness(brush:org.aswing.graphics:IBrush, x, y, width, height, thickness) — Method in class org.aswing.graphics.Graphics2D
Fills a rectange ring with a specified thickness.
fillRoundRect(brush:org.aswing.graphics:IBrush, x, y, width, height, radius, topRightRadius, bottomLeftRadius, bottomRightRadius) — Method in class org.aswing.graphics.Graphics2D
Fills a round rectangle.
fillRoundRectRing(brush:org.aswing.graphics:IBrush, centerX, centerY, width1, height1, radius1, width2, height2, radius2) — Method in class org.aswing.graphics.Graphics2D
Fill a round rect ring.
fillRoundRectRingWithThickness(brush:org.aswing.graphics:IBrush, x, y, width, height, radius, thickness, innerRadius) — Method in class org.aswing.graphics.Graphics2D
Fill a round rect ring with specified thickness.
filters — Property in class org.aswing.AWSprite
findColumn(columnName) — Method in class org.aswing.table.AbstractTableModel
Returns a column given its name.
finishResize(strategy:org.aswing.resizer:ResizeStrategy) — Method in class org.aswing.resizer.DefaultResizer
fireActionEvent() — Method in class org.aswing.DefaultButtonModel
fireColorAdjusting(color:org.aswing:ASColor) — Method in interface org.aswing.colorchooser.ColorSelectionModel
Fires a event to indicate a color is adjusting, for example: durring swatched rollover or mixer modification.
fireColorAdjusting(color:org.aswing:ASColor) — Method in class org.aswing.colorchooser.DefaultColorSelectionModel
fireContentsChanged(target, index0, index1, removedItems) — Method in class org.aswing.AbstractListModel
fireEditingCanceled() — Method in class org.aswing.AbstractCellEditor
fireEditingStopped() — Method in class org.aswing.AbstractCellEditor
fireFocusKeyDownEvent(e) — Method in class org.aswing.Component
fireFocusKeyUpEvent(e) — Method in class org.aswing.Component
fireIntervalAdded(target, index0, index1) — Method in class org.aswing.AbstractListModel
fireIntervalRemoved(target, index0, index1, removedItems) — Method in class org.aswing.AbstractListModel
fireKeyAction(keySequence) — Method in class org.aswing.KeyMap
Fires a key action with key sequence.
fireListSelectionEvent(firstIndex, lastIndex, programmatic) — Method in class org.aswing.DefaultListSelectionModel
firePropertyChange(pn, oldValue, newValue) — Method in class org.aswing.JTree
firePropertyChange(name, oldValue, newValue) — Method in class org.aswing.tree.DefaultTreeSelectionModel
firePropertyChangeIfReallyChanged(propertyName, oldValue, newValue) — Method in class org.aswing.table.TableColumn
fireScrollChangeEvent(programmatic) — Method in class org.aswing.AWTextField
fireSelectionChanged() — Method in class org.aswing.DefaultButtonModel
fireSelectionChanged(programmatic) — Method in class org.aswing.MenuSelectionManager
fireStateChanged(programmatic) — Method in class org.aswing.DefaultBoundedRangeModel
fireStateChanged() — Method in class org.aswing.DefaultButtonModel
fireStateChanged(programmatic) — Method in class org.aswing.JFrame
fireStateChanged(programmatic) — Method in class org.aswing.JList
fireStateChanged(programmatic) — Method in class org.aswing.JTable
fireStateChanged(programmatic) — Method in class org.aswing.JTextArea
fireStateChanged(programmatic) — Method in class org.aswing.JTree
fireStateChanged(programmatic) — Method in class org.aswing.JViewport
fireTableCellUpdated(row, column) — Method in class org.aswing.table.AbstractTableModel
Notifies all listeners that the value of the cell at [row, column] has been updated.
fireTableChanged(e:org.aswing.event:TableModelEvent) — Method in class org.aswing.table.AbstractTableModel
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableDataChanged() — Method in class org.aswing.table.AbstractTableModel
Notifies all listeners that all cell values in the table's rows may have changed.
fireTableRowsDeleted(firstRow, lastRow) — Method in class org.aswing.table.AbstractTableModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been deleted.
fireTableRowsInserted(firstRow, lastRow) — Method in class org.aswing.table.AbstractTableModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been inserted.
fireTableRowsUpdated(firstRow, lastRow) — Method in class org.aswing.table.AbstractTableModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been updated.
fireTableStructureChanged() — Method in class org.aswing.table.AbstractTableModel
Notifies all listeners that the table's structure has changed.
fireTextChangeEvent(programmatic) — Method in class org.aswing.AWTextField
fireTreeCollapsed(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree
Notifies all listeners that have registered interest for notification on this event type.
fireTreeExpanded(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree
Notifies all listeners that have registered interest for notification on this event type.
fireTreeWillCollapse(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree
Notifies all listeners that have registered interest for notification on this event type.
fireTreeWillExpand(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree
Notifies all listeners that have registered interest for notification on this event type.
fireValueChanged(e:org.aswing.event:TreeSelectionEvent) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Notifies all listeners that are registered for tree selection events on this object.
first() — Method in class org.aswing.VectorListModel
first() — Method in class org.aswing.util.LinkedList
first() — Method in interface org.aswing.util.List
Returns the first element in the list.
first() — Method in class org.aswing.util.Vector
FixedHeightLayoutCache — Class in package org.aswing.tree
FixedHeightLayoutCache() — Constructor in class org.aswing.tree.FixedHeightLayoutCache
flashModalFrame() — Method in interface org.aswing.plaf.FrameUI
Flash the modal frame.
flowCenterHold(gap, ... rest) — Method in class org.aswing.ext.Form
FlowLayout — Class in package org.aswing
A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
FlowLayout(align, hgap, vgap, margin) — Constructor in class org.aswing.FlowLayout

Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.

flowLeftHold(gap, ... rest) — Method in class org.aswing.ext.Form
flowRightHold(gap, ... rest) — Method in class org.aswing.ext.Form
FlowWrapLayout — Class in package org.aswing
FlowWrapLayout wrap layout is extended FlowLayout, the only different is that it has a prefer width, the prefer width means that when count the preffered size, it assume to let chilren arrange to a line when one reach the prefer width, then wrap next to next line.
FlowWrapLayout(preferWidth, align, hgap, vgap, margin) — Constructor in class org.aswing.FlowWrapLayout

Creates a new flow wrap layout manager with the indicated prefer width, alignment and the indicated horizontal and vertical gaps.

focusAtThisWindow() — Method in class org.aswing.JWindow
Request focus to this window's default focus component or last focused component when last deactived.
focusGained — Event in class org.aswing.Component
Dispatched when the component gained the focus from it is not the focus owner
FOCUS_GAINED — Constant static property in class org.aswing.event.AWEvent
The AWEvent.FOCUS_GAINED constant defines the value of the type property of the event object for a focusGained event.
focusKeyDown — Event in class org.aswing.Component
Dispatched when the key down and the component is the focus owner.
FOCUS_KEY_DOWN — Constant static property in class org.aswing.event.FocusKeyEvent
The FocusKeyEvent.FOCUS_KEY_DOWN constant defines the value of the type property of the event object for a focusKeyDown event.
FocusKeyEvent — Class in package org.aswing.event
FocusKeyEvent(type, charCode, keyCode, keyLocation, ctrlKey, altKey, shiftKey) — Constructor in class org.aswing.event.FocusKeyEvent
focusKeyUp — Event in class org.aswing.Component
Dispatched when the key up and the component is the focus owner.
FOCUS_KEY_UP — Constant static property in class org.aswing.event.FocusKeyEvent
The FocusKeyEvent.FOCUS_KEY_UP constant defines the value of the type property of the event object for a focusKeyUp event.
focusLost — Event in class org.aswing.Component
Dispatched when the component lost the focus from it was the focus owner.
FOCUS_LOST — Constant static property in class org.aswing.event.AWEvent
The AWEvent.FOCUS_LOST constant defines the value of the type property of the event object for a focusLost event.
FocusManager — Class in package org.aswing
FocusManager manages all the when a component should receive focus, i.e if it can.
FocusManager(theStage) — Constructor in class org.aswing.FocusManager
focusNext() — Method in class org.aswing.FocusManager
Focuses the Component after the current focus owner.
focusNextOfComponent(aComponent:org.aswing:Component) — Method in class org.aswing.FocusManager
Focuses the Component after aComponent, typically based on a FocusTraversalPolicy.
focusPrevious() — Method in class org.aswing.FocusManager
Focuses the Component before the current focus owner.
focusPreviousOfComponent(aComponent:org.aswing:Component) — Method in class org.aswing.FocusManager
Focuses the Component before aComponent, typically based on a FocusTraversalPolicy.
FocusTraversalPolicy — Interface in package org.aswing
A FocusTraversalPolicy defines the order in which Components with a particular focus cycle root are traversed in a Container.
Folder — Class in package org.aswing.ext
A panel with a title bar, click the title bar can collapse or expand the panel content.
Folder(title, titlePosition, gap) — Constructor in class org.aswing.ext.Folder
Folder(title:String, titlePosition:Number, gap:Number)
Folder(title:String, titlePosition:Number) default gap to 4
Folder(title:String) default titlePosition to TOP
Folder() default title to ""
FONT — Constant static property in class org.aswing.plaf.EmptyUIResources
The default empty value for font.
FONT_PROPERTY — Constant static property in class org.aswing.JTree
Bound property name for font property
forceStop() — Method in class org.aswing.dnd.DirectlyRemoveMotion
forceStop() — Method in interface org.aswing.dnd.DropMotion
A new drag is started, so the last motion should be stopped if it is still running.
forceStop() — Method in class org.aswing.dnd.RejectedMotion
Form — Class in package org.aswing.ext
Form is a vertical list of FormRows.
Form() — Constructor in class org.aswing.ext.Form
FormRow — Class in package org.aswing.ext
FormRow is a row in the Form.
A row include column children, each child sit a row, null child make a column blank, also a child can sit a continuous serveral columns.
For the 3 case, they are:

  • [ --child1-- ][ --child2-- ][ --child3-- ]
    3 children sit 3 columns, one by one:
    setColumnChildren(child1, child2, child3);
  • [ ---------- ][ --child1-- ][ --child2-- ]
    First blank, and then 2 children sit 2 columns:
    setColumnChildren(null, child1, child2);
  • [ ----------child1-------- ][ --child2-- ]
    child1 sit first two column2, child2 sit last column:
    setColumnChildren(child1, child1, child2);

Use setColumnChildren and setColumnChild to set the columns instead of append/remove method of Container.

FormRow(... rest) — Constructor in class org.aswing.ext.FormRow
Create a form row with specified column children.
frame — Property in class org.aswing.JFrameTitleBar
frameAbilityChanged — Event in class org.aswing.JFrame
Dispatched When the frame's ability changed.
FRAME_ABILITY_CHANGED — Constant static property in class org.aswing.event.FrameEvent
The FrameEvent.FRAME_ABILITY_CHANGED constant defines the value of the type property of the event object for a frameAbilityChanged event.
frameClosing — Event in class org.aswing.JFrame
Dispatched when the frame is closing by user.
FRAME_CLOSING — Constant static property in class org.aswing.event.FrameEvent
The FrameEvent.FRAME_CLOSING constant defines the value of the type property of the event object for a frameClosing event.
FrameEvent — Class in package org.aswing.event
Event for JFrame.
FrameEvent(type, programmatic) — Constructor in class org.aswing.event.FrameEvent
frameIconified — Event in class org.aswing.JFrame
Dispatched when the frame be iconified.
FRAME_ICONIFIED — Constant static property in class org.aswing.event.FrameEvent
The FrameEvent.FRAME_ICONIFIED constant defines the value of the type property of the event object for a frameIconified event.
frameMaximized — Event in class org.aswing.JFrame
Dispatched when the frame be maximized.
FRAME_MAXIMIZED — Constant static property in class org.aswing.event.FrameEvent
The FrameEvent.WINDOW_DEACTIVATED constant defines the value of the type property of the event object for a frameMaximized event.
frameRestored — Event in class org.aswing.JFrame
Dispatched when the frame be restored.
FRAME_RESTORED — Constant static property in class org.aswing.event.FrameEvent
The FrameEvent.FRAME_RESTORED constant defines the value of the type property of the event object for a frameRestored event.
FrameTitleBar — Interface in package org.aswing
FrameTitleBarLayout — Class in package org.aswing
FrameTitleBarLayout(minWidth, height) — Constructor in class org.aswing.FrameTitleBarLayout
FrameUI — Interface in package org.aswing.plaf
Pluginable ui for JFrame.
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