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  
sameHeight — Property in class org.aswing.DefaultListTextCellFactory
saturation — Property in class org.aswing.ASColor
scale — Property in class org.aswing.AssetIcon
SCALE_CUSTOM — Constant static property in class org.aswing.AssetPane
Custom scaling of the image.
SCALE_FIT_HEIGHT — Constant static property in class org.aswing.AssetPane
Proportional scale mode to fit pane's height.
SCALE_FIT_PANE — Constant static property in class org.aswing.AssetPane
Proportional scale mode to fit pane.
SCALE_FIT_WIDTH — Constant static property in class org.aswing.AssetPane
Proportional image scale mode to fit pane's width.
SCALE_NONE — Constant static property in class org.aswing.AssetPane
Image scale mode is disabled.
SCALE_STRETCH_PANE — Constant static property in class org.aswing.AssetPane
Stretch content to fill whole pane.
SCROLLBAR_ALWAYS — Constant static property in class org.aswing.JScrollPane
scrollbar are always displayed.
SCROLLBAR_AS_NEEDED — Constant static property in class org.aswing.JScrollPane
scrollbar are displayed only when needed.
SCROLLBAR_NEVER — Constant static property in class org.aswing.JScrollPane
scrollbar are never displayed.
scrollbarStateChanged — Event in class org.aswing.JScrollPane
Dispatched when one of the scrollpane's scrollbar state changed.
SCROLLBAR_STATE_CHANGED — Constant static property in class org.aswing.event.ScrollPaneEvent
The ScrollPaneEvent.SCROLLBAR_STATE_CHANGED constant defines the value of the type property of the event object for a scrollbarStateChanged event.
scrollChanged — Event in class org.aswing.AWTextField
Dispatched when the scroll changed, programmatic change or user change, for example text scrolled by user use mouse wheel or by set the scrollH/scrollV properties of TextField.
SCROLL_CHANGED — Constant static property in class org.aswing.event.InteractiveEvent
The InteractiveEvent.SCROLL_CHANGED constant defines the value of the type property of the event object for a scrollChanged event.
scrollH — Property in class org.aswing.AWTextField
scrollHorizontal(delta) — Method in class org.aswing.JViewport
Scrolls view horizontal with delta pixels.
ScrollPaneEvent — Class in package org.aswing.event
The event for JScrollPane.
ScrollPaneEvent(type, programmatic, scrollbar:org.aswing:JScrollBar, viewportChanged) — Constructor in class org.aswing.event.ScrollPaneEvent
ScrollPaneLayout — Class in package org.aswing
The layout manager used by JScrollPane.
ScrollPaneLayout(style) — Constructor in class org.aswing.ScrollPaneLayout
scrollPathToVisible(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree
Makes sure all the path components in path are expanded (except for the last path component) and scrolls so that the node identified by the path is displayed.
scrollRectToVisible(contentRect:org.aswing.geom:IntRectangle, programmatic) — Method in class org.aswing.JList
scrollRectToVisible(contentRect:org.aswing.geom:IntRectangle, programmatic) — Method in class org.aswing.JTable
scrollRectToVisible(contentRect:org.aswing.geom:IntRectangle, programmatic) — Method in class org.aswing.JTextArea
scrollRectToVisible(contentRect:org.aswing.geom:IntRectangle, programmatic) — Method in class org.aswing.JTree
scrollRectToVisible(contentRect:org.aswing.geom:IntRectangle, programmatic) — Method in class org.aswing.JViewport
scrollRectToVisible(contentRect:org.aswing.geom:IntRectangle, programmatic) — Method in interface org.aswing.Viewportable
Scrolls the view so that IntRectangle within the view becomes visible.
scrollRowToVisible(row) — Method in class org.aswing.JTree
Scrolls the item identified by row until it is displayed.
SCROLLS_ON_EXPAND_PROPERTY — Constant static property in class org.aswing.JTree
Bound property name for scrollsOnExpand.
scrollToBottomLeft() — Method in class org.aswing.JList
Scrolls to view bottom left content.
scrollToBottomLeft() — Method in class org.aswing.JTextArea
Scrolls to view bottom left content.
scrollToBottomLeft() — Method in class org.aswing.JViewport
Scrolls to view bottom left content.
scrollToBottomRight() — Method in class org.aswing.JList
Scrolls to view bottom right content.
scrollToBottomRight() — Method in class org.aswing.JTextArea
Scrolls to view bottom right content.
scrollToBottomRight() — Method in class org.aswing.JViewport
Scrolls to view bottom right content.
scrollToTopLeft() — Method in class org.aswing.JList
Scrolls to view top left content.
scrollToTopLeft() — Method in class org.aswing.JTextArea
Scrolls to view top left content.
scrollToTopLeft() — Method in class org.aswing.JViewport
Scrolls to view top left content.
scrollToTopRight() — Method in class org.aswing.JList
Scrolls to view to right content.
scrollToTopRight() — Method in class org.aswing.JTextArea
Scrolls to view to right content.
scrollToTopRight() — Method in class org.aswing.JViewport
Scrolls to view to right content.
scrollToView(value) — Method in class org.aswing.ext.GridList
scrollToViewIndex(index) — Method in class org.aswing.ext.GridList
scrollV — Property in class org.aswing.AWTextField
scrollVertical(delta) — Method in class org.aswing.JViewport
Scrolls view vertical with delta pixels.
search(o) — Method in class org.aswing.util.Stack
Returns the 1-based position where an object is on this stack.
SearchInfo — Class in package org.aswing.tree
SearchInfo(layoutCatch:org.aswing.tree:AbstractLayoutCache) — Constructor in class org.aswing.tree.SearchInfo
selectable — Property in class org.aswing.ext.GridList
SelectablePoorTextCell — Class in package org.aswing.table
Texts in this cell is selectable.
SelectablePoorTextCell() — Constructor in class org.aswing.table.SelectablePoorTextCell
selectAll() — Method in interface org.aswing.ComboBoxEditor
Ask the editor to start editing and to select everything in the editor.
selectAll() — Method in class org.aswing.DefaultComboBoxEditor
selectAll(programmatic) — Method in class org.aswing.JList
Selects all elements in the list.
selectAll(programmatic) — Method in class org.aswing.JTable
Selects all rows, columns, and cells in the table.
selectAll() — Method in class org.aswing.JTextComponent
selected — Property in class org.aswing.DefaultButtonModel
selection — Property in class org.aswing.MenuSelectionManager
selectionChanged — Event in class org.aswing.AbstractButton
Dispatched when the button's selection changed.
selectionChanged — Event in class org.aswing.JComboBox
Dispatched when the combobox's selection changed.
selectionChanged — Event in class org.aswing.MenuSelectionManager
Dispatched when the menu selection changed.
SELECTION_CHANGED — Constant static property in class org.aswing.event.InteractiveEvent
The InteractiveEvent.SELECTION_CHANGED constant defines the value of the type property of the event object for a selectionChanged event.
SelectionEvent — Class in package org.aswing.event
The event for list selection change.
SelectionEvent(type, firstIndex, lastIndex, programmatic) — Constructor in class org.aswing.event.SelectionEvent
selectionModel — Property in class org.aswing.JPopupMenu
selectionModel — Property in class org.aswing.ext.GridList
SELECTION_MODEL_PROPERTY — Constant static property in class org.aswing.JTree
Bound property name for selectionModel.
SELECTION_MODE_PROPERTY — Constant static property in class org.aswing.tree.DefaultTreeSelectionModel
Property name for selectionMode.
setAccelerator(acc:org.aswing:KeyType) — Method in class org.aswing.JMenuItem
Sets the key combination which invokes the menu item's action listeners without navigating the menu hierarchy.
setActivable(b) — Method in class org.aswing.JWindow
Sets whether or not this window will be set to active when user interactive the UI.
setActive(b) — Method in class org.aswing.JWindow
Sets the window to be actived or unactived.
setActiveWindow(newActiveWindow:org.aswing:JWindow) — Method in class org.aswing.FocusManager
Sets the active Window.
setAlign(align) — Method in class org.aswing.SoftBox
Sets new align for the default SoftBoxLayout.
setAlign(align) — Method in class org.aswing.SoftBoxLayout
Sets new align.
setAlign(align) — Method in class org.aswing.border.SimpleTitledBorder
setAlign(align) — Method in class org.aswing.border.TitledBorder
Sets the align of title text.
setAlign(align) — Method in class org.aswing.colorchooser.VerticalLayout
Sets new align.
setAlignment(align) — Method in class org.aswing.FlowLayout
Sets the alignment for this layout.
setAlignmentX(ax) — Method in class org.aswing.Component
setAlignmentY(ay) — Method in class org.aswing.Component
setAllCellEditable(editable) — Method in class org.aswing.table.DefaultTableModel
Sets all cells editable or not.
setAllowsChildren(allows) — Method in class org.aswing.tree.DefaultMutableTreeNode
Determines whether or not this node is allowed to have children.
setAlpha(alpha) — Method in class org.aswing.Component
Indicates the alpha transparency value of the component.
setAlphas(alphas) — Method in class org.aswing.graphics.GradientBrush
Pay attention that the value in the array should be between 0-1.
setAlphas(alphas) — Method in class org.aswing.graphics.GradientPen
setAlphaSectionVisible(b) — Method in class org.aswing.colorchooser.AbstractColorChooserPanel
Sets whether showing the alpha editing section.
setAlwaysUseTimer(b, delay) — Method in class org.aswing.RepaintManager
Sets whether or not always use timer to trigger the repaint progress.
setAnchorSelectionIndex(index) — Method in class org.aswing.DefaultListSelectionModel
setAnchorSelectionIndex(index) — Method in interface org.aswing.ListSelectionModel
Set the anchor selection index.
setAnchorSelectionPath(newPath:org.aswing.tree:TreePath) — Method in class org.aswing.JTree
Sets the path identified as the anchor.
setApplicationDomain(ad) — Method in class org.aswing.JAttachPane
Sets the applicationDomain.
setArmed(b) — Method in interface org.aswing.ButtonModel
Marks the button as "armed".
setArmed(b) — Method in class org.aswing.DefaultButtonModel
setArrowRotation(r) — Method in class org.aswing.resizer.DefaultResizer
setAsksAllowsChildren(newValue) — Method in class org.aswing.tree.DefaultTreeModel
Sets whether or not to test leafness by asking getAllowsChildren() or isLeaf() to the TreeNodes.
setAsset(asset) — Method in class org.aswing.AssetPane
set the asset of the pane This method will cause old asset to be removed and new asset to be added.
setAsset(asset) — Method in class org.aswing.JLoadPane
setAssetClassName(assetClassName) — Method in class org.aswing.JAttachPane
Sets the class name of the asset.
setAssetClassNameAndLoader(assetClassName, loader) — Method in class org.aswing.JAttachPane
Sets the path to attach displayObject from library of loader.
setAssetOriginalSize(size:org.aswing.geom:IntDimension) — Method in class org.aswing.AssetPane
setAssetVisible(b) — Method in class org.aswing.AssetPane
Sets the visible of the assets.
setAutoCreateColumnsFromModel(autoCreateColumnsFromModel) — Method in class org.aswing.JTable
Sets this table's autoCreateColumnsFromModel flag.
setAutoResizeMode(mode) — Method in class org.aswing.JTable
Sets the table's auto resize mode when the table is resized.
setAutoScroll(b) — Method in class org.aswing.ext.GridList
Auto scroll to view selection?
setAwmlID(id) — Method in class org.aswing.Component
Sets ID used to identify components created from AWML.
setAwmlIndex(index) — Method in class org.aswing.Component
Sets ID used to identify components created from AWML.
setAwmlNamespace(theNamespace) — Method in class org.aswing.Component
Sets namespace used to identify components created from AWML.
setAxis(axis) — Method in class org.aswing.Box
Sets new axis for the default BoxLayout.
setAxis(axis) — Method in class org.aswing.BoxLayout
Sets new axis.
setAxis(axis) — Method in class org.aswing.SoftBox
Sets new axis for the default SoftBoxLayout.
setAxis(axis) — Method in class org.aswing.SoftBoxLayout
Sets new axis.
setBackground(c:org.aswing:ASColor) — Method in class org.aswing.Component
Sets the background color of this component.
setBackground(c:org.aswing:ASColor) — Method in class org.aswing.JComboBox
Apply a new background to combobox and its editor and its popup list.
setBackgroundChild(child) — Method in class org.aswing.AWSprite
Sets the child to be the component background, it will be add to the bottom of all other children.
setBackgroundDecorator(bg:org.aswing:GroundDecorator) — Method in class org.aswing.Component
Sets a decorator to be the component background, it will represent the component background with a DisplayObject.
setBeveled(b) — Method in class org.aswing.border.CaveBorder
setBeveled(b) — Method in class org.aswing.border.TitledBorder
setBevelType(bevelType) — Method in class org.aswing.border.BevelBorder
Sets new type of the bevel border.
setBitmapData(bitmapData) — Method in class org.aswing.graphics.BitmapBrush
setBlockIncrement(blockIncrement) — Method in class org.aswing.JScrollBar
Sets the block increment.
setBorder(b:org.aswing:Border) — Method in class org.aswing.Component
Sets the border for the component, null to remove border.
setBottom(v) — Method in class org.aswing.border.EmptyBorder
setBottomComponent(comp:org.aswing:Component) — Method in class org.aswing.JSplitPane
Sets the component below, or to the right of the divider.
setBounds(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.Component
This method will call setComBounds()
setCachePreferSizes(b) — Method in class org.aswing.Component
Sets whether or not turn on the preferred size, minimum size and max size cache.
setCaps(caps) — Method in class org.aswing.graphics.Pen
setCellEditor(anEditor:org.aswing.table:TableCellEditor) — Method in class org.aswing.JTable
setCellEditor(cellEditor:org.aswing.tree:TreeCellEditor) — Method in class org.aswing.JTree
Sets the cell editor.
setCellEditor(cellEditor:org.aswing.table:TableCellEditor) — Method in class org.aswing.table.TableColumn
setCellEditorValue(value) — Method in class org.aswing.AbstractCellEditor
Sets the value of this cell.
setCellEditorValue(value) — Method in class org.aswing.DefaultCheckBoxCellEditor
Sets the value of this cell.
setCellEditorValue(value) — Method in class org.aswing.DefaultComboBoxCellEditor
Sets the value of this cell.
setCellEditorValue(value) — Method in class org.aswing.DefaultTextFieldCellEditor
Sets the value of this cell.
setCellFactory(newFactory:org.aswing:ListCellFactory) — Method in class org.aswing.JList
This will cause all cells recreating by new factory.
setCellFactory(x:org.aswing.tree:TreeCellFactory) — Method in class org.aswing.JTree
Sets the TreeCellFactory that will be used to draw each cell.
setCellFactory(cellRenderer:org.aswing.table:TableCellFactory) — Method in class org.aswing.table.TableColumn
setCellHeight(h) — Method in class org.aswing.DefaultListTextCellFactory
Sets the height for all cells
setCellHeight(h) — Method in class org.aswing.GeneralListCellFactory
Sets the height for all cells
setCellSelectionEnabled(cellSelectionEnabled) — Method in class org.aswing.JTable
Sets whether this table allows both a column selection and a row selection to exist simultaneously.
setCellValue(value) — Method in class org.aswing.AbstractListCell
setCellValue(value) — Method in interface org.aswing.Cell
Sets the value of this cell.
setCellValue(value) — Method in class org.aswing.DefaultListCell
setCellValue(value) — Method in class org.aswing.ext.DefaultGridCell
setCellValue(value) — Method in class org.aswing.table.AbstractTableCell
setCellValue(value) — Method in class org.aswing.table.DefaultTextCell
setCellValue(value) — Method in class org.aswing.table.PoorTextCell
setCellValue(value) — Method in class org.aswing.tree.DefaultTreeCell
setChildIndex(child, index) — Method in class org.aswing.AWSprite
setClickCountToStart(count) — Method in class org.aswing.AbstractCellEditor
Specifies the number of clicks needed to start editing.
setClipBounds(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.Component
Sets the clip bounds, a rectangle mask to make specified bounds visible.
setClipMasked(m) — Method in class org.aswing.AWSprite
Sets whether the component clip should be masked by its bounds.
setClipMaskRect(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.AWSprite
setClipSize(size:org.aswing.geom:IntDimension) — Method in class org.aswing.Component
Sets the clip size, a rectangle mask to make specified bounds visible.
setClosable(b) — Method in class org.aswing.JFrame
Sets whether this frame can be closed by the user.
setCloseButton(b:org.aswing:AbstractButton) — Method in interface org.aswing.FrameTitleBar
setCloseButton(b:org.aswing:AbstractButton) — Method in class org.aswing.JFrameTitleBar
setCloseButtonVisible(b) — Method in class org.aswing.JFrameTitleBar
setCloseEnabledAt(index, enabled) — Method in class org.aswing.JClosableTabbedPane
Sets whether or not the tab close button at index is enabled.
setColor(color:org.aswing:ASColor) — Method in class org.aswing.border.LineBorder
setColor(color:org.aswing:ASColor) — Method in class org.aswing.border.SideLineBorder
setColor(color:org.aswing:ASColor) — Method in class org.aswing.border.SimpleTitledBorder
setColor(color:org.aswing:ASColor) — Method in class org.aswing.border.TitledBorder
setColor(color:org.aswing:ASColor) — Method in class org.aswing.colorchooser.ColorRectIcon
setColor(c:org.aswing:ASColor) — Method in class org.aswing.colorchooser.PreviewColorIcon
setColor(color:org.aswing:ASColor) — Method in class org.aswing.graphics.Pen
setColor(color:org.aswing:ASColor) — Method in class org.aswing.graphics.SolidBrush
Sets the color
setColors(cs) — Method in class org.aswing.graphics.GradientBrush
setColors(cs) — Method in class org.aswing.graphics.GradientPen
setColsRows(cols, rows) — Method in class org.aswing.ext.GridList
setColumnChild(column, child:org.aswing:Component) — Method in class org.aswing.ext.FormRow
Sets the specified column position child.
setColumnChildren(columnChildren) — Method in class org.aswing.ext.FormRow
Sets the column children.
setColumnChildrenIndecis(indices) — Method in class org.aswing.ext.FormRow
This is used for GuiBuilder.
setColumnClass(columnIndex, className) — Method in class org.aswing.table.AbstractTableModel
Sets class name regardless of columnIndex.
setColumnComparator(columnClass, comparator) — Method in class org.aswing.table.sorter.TableSorter
Sets a comparator the specified columnClass.
setColumnCount(columnCount) — Method in class org.aswing.table.DefaultTableModel
Sets the number of columns in the model.
setColumnEditable(column, editable) — Method in class org.aswing.table.DefaultTableModel
Sets spcecifed column editable or not.
setColumnMargin(newMargin) — Method in class org.aswing.table.DefaultTableColumnModel
Sets the column margin to newMargin.
setColumnMargin(newMargin) — Method in interface org.aswing.table.TableColumnModel
Sets the TableColumn's column margin to newMargin.
setColumnModel(columnModel:org.aswing.table:TableColumnModel) — Method in class org.aswing.JTable
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnModel(columnModel:org.aswing.table:TableColumnModel) — Method in class org.aswing.table.JTableHeader
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnNames(columnNames) — Method in class org.aswing.table.DefaultTableModel
Replaces the column names in the model.
setColumns(cols) — Method in class org.aswing.GridLayout
Sets the number of columns in this layout.
setColumns(columns) — Method in class org.aswing.JAdjuster
Sets the number of columns for the input text.
setColumns(columns) — Method in class org.aswing.JTextArea
Sets the number of columns in this JTextArea, if it changed then call parent to do layout.
setColumns(columns) — Method in class org.aswing.JTextField
Sets the number of columns in this JTextField, if it changed then call parent to do layout.
setColumns(cols) — Method in class org.aswing.ext.GridListLayout
setColumnSelectionAllowed(columnSelectionAllowed) — Method in class org.aswing.JTable
Sets whether the columns in this model can be selected.
setColumnSelectionAllowed(flag) — Method in class org.aswing.table.DefaultTableColumnModel
Sets whether column selection is allowed.
setColumnSelectionAllowed(flag) — Method in interface org.aswing.table.TableColumnModel
Sets whether the columns in this model may be selected.
setColumnSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.JTable
Selects the columns from index0 to index1, inclusive.
setColumnSortable(column, sortable) — Method in class org.aswing.table.sorter.TableSorter
Sets specified column sortable, default is true.
setColumnVerticalAlignment(column, alignment) — Method in class org.aswing.ext.FormRow
Sets the vertical alignment of a row.
setColumnWidthes(widthes) — Method in class org.aswing.ext.FormRow
Sets the width of all columns.
setComBounds(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.Component
Moves and resizes this component.
setComBounds(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.table.DefaultTextCell
Simpler this method to speed up performance
setComBounds(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.table.PoorTextCell
setComBounds(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.tree.DefaultTreeCell
Simpler this method to speed up performance
setComBoundsXYWH(x, y, w, h) — Method in class org.aswing.Component
Moves and resizes this component.
setCondenseWhite(b) — Method in class org.aswing.JTextComponent
setConstraints(constraints) — Method in class org.aswing.Component
Sets component's constraints.
setContentPane(cp:org.aswing:Container) — Method in class org.aswing.JWindow
Sets the window's content pane.
setContentPane(p:org.aswing:Component) — Method in class org.aswing.ext.Folder
Sets the content pane
setContinuousLayout(newContinuousLayout) — Method in class org.aswing.JSplitPane
Sets the value of the continuousLayout property, which must be true for the child components to be continuously redisplayed and laid out during user intervention.
setCSS(css) — Method in class org.aswing.JTextComponent
setCurrentColor(c:org.aswing:ASColor) — Method in class org.aswing.colorchooser.PreviewColorIcon
setCursor(trigger, cursor) — Method in class org.aswing.CursorManager
Sets the cursor when mouse on the specified trigger.
setCursorContainerRoot(theRoot) — Method in class org.aswing.CursorManager
Sets the container to hold the cursors(in fact it will hold the cursor's parent--a sprite).
setCustomScale(scale) — Method in class org.aswing.AssetPane
Sets new custom scale value in percents.
setData(dataArray) — Method in class org.aswing.table.DefaultTableModel
Replaces the current dataArray instance variable with the new Vector of rows, dataArray.
setData(_data) — Method in class org.aswing.util.ListNode
setDataNames(dataArray, columnNames) — Method in class org.aswing.table.DefaultTableModel
Replaces the current dataArray instance variable with the new Vector of rows, dataArray.
setDefaultButton(button:org.aswing:JButton) — Method in class org.aswing.JRootPane
setDefaultCellFactory(columnClass, renderer:org.aswing.table:TableCellFactory) — Method in class org.aswing.JTable
Sets a default cell factory to be used if no renderer has been set in a TableColumn.
setDefaultCloseOperation(operation) — Method in class org.aswing.JFrame
Sets the operation that will happen by default when the user initiates a "close" on this frame.
setDefaultConstraints(constraints) — Method in class org.aswing.BorderLayout
setDefaultEditor(columnClass, editor:org.aswing.table:TableCellEditor) — Method in class org.aswing.JTable
Sets a default cell editor to be used if no editor has been set in a TableColumn.
setDefaultFocusTraversalPolicy(newDefaultPolicy:org.aswing:FocusTraversalPolicy) — Method in class org.aswing.FocusManager
Sets the default FocusTraversalPolicy.
setDefaultManager(m:org.aswing:MenuSelectionManager) — Static method in class org.aswing.MenuSelectionManager
Replaces the default manager by yours.
setDefaultMaxChars(n) — Static method in class org.aswing.JTextArea
Sets the maxChars property for default value when JTextArea be created.
setDefaultMaxChars(n) — Static method in class org.aswing.JTextField
Sets the maxChars property for default value when JTextFeild be created.
setDefaultMnemonicModifier(keyCodes) — Static method in class org.aswing.KeyboardManager
setDefaultRenderer(defaultRenderer:org.aswing.table:TableCellFactory) — Method in class org.aswing.table.JTableHeader
Sets the default renderer to be used when no headerRenderer is defined by a TableColumn.
setDefaultResizerClass(cl) — Static method in class org.aswing.resizer.ResizerController
Sets the default resizer class.
setDefaultsOwner(owner:org.aswing.plaf:ComponentUI) — Method in interface org.aswing.plaf.DefaultsDecorator
Sets the defaults properties owner.
setDefaultsOwner(owner:org.aswing.plaf:ComponentUI) — Method in class org.aswing.plaf.DefaultsDecoratorBase
setDefaultTextFormat(dtf) — Method in class org.aswing.JTextComponent
Sets the default textFormat to the text.
setDefaultToolTipContainerRoot(theRoot) — Static method in class org.aswing.JToolTip
Sets the default container to hold tool tips.
setDefaultTraversalEnabled(b) — Static method in class org.aswing.FocusManager
The default to disables or enables the traversal by keys pressing.
setDelay(d) — Method in class org.aswing.JMenu
Sets the suggested delay before the menu's PopupMenu is popped up or down.
setDelay(delay) — Method in class org.aswing.util.AbstractImpulser
Sets the AbstractImpulser's delay between fired events.
setDelay(delay) — Method in interface org.aswing.util.Impulser
Sets the Impulser's delay between fired events.
setDisabledIcon(disabledIcon:org.aswing:Icon) — Method in class org.aswing.AbstractButton
Sets the disabled icon for the button.
setDisabledIcon(disabledIcon:org.aswing:Icon) — Method in class org.aswing.JLabel
Sets the disabled icon for the label.
setDisabledSelectedIcon(disabledSelectedIcon:org.aswing:Icon) — Method in class org.aswing.AbstractButton
Sets the disabled selection icon for the button.
setDisplayAsPassword(b) — Method in class org.aswing.JTextComponent
setDividerLocation(location, programmatic) — Method in class org.aswing.JSplitPane
Sets the location of the divider.
setDividerSize(newSize) — Method in class org.aswing.JSplitPane
Sets the divider's size, this size is width when the orientation is horizontal it is height when the orientation is vertical.
setDragable(b) — Method in class org.aswing.JFrame
Sets whether this frame can be dragged by the user.
setDragAcceptableInitiatorAppraiser(func) — Method in class org.aswing.Component
Sets a function to judge whether a component is acceptable drag initiator.
setDragDirectly(b) — Method in class org.aswing.JFrame
Indicate whether need move frame directly when drag the frame.
setDragDirectlySet(b) — Method in class org.aswing.JFrame
Sets is dragDirectly property is set by user.
setDragEnabled(b) — Method in class org.aswing.Component
Sets whether this component can fire ON_DRAG_RECOGNIZED event.
setDragingImageContainerRoot(theRoot) — Static method in class org.aswing.dnd.DragManager
Sets the container to hold the draging image(in fact it will hold the image's parent--a sprite).
setDropMotion(motion:org.aswing.dnd:DropMotion) — Static method in class org.aswing.dnd.DragManager
Sets the motion of drag movie clip when a drop acted.
setDropTrigger(b) — Method in class org.aswing.Component
Sets whether this component can trigger dragging component to fire drag events when dragging over to this component.
setEdge(edge) — Method in class org.aswing.border.TitledBorder
setEditable(b) — Method in interface org.aswing.ComboBoxEditor
Sets whether the editor is editable now.
setEditable(b) — Method in class org.aswing.DefaultComboBoxEditor
setEditable(b) — Method in class org.aswing.JAdjuster
Sets whether the adjuster is editable to adjust, both the input text and pop-up slider.
setEditable(b) — Method in class org.aswing.JComboBox
Determines whether the JComboBox field is editable.
setEditable(b) — Method in class org.aswing.JTextComponent
setEditable(flag) — Method in class org.aswing.JTree
Determines whether the tree is editable.
setEditingColumn(aColumn) — Method in class org.aswing.JTable
setEditingRow(aRow) — Method in class org.aswing.JTable
setEditor(anEditor:org.aswing:ComboBoxEditor) — Method in class org.aswing.JComboBox
Sets the editor used to paint and edit the selected item in the JComboBox field.
setElementAt(index, element) — Method in class org.aswing.util.Vector
setEnabled(b) — Method in class org.aswing.AbstractButton
Enabled (or disabled) the button.
setEnabled(b) — Method in interface org.aswing.ButtonModel
Enables or disables the button.
setEnabled(b) — Method in class org.aswing.Component
Enable or disable the component.
setEnabled(b) — Method in class org.aswing.DefaultButtonModel
setEnabled(b) — Method in interface org.aswing.EditableComponent
Sets the whether or not the component is editable.
setEnabled(b) — Method in class org.aswing.JComboBox
Enables the combo box so that items can be selected.
setEnabled(b) — Method in class org.aswing.JList
Enables the list so that items can be selected.
setEnabled(b) — Method in class org.aswing.JPopup
Sets the mouse enabled of the popup.
setEnabled(b) — Method in class org.aswing.JScrollBar
setEnabled(b) — Method in class org.aswing.JSlider
Enables the list so that items can be selected.
setEnabled(b) — Method in class org.aswing.JSplitPane
setEnabled(b) — Method in class org.aswing.JTextComponent
setEnabled(b) — Method in class org.aswing.KeyboardManager
setEnabled(b) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setEnabled(e) — Method in class org.aswing.resizer.DefaultResizer
setEnabled(b) — Method in interface org.aswing.resizer.Resizer
Sets the resizer to enabled or not.
setEnabledAt(index, enabled) — Method in class org.aswing.AbstractTabbedPane
Sets whether or not the tab at index is enabled.
setExpanded(b) — Method in class org.aswing.ext.Folder
Sets whether to expand the folder or not.
setExpandedState(path:org.aswing.tree:TreePath, state) — Method in class org.aswing.JTree
Sets the expanded state of this JTree.
setExpandedState(path:org.aswing.tree:TreePath, isExpanded) — Method in class org.aswing.tree.AbstractLayoutCache
Marks the path path expanded state to isExpanded.
setExpandedState(path:org.aswing.tree:TreePath, isExpanded) — Method in class org.aswing.tree.FixedHeightLayoutCache
Marks the path path expanded state to isExpanded.
setExpandsSelectedPaths(newValue) — Method in class org.aswing.JTree
Configures the expandsSelectedPaths property.
setExtent(newExtent) — Method in interface org.aswing.BoundedRangeModel
Sets the model's extent.
setExtent(n) — Method in class org.aswing.DefaultBoundedRangeModel
setExtent(extent) — Method in class org.aswing.JAdjuster
Sets the size of the range "covered" by the knob.
setExtent(extent) — Method in class org.aswing.JSlider
Sets the size of the range "covered" by the knob.
setFillType(t) — Method in class org.aswing.graphics.GradientBrush
setFillType(t) — Method in class org.aswing.graphics.GradientPen
setFirstVisibleIndex(index) — Method in class org.aswing.JList
scroll the list to view the specified index as first visible.
setFixedCellWidth(width) — Method in class org.aswing.JTree
Sets the width of every cell in the list.
setFocalPointRatio(focalPointRatio) — Method in class org.aswing.graphics.GradientPen
setFocusable(b) — Method in class org.aswing.Component
Sets the focusable state of this Component to the specified value.
setFocusableSet(b) — Method in class org.aswing.Component
Indicate that the focusable property is set by user or not.
setFocusOwner(newFocusOwner:org.aswing:Component) — Method in class org.aswing.FocusManager
Sets the focus owner.
setFocusTraversalPolicy(ftp:org.aswing:FocusTraversalPolicy) — Method in class org.aswing.Container
Sets the focus traversal policy to this container, or sets null to make this container use its parent's focus traversal policy.
setFont(newFont:org.aswing:ASFont) — Method in class org.aswing.Component
Sets the text font for this component.
this method will cause a repaint and revalidate method call.
setFont(newFont:org.aswing:ASFont) — Method in class org.aswing.JComboBox
Apply a new font to combobox and its editor and its popup list.
setFont(f:org.aswing:ASFont) — Method in class org.aswing.JTextComponent
Sets the font to the text component.
setFont(f:org.aswing:ASFont) — Method in class org.aswing.JTree
setFont(font:org.aswing:ASFont) — Method in class org.aswing.border.SimpleTitledBorder
setFont(font:org.aswing:ASFont) — Method in class org.aswing.border.TitledBorder
setFont(f:org.aswing:ASFont) — Method in class org.aswing.ext.Folder
Sets the folder font, title font will keep same to this
setFont(font:org.aswing:ASFont) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setFontValidated(b) — Method in class org.aswing.Component
Sets whether the new font are applied and taked effect.
setForeground(c:org.aswing:ASColor) — Method in class org.aswing.Component
Sets the foreground color of this component.
setForeground(c:org.aswing:ASColor) — Method in class org.aswing.JComboBox
Apply a new foreground to combobox and its editor and its popup list.
setForeground(c:org.aswing:ASColor) — Method in class org.aswing.JTextComponent
setForeground(color:org.aswing:ASColor) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setForegroundChild(child) — Method in class org.aswing.AWSprite
Sets the child to be the component foreground, it will be add to the top of all other children.
setForegroundDecorator(fg:org.aswing:GroundDecorator) — Method in class org.aswing.Component
Sets a decorator to be the component foreground, it will represent the component foreground with a DisplayObject on top of other children of this component.
setFrame(frame:org.aswing:JWindow) — Method in interface org.aswing.FrameTitleBar
Sets the owner of this title bar.
setFrame(f:org.aswing:JWindow) — Method in class org.aswing.JFrameTitleBar
setGap(gap) — Method in class org.aswing.Box
Sets new gap for the default BoxLayout.
setGap(gap) — Method in class org.aswing.BoxLayout
Sets new gap.
setGap(gap) — Method in class org.aswing.JToolBar
Sets the gap.
setGap(gap) — Method in class org.aswing.SoftBox
Sets new gap for the default SoftBoxLayout.
setGap(gap) — Method in class org.aswing.SoftBoxLayout
Sets new gap.
setGap(gap) — Method in class org.aswing.colorchooser.VerticalLayout
Sets new gap.
setGap(gap) — Method in class org.aswing.ext.FormRow
setGapFromEdge(insets:org.aswing:Insets) — Method in class org.aswing.MultipleAssetIcon
Set value for a blank space from each one side of asset.
setGlobalLocation(gp:org.aswing.geom:IntPoint) — Method in class org.aswing.Component
Set the component's location in global coordinate.
setGlobalLocationXY(x, y) — Method in class org.aswing.Component
Set the component's location in global coordinate.
setGridColor(gridColor:org.aswing:ASColor) — Method in class org.aswing.JTable
Sets the color used to draw grid lines to gridColor and redisplays.
setGridListCellStatus(gridList:org.aswing.ext:GridList, selected, index) — Method in class org.aswing.ext.DefaultGridCell
setGridListCellStatus(gridList:org.aswing.ext:GridList, selected, index) — Method in interface org.aswing.ext.GridListCell
Sets the table cell status
setGroup(group:org.aswing:ButtonGroup) — Method in interface org.aswing.ButtonModel
Identifies the group this button belongs to -- needed for radio buttons, which are mutually exclusive within their group.
setGroup(group:org.aswing:ButtonGroup) — Method in class org.aswing.DefaultButtonModel
setHeaderCellFactory(headerRenderer:org.aswing.table:TableCellFactory) — Method in class org.aswing.table.TableColumn
setHeaderValue(headerValue) — Method in class org.aswing.table.TableColumn
setHeight(height) — Method in class org.aswing.AssetIcon
setHeight(height) — Method in class org.aswing.Component
Sets the component's height.
setHexSectionVisible(b) — Method in class org.aswing.colorchooser.AbstractColorChooserPanel
Sets whether showing the hex editing section.
setHgap(hgap) — Method in class org.aswing.BorderLayout
Set horizontal gap
setHgap(hgap) — Method in class org.aswing.FlowLayout
Sets the horizontal gap between components.
setHgap(hgap) — Method in class org.aswing.GridLayout
Sets the horizontal gap between components to the specified value.
setHgap(hgap) — Method in class org.aswing.ext.GridListLayout
setHGap(gap) — Method in class org.aswing.ext.Form
setHGap(g) — Method in class org.aswing.ext.GridList
setHighlightInnerColor(color:org.aswing:ASColor) — Method in class org.aswing.border.BevelBorder
Sets new inner highlight color of the bevel border.
setHighlightOuterColor(color:org.aswing:ASColor) — Method in class org.aswing.border.BevelBorder
Sets new outer highlight color of the bevel border.
setHolderLayout(layout:org.aswing.ext:GridListLayout) — Method in class org.aswing.ext.GridList
setHorizontalAlignment(alignment) — Method in class org.aswing.AbstractButton
Sets the horizontal alignment of the icon and text.
setHorizontalAlignment(alignment) — Method in class org.aswing.AbstractTabbedPane
Sets the horizontal alignment of the icon and text.
setHorizontalAlignment(alignment) — Method in class org.aswing.AssetPane
Sets the horizontal alignment of the image/animation.
setHorizontalAlignment(alignment) — Method in class org.aswing.JLabel
Sets the horizontal alignment of the icon and text.
setHorizontalAlignment(alignment) — Method in class org.aswing.JViewport
Sets the horizontal alignment of the view if the view is narrower than extent width.
setHorizontalAlignment(alignment) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setHorizontalBlockIncrement(increment) — Method in class org.aswing.JList
setHorizontalBlockIncrement(increment) — Method in class org.aswing.JTable
setHorizontalBlockIncrement(increment) — Method in class org.aswing.JTextArea
Sets the block value for the Horizontal scrolling.
setHorizontalBlockIncrement(increment) — Method in class org.aswing.JTree
setHorizontalBlockIncrement(increment) — Method in class org.aswing.JViewport
Sets the block value for the Horizontal scrolling.
setHorizontalBlockIncrement(increment) — Method in interface org.aswing.Viewportable
Sets the block value for the Horizontal scrolling.
setHorizontalScrollBar(horizontalScrollBar:org.aswing:JScrollBar) — Method in class org.aswing.JScrollPane
Adds the scrollbar that controls the viewport's horizontal view position to the scrollpane.
setHorizontalScrollBarPolicy(policy) — Method in class org.aswing.JScrollPane
setHorizontalTextPosition(textPosition) — Method in class org.aswing.AbstractButton
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(textPosition) — Method in class org.aswing.AbstractTabbedPane
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(textPosition) — Method in class org.aswing.JLabel
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(textPosition) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setHorizontalUnitIncrement(increment) — Method in class org.aswing.JList
setHorizontalUnitIncrement(increment) — Method in class org.aswing.JTable
setHorizontalUnitIncrement(increment) — Method in class org.aswing.JTextArea
Sets the unit value for the Horizontal scrolling.
setHorizontalUnitIncrement(increment) — Method in class org.aswing.JTree
setHorizontalUnitIncrement(increment) — Method in class org.aswing.JViewport
Sets the unit value for the Horizontal scrolling.
setHorizontalUnitIncrement(increment) — Method in interface org.aswing.Viewportable
Sets the unit value for the Horizontal scrolling.
setHtmlText(ht) — Method in class org.aswing.JTextComponent
setIcon(defaultIcon:org.aswing:Icon) — Method in class org.aswing.AbstractButton
Sets the default icon for the button.
setIcon(i:org.aswing:Icon) — Method in interface org.aswing.FrameTitleBar
setIcon(ico:org.aswing:Icon) — Method in class org.aswing.JFrame
Sets the icon to be displayed in the title bar for this frame.
setIcon(i:org.aswing:Icon) — Method in class org.aswing.JFrameTitleBar
setIcon(icon:org.aswing:Icon) — Method in class org.aswing.JLabel
setIconAt(i, icon:org.aswing:Icon) — Method in class org.aswing.AbstractTabbedPane
Sets the icon at index to tab icon which can be null.
setIconifiedButton(b:org.aswing:AbstractButton) — Method in interface org.aswing.FrameTitleBar
setIconifiedButton(b:org.aswing:AbstractButton) — Method in class org.aswing.JFrameTitleBar
setIconifiedButtonVisible(b) — Method in class org.aswing.JFrameTitleBar
setIconTextGap(iconTextGap) — Method in class org.aswing.AbstractButton
If both the icon and text properties are set, this property defines the space between them.
setIconTextGap(iconTextGap) — Method in class org.aswing.AbstractTabbedPane
If both the icon and text properties are set, this property defines the space between them.
setIconTextGap(iconTextGap) — Method in class org.aswing.JLabel
If both the icon and text properties are set, this property defines the space between them.
setIconTextGap(iconTextGap) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setIdentifier(identifier) — Method in class org.aswing.table.TableColumn
setIndeterminate(newValue) — Method in class org.aswing.JProgressBar
Sets the indeterminate property of the progress bar, which determines whether the progress bar is in determinate or indeterminate mode.
setIndeterminateDelay(delay) — Method in class org.aswing.JProgressBar
setIndeterminateDelaySet(b) — Method in class org.aswing.JProgressBar
setInitialDelay(initialDelay) — Method in class org.aswing.util.AbstractImpulser
Sets the AbstractImpulser's initial delay, which by default is the same as the between-event delay.
setInitialDelay(initialDelay) — Method in interface org.aswing.util.Impulser
Sets the Impulser's initial delay, which by default is the same as the between-event delay.
setInitialStageSize(width, height) — Static method in class org.aswing.AsWingManager
Sets the intial stage size, this method generally do not need to use.
setIntercellSpacing(intercellSpacing:org.aswing.geom:IntDimension) — Method in class org.aswing.JTable
Sets the rowMargin and the columnMargin -- the height and width of the space between cells -- to intercellSpacing.
setInterior(interior:org.aswing:Border) — Method in class org.aswing.border.DecorateBorder
Sets new interior border.
setInterpolationMethod(interpolationMethod) — Method in class org.aswing.graphics.GradientPen
setInUse(b) — Method in class org.aswing.JMenu
setInUse(b) — Method in class org.aswing.JMenuBar
setInUse(b) — Method in class org.aswing.JMenuItem
setInUse(b) — Method in class org.aswing.JPopupMenu
setInUse(b) — Method in interface org.aswing.MenuElement
Sets whether the menu element is in use.
setInverted(b) — Method in class org.aswing.JSlider
Specify true to reverse the value-range shown for the slider and false to put the value range in the normal order.
setInvoker(invoker:org.aswing:Component) — Method in class org.aswing.JPopupMenu
Sets the invoker of this popup menu -- the component in which the popup menu is to be displayed.
setInvokesStopCellEditing(newValue) — Method in class org.aswing.JTree
Determines what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.
setJoints(joints) — Method in class org.aswing.graphics.Pen
setKeyMapActived(b) — Method in class org.aswing.JRootPane
Sets whether or not the kay map action will be fired.
setLastVisibleIndex(index) — Method in class org.aswing.JList
scroll the list to view the specified index as last visible If the list data elements is too short can not move the specified index to be last, just scroll as bottom as can.
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.Container
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.JAccordion
Generally you should not set layout to JAccordion.
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.JList
Can not set layout to JList, its layout is itself.
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.JScrollPane
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.JTabbedPane
Generally you should not set layout to JTabbedPane.
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.JTree
You can not set layout to JTree, it's handled by TreeUI.
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.JViewport
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.JWindow
Sets the layout for the window.
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.ext.Form
setLayout(layout:org.aswing:LayoutManager) — Method in class org.aswing.ext.FormRow
setLeadSelectionIndex(index) — Method in class org.aswing.DefaultListSelectionModel
setLeadSelectionIndex(index) — Method in interface org.aswing.ListSelectionModel
Set the lead selection index.
setLeadSelectionPath(newPath:org.aswing.tree:TreePath) — Method in class org.aswing.JTree
Sets the path identifies as the lead.
setLeft(v) — Method in class org.aswing.border.EmptyBorder
setLeftComponent(comp:org.aswing:Component) — Method in class org.aswing.JSplitPane
Sets the component to the left (or above) the divider.
setLineColor(lineColor:org.aswing:ASColor) — Method in class org.aswing.border.CaveBorder
setLineColor(lineColor:org.aswing:ASColor) — Method in class org.aswing.border.TitledBorder
setLineLightColor(lineLightColor:org.aswing:ASColor) — Method in class org.aswing.border.CaveBorder
setLineLightColor(lineLightColor:org.aswing:ASColor) — Method in class org.aswing.border.TitledBorder
setLineThickness(lineThickness) — Method in class org.aswing.border.CaveBorder
setLineThickness(lineThickness) — Method in class org.aswing.border.TitledBorder
setList(listModel:org.aswing:ListModel) — Method in class org.aswing.table.PropertyTableModel
Sets the row data provider, a list model.
setListCellFactory(newFactory:org.aswing:ListCellFactory) — Method in class org.aswing.JComboBox
This will cause all cells recreating by new factory.
setListCellStatus(list:org.aswing:JList, isSelected, index) — Method in class org.aswing.AbstractListCell
setListCellStatus(list:org.aswing:JList, isSelected, index) — Method in class org.aswing.DefaultComboBoxListCell
setListCellStatus(list:org.aswing:JList, isSelected, index) — Method in interface org.aswing.ListCell
Sets the table cell status, include the owner-JList, isSelected, the cell index.
setListData(ld) — Method in class org.aswing.JComboBox
set a array to be the list data, but array is not a List Mode.
setListData(ld) — Method in class org.aswing.JList
Set a array to be the list data, a new model will be created and the values is copied to the model.
setLoaded(b) — Method in class org.aswing.AssetPane
setLoadedAsset(asset) — Method in class org.aswing.JLoadPane
Sets the asset loaded by JLoadPane's loader.
setLocation(newPos:org.aswing.geom:IntPoint) — Method in class org.aswing.Component
Set the component's location, if it is diffs from old location, invalidate it to wait validate.
setLocation(p:org.aswing.geom:IntPoint) — Method in class org.aswing.geom.IntPoint
Sets the location of this point as same as point p.
setLocation(p:org.aswing.geom:IntPoint) — Method in class org.aswing.geom.IntRectangle
Sets the x, y property of the rectangle.
setLocationXY(x, y) — Method in class org.aswing.Component
setLocationXY(x, y) — Method in class org.aswing.geom.IntPoint
Sets the location of this point with x and y.
setLookAndFeel(laf:org.aswing:LookAndFeel) — Static method in class org.aswing.UIManager
setMajorTickSpacing(n) — Method in class org.aswing.JSlider
This method sets the major tick spacing.
setManager(theStage, newManager:org.aswing:FocusManager) — Static method in class org.aswing.FocusManager
Sets the current FocusManager instance.
setMargin(m:org.aswing:Insets) — Method in class org.aswing.AbstractButton
Sets space for margin between the button's border and the label.
setMargin(m:org.aswing:Insets) — Method in class org.aswing.AbstractTabbedPane
Sets space for margin between the tab border and the tab label.
setMargin(b) — Method in class org.aswing.FlowLayout
Sets whether or not the gap will margin around.
setMargin(m:org.aswing:Insets) — Method in class org.aswing.JToolBar
Sets the margin between the tool bar's border and its buttons.
setMargin(m:org.aswing:Insets) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setMaskAsset(m) — Method in class org.aswing.AssetPane
setMatrix(matrix) — Method in class org.aswing.graphics.BitmapBrush
setMatrix(m) — Method in class org.aswing.graphics.GradientBrush
setMatrix(m) — Method in class org.aswing.graphics.GradientPen
setMaxChars(n) — Method in class org.aswing.JTextComponent
setMaximizeButton(b:org.aswing:AbstractButton) — Method in interface org.aswing.FrameTitleBar
setMaximizeButton(b:org.aswing:AbstractButton) — Method in class org.aswing.JFrameTitleBar
setMaximizeButtonVisible(b) — Method in class org.aswing.JFrameTitleBar
setMaximizedBounds(b:org.aswing.geom:IntRectangle) — Method in class org.aswing.JFrame
Sets the maximized bounds for this frame.
setMaximum(newMaximum) — Method in interface org.aswing.BoundedRangeModel
Sets the model's maximum to newMaximum.
setMaximum(n) — Method in class org.aswing.DefaultBoundedRangeModel
setMaximum(maximum) — Method in class org.aswing.JAdjuster
Sets the model's maximum property.
setMaximum(n) — Method in class org.aswing.JProgressBar
Sets the progress bar's maximum value (stored in the progress bar's data model) to n.
setMaximum(maximum) — Method in class org.aswing.JScrollBar
Sets the model's maximum property.
setMaximum(maximum) — Method in class org.aswing.JSlider
Sets the model's maximum property.
setMaximumHeight(maximumHeight) — Method in class org.aswing.Component
Sets maximum height, -1 means auto count.
setMaximumRowCount(count) — Method in class org.aswing.JComboBox
Sets the maximum number of rows the JComboBox displays.
setMaximumSize(maximumSize:org.aswing.geom:IntDimension) — Method in class org.aswing.Component
setMaximumSize(d:IntDimension)
setMaximumSize(width:Number, height:Number)

Set the maximumSize, then the component's maximumSize is specified.

setMaximumWidth(maximumWidth) — Method in class org.aswing.Component
Sets maximum width, -1 means auto count.
setMaxWidth(maxWidth) — Method in class org.aswing.table.TableColumn
setMenuBar(menuBar) — Method in class org.aswing.JRootPane
Sets the main menuBar of this root pane.(Main menu bar means that if user press Alt key, the first menu of the menu bar will be actived) The menuBar must be located in this root pane(or in its child), otherwise, it will not have the main menu bar ability.
setMinimum(newMinimum) — Method in interface org.aswing.BoundedRangeModel
Sets the model's minimum to newMinimum.
setMinimum(n) — Method in class org.aswing.DefaultBoundedRangeModel
setMinimum(minimum) — Method in class org.aswing.JAdjuster
Sets the model's minimum property.
setMinimum(n) — Method in class org.aswing.JProgressBar
Sets the progress bar's minimum value (stored in the progress bar's data model) to n.
setMinimum(minimum) — Method in class org.aswing.JScrollBar
Sets the model's minimum property.
setMinimum(minimum) — Method in class org.aswing.JSlider
Sets the model's minimum property.
setMinimumHeight(minimumHeight) — Method in class org.aswing.Component
Sets minimum height, -1 means auto count.
setMinimumSize(minimumSize:org.aswing.geom:IntDimension) — Method in class org.aswing.Component
setMinimumSize(d:IntDimension)
setMinimumSize(width:Number, height:Number)

Set the minimumSize, then the component's minimumSize is specified.

setMinimumWidth(minimumWidth) — Method in class org.aswing.Component
Sets minimum width, -1 means auto count.
setMinorTickSpacing(n) — Method in class org.aswing.JSlider
This method sets the minor tick spacing.
setMinWidth(minWidth) — Method in class org.aswing.table.TableColumn
setMiterLimit(miterLimit) — Method in class org.aswing.graphics.Pen
setMnemonicModifier(keyCodes) — Method in class org.aswing.KeyboardManager
Sets the mnemonic modifier key codes, the default is [Ctrl, Shift], however for normal UI frameworks, it is [Alt], but because the flashplayer or explorer will eat [Alt] for thier own mnemonic modifier, so we set our default to [Ctrl, Shift].
setMnemonicTriggerProxy(trigger) — Method in class org.aswing.JRootPane
Sets the mnemonic be forced to work or not.
setModal(m) — Method in class org.aswing.JPopup
Specifies whether this dialog should be modal.
setModel(newModel:org.aswing:ButtonModel) — Method in class org.aswing.AbstractButton
Sets the model that this button represents.
setModel(model:org.aswing:SingleSelectionModel) — Method in class org.aswing.AbstractTabbedPane
Sets the model to be used with this tabbedpane.
setModel(newModel:org.aswing:BoundedRangeModel) — Method in class org.aswing.JAdjuster
Sets the model that handles the slider's four fundamental properties: minimum, maximum, value, extent.
setModel(m:org.aswing:ListModel) — Method in class org.aswing.JComboBox
Set the list mode to provide the data to JList.
setModel(m:org.aswing:ListModel) — Method in class org.aswing.JList
Set the list mode to provide the data to JList.
setModel(newModel:org.aswing:BoundedRangeModel) — Method in class org.aswing.JProgressBar
Sets the data model used by the JProgressBar.
setModel(newModel:org.aswing:BoundedRangeModel) — Method in class org.aswing.JScrollBar
Sets the model that handles the scrollbar's four fundamental properties: minimum, maximum, value, extent.
setModel(newModel:org.aswing:BoundedRangeModel) — Method in class org.aswing.JSlider
Sets the model that handles the slider's four fundamental properties: minimum, maximum, value, extent.
setModel(dataModel:org.aswing.table:TableModel) — Method in class org.aswing.JTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(newModel:org.aswing.tree:TreeModel) — Method in class org.aswing.JTree
Sets the TreeModel that will provide the data.
setModel(model:org.aswing.colorchooser:ColorSelectionModel) — Method in class org.aswing.colorchooser.AbstractColorChooserPanel
Sets the color selection model to this chooser panel.
setModel(m:org.aswing:ListModel) — Method in class org.aswing.ext.GridList
Set the list mode to provide the data to GridList.
setModel(newModel:org.aswing.tree:TreeModel) — Method in class org.aswing.tree.AbstractLayoutCache
Sets the TreeModel that will provide the data.
setModel(newModel:org.aswing.tree:TreeModel) — Method in class org.aswing.tree.FixedHeightLayoutCache
Sets the TreeModel that will provide the data.
setModelIndex(modelIndex) — Method in class org.aswing.table.TableColumn
setName(name) — Method in class org.aswing.Component
Sets the name of this component
setNextNode(_nextNode:org.aswing.util:ListNode) — Method in class org.aswing.util.ListNode
setNoColorSectionVisible(b) — Method in class org.aswing.colorchooser.AbstractColorChooserPanel
Sets whether showing the no color toggle button section.
setNodeDimensions(nd:org.aswing.tree:NodeDimensions) — Method in class org.aswing.tree.AbstractLayoutCache
Sets the renderer that is responsible for drawing nodes in the tree and which is threfore responsible for calculating the dimensions of individual nodes.
setNumRows(rowCount) — Method in class org.aswing.table.DefaultTableModel
Obsolete as of Java 2 platform v1.3.
setOffset(offset) — Method in class org.aswing.border.SimpleTitledBorder
setOffsets(o:org.aswing.geom:IntPoint) — Method in class org.aswing.JToolTip
Sets the offsets of the tooltip related the described component.
setOffsetsRelatedToMouse(b) — Method in class org.aswing.JToolTip
Sets whether the offsets is related the mouse position, otherwise it will be related the described component position.
setOffsetX(offset) — Method in class org.aswing.AssetPane
Sets the x offset of the position of the loaded image/animation.
setOffsetY(offset) — Method in class org.aswing.AssetPane
Sets the y offset of the position of the loaded image/animation.
setOneTouchExpandable(newValue) — Method in class org.aswing.JSplitPane
Sets the value of the oneTouchExpandable property, which must be true for the JSplitPane to provide a UI widget on the divider to quickly expand/collapse the divider.
setOpaque(b) — Method in class org.aswing.Component
If true the component paints every pixel within its bounds.
setOpaqueSet(b) — Method in class org.aswing.Component
This method will be called to set true when you set the opaque by setOpaque().
setOrientation(orientation) — Method in class org.aswing.JAdjuster
Set the slider's orientation to either VERTICAL or HORIZONTAL.
setOrientation(newOrientation) — Method in class org.aswing.JProgressBar
Sets the progress bar's orientation to newOrientation, which must be JProgressBar.VERTICAL or JProgressBar.HORIZONTAL.
setOrientation(orientation) — Method in class org.aswing.JScrollBar
Sets the orientation.
setOrientation(orientation) — Method in class org.aswing.JSeparator
setOrientation(orientation) — Method in class org.aswing.JSlider
Set the slider's orientation to either VERTICAL or HORIZONTAL.
setOrientation(ori) — Method in class org.aswing.JSplitPane
Sets the orientation, or how the splitter is divided.
setOrientation(o) — Method in class org.aswing.JToolBar
Sets the orientation of the tool bar.
setOrientation(ori) — Method in interface org.aswing.Orientable
Sets the orientation, or how the splitter is divided.
setOrientation(o) — Method in class org.aswing.colorchooser.PreviewColorIcon
setOwner(c:org.aswing:Component) — Method in class org.aswing.resizer.DefaultResizer
setOwner(c:org.aswing:Component) — Method in interface org.aswing.resizer.Resizer
Sets the owner of this resizer.
setPaintTicks(b) — Method in class org.aswing.JSlider
Determines whether tick marks are painted on the slider.
setPaintTrack(b) — Method in class org.aswing.JSlider
Determines whether the track is painted on the slider.
setParent(newParent:org.aswing.tree:MutableTreeNode) — Method in class org.aswing.tree.DefaultMutableTreeNode
Sets this node's parent to newParent but does not change the parent's child array.
setParent(parent:org.aswing.tree:MutableTreeNode) — Method in class org.aswing.tree.FHTreeStateNode
Messaged when this node is added somewhere, resets the path and adds a mapping from path to this node.
setParent(newParent:org.aswing.tree:MutableTreeNode) — Method in interface org.aswing.tree.MutableTreeNode
Sets the parent of the receiver to newParent.
setPath(p:org.aswing.tree:TreePath) — Method in class org.aswing.tree.FHTreeStateNode
setPixelHinting(pixelHinting) — Method in class org.aswing.graphics.Pen
setPopupMenuVisible(b) — Method in class org.aswing.JMenu
Sets the visibility of the menu's popup.
setPopupVisible(v) — Method in class org.aswing.JComboBox
Sets the visibility of the popup, open or close.
setPopupVisible(c:org.aswing:JComboBox, v) — Method in interface org.aswing.plaf.ComboBoxUI
Set the visiblity of the popup
setPosition(position) — Method in class org.aswing.border.SimpleTitledBorder
setPosition(position) — Method in class org.aswing.border.TitledBorder
Sets the position of title text.
setPreferredCellWidthWhenNoCount(preferredWidthWhenNoCount) — Method in class org.aswing.JList
The preferred with of the List, it is only used when List have no counting for its prefferredWidth.
setPreferredHeight(preferredHeight) — Method in class org.aswing.Component
Sets preferred width, -1 means auto count.
setPreferredScrollableViewportSize(size:org.aswing.geom:IntDimension) — Method in class org.aswing.JTable
Sets the preferred size of the viewport for this table.
setPreferredSize(preferredSize:org.aswing.geom:IntDimension) — Method in class org.aswing.Component
setPreferredSize(d:IntDimension)
setPreferredSize(width:Number, height:Number)

Set the preferredSize, then the component's preferredSize is specified.

setPreferredWidth(preferredWidth) — Method in class org.aswing.Component
Sets preferred width, -1 means auto count.
setPreferredWidth(preferredWidth) — Method in class org.aswing.table.TableColumn
setPreferWidth(preferWidth) — Method in class org.aswing.FlowWrapLayout
Sets the prefer width for all should should arranged.
setPrefferSizeStrategy(p) — Method in class org.aswing.AssetPane
Sets the preffered size counting strategy.
setPressed(b) — Method in interface org.aswing.ButtonModel
Sets the button to being pressed or unpressed.
setPressed(b) — Method in class org.aswing.DefaultButtonModel
setPressed(b) — Method in class org.aswing.ToggleButtonModel
Sets the button to released or unreleased.
setPressedColor(c:org.aswing:ASColor) — Method in class org.aswing.JLabelButton
Sets the color for text pressed/selected state.
setPressedIcon(pressedIcon:org.aswing:Icon) — Method in class org.aswing.AbstractButton
Sets the pressed icon for the button.
setPreventNullFocus(prevent) — Static method in class org.aswing.AsWingManager
Sets whether or not prevent focus transfer to null when user click a blank(not focusable object).
setPreviousColor(c:org.aswing:ASColor) — Method in class org.aswing.colorchooser.PreviewColorIcon
setPrevNode(_preNode:org.aswing.util:ListNode) — Method in class org.aswing.util.ListNode
setRangeProperties(value, extent, min, max, adjusting, programmatic) — Method in interface org.aswing.BoundedRangeModel
This method sets all of the model's data with a single method call.
setRangeProperties(newValue, newExtent, newMin, newMax, adjusting, programmatic) — Method in class org.aswing.DefaultBoundedRangeModel
setRatios(ratios) — Method in class org.aswing.graphics.GradientBrush
Ratios should be between 0-255, if the value is greater than 255, 255 will be used, if the value is less than 0, 0 will be used
setRatios(rs) — Method in class org.aswing.graphics.GradientPen
setRect(rect:org.aswing.geom:IntRectangle) — Method in class org.aswing.geom.IntRectangle
Sets the rectangle to be as same as rect.
setRectXYWH(x, y, width, height) — Method in class org.aswing.geom.IntRectangle
Sets the rect with x, y, width and height.
setReorderingAllowed(reorderingAllowed) — Method in class org.aswing.table.JTableHeader
Sets whether the user can drag column headers to reorder columns.
setRepeat(repeat) — Method in class org.aswing.graphics.BitmapBrush
setRepeats(flag) — Method in class org.aswing.util.AbstractImpulser
If flag is false, instructs the AbstractImpulser to send only once action event to its listeners after a start.
setRepeats(flag) — Method in interface org.aswing.util.Impulser
If flag is false, instructs the Impulser to send only once action event to its listeners after a start.
setResizable(b) — Method in class org.aswing.JFrame
Sets whether this frame is resizable by the user.
setResizable(b) — Method in class org.aswing.resizer.ResizerController
Sets whether this component is resizable by the user.
setResizable(isResizable) — Method in class org.aswing.table.TableColumn
setResizeArrowColor(c:org.aswing:ASColor) — Method in class org.aswing.resizer.DefaultResizer
setResizeArrowDarkColor(c:org.aswing:ASColor) — Method in class org.aswing.resizer.DefaultResizer
setResizeArrowLightColor(c:org.aswing:ASColor) — Method in class org.aswing.resizer.DefaultResizer
setResizeDirectly(b) — Method in class org.aswing.JFrame
Indicate whether need resize frame directly when drag the resizer arrow.
setResizeDirectly(r) — Method in class org.aswing.resizer.DefaultResizer

Indicate whether need resize component directly when drag the resizer arrow.

setResizeDirectly(r) — Method in interface org.aswing.resizer.Resizer

Indicate whether need resize component directly when drag the resizer arrow.

setResizeDirectly(b) — Method in class org.aswing.resizer.ResizerController
Indicate whether need resize widget directly when drag the resizer arrow.
setResizer(r:org.aswing.resizer:Resizer) — Method in class org.aswing.JFrame
setResizer(r:org.aswing.resizer:Resizer) — Method in class org.aswing.resizer.ResizerController
Sets the {
setResizeWeight(value) — Method in class org.aswing.JSplitPane
Specifies how to distribute extra space when the size of the split pane changes.
setResizing(b) — Method in class org.aswing.resizer.DefaultResizer
setResizingAllowed(resizingAllowed) — Method in class org.aswing.table.JTableHeader
Sets whether the user can resize columns by dragging between headers.
setResizingColumn(aColumn:org.aswing.table:TableColumn) — Method in class org.aswing.table.JTableHeader
Sets the header's resizingColumn to aColumn.
setRestoreButton(b:org.aswing:AbstractButton) — Method in interface org.aswing.FrameTitleBar
setRestoreButton(b:org.aswing:AbstractButton) — Method in class org.aswing.JFrameTitleBar
setRestoreButtonVisible(b) — Method in class org.aswing.JFrameTitleBar
setRestrict(res) — Method in class org.aswing.JTextComponent
setRight(v) — Method in class org.aswing.border.EmptyBorder
setRightComponent(comp:org.aswing:Component) — Method in class org.aswing.JSplitPane
Sets the component to the right (or below) the divider.
setRollOver(b) — Method in interface org.aswing.ButtonModel
Sets or clears the button's rollover state
setRollOver(b) — Method in class org.aswing.DefaultButtonModel
setRollOverColor(c:org.aswing:ASColor) — Method in class org.aswing.JLabelButton
Sets the color for text rollover state.
setRollOverEnabled(b) — Method in class org.aswing.AbstractButton
Sets the rolloverEnabled property, which must be true for rollover effects to occur.
setRollOverIcon(rolloverIcon:org.aswing:Icon) — Method in class org.aswing.AbstractButton
Sets the rollover icon for the button.
setRollOverSelectedIcon(rolloverSelectedIcon:org.aswing:Icon) — Method in class org.aswing.AbstractButton
Sets the rollover selected icon for the button.
setRoot(root) — Static method in class org.aswing.AsWingManager
Sets the root container for AsWing components based on.
setRoot(root:org.aswing.tree:TreeNode) — Method in class org.aswing.tree.DefaultTreeModel
Sets the root to root.
setRootVisible(rootVisible) — Method in class org.aswing.JTree
Determines whether or not the root node from the TreeModel is visible.
setRootVisible(rootVisible) — Method in class org.aswing.tree.AbstractLayoutCache
Determines whether or not the root node from the TreeModel is visible.
setRootVisible(rootVisible) — Method in class org.aswing.tree.FixedHeightLayoutCache
Determines whether or not the root node from the TreeModel is visible.
setRound(round) — Method in class org.aswing.border.CaveBorder
setRound(round) — Method in class org.aswing.border.LineBorder
setRound(round) — Method in class org.aswing.border.TitledBorder
setRow(r) — Method in class org.aswing.tree.FHTreeStateNode
setRowCount(rowCount) — Method in class org.aswing.table.DefaultTableModel
Sets the number of rows in the model.
setRowCount(rc) — Method in class org.aswing.tree.FixedHeightLayoutCache
setRowHeight(rowHeight) — Method in class org.aswing.JTable
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowHeight(rowHeight) — Method in class org.aswing.JTree
Sets the height of each cell, in pixels.
setRowHeight(rowHeight) — Method in class org.aswing.table.JTableHeader
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowHeight(rowHeight) — Method in class org.aswing.tree.AbstractLayoutCache
Sets the height of each cell.
setRowHeight(rowHeight) — Method in class org.aswing.tree.FixedHeightLayoutCache
Sets the height of each cell.
setRowHeightSet(b) — Method in class org.aswing.JTree
Sets whether or not row height is set by user.
setRowMapper(newMapper:org.aswing.tree:RowMapper) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Sets the RowMapper instance.
setRowMapper(newMapper:org.aswing.tree:RowMapper) — Method in interface org.aswing.tree.TreeSelectionModel
Sets the RowMapper instance.
setRowMargin(rowMargin) — Method in class org.aswing.JTable
Sets the amount of empty space between cells in adjacent rows.
setRows(rows) — Method in class org.aswing.GridLayout
Sets the number of rows in this layout to the specified value.
setRows(rows) — Method in class org.aswing.JTextArea
Sets the number of rows in this JTextArea, if it changed then call parent to do layout.
setRows(rows) — Method in class org.aswing.ext.GridListLayout
setRowSelectionAllowed(rowSelectionAllowed) — Method in class org.aswing.JTable
Sets whether the rows in this model can be selected.
setRowSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.JTable
Selects the rows from index0 to index1, inclusive.
setScaleMode(mode) — Method in class org.aswing.AssetPane
Sets new content scale mode.
setScaleMode(scaleMode) — Method in class org.aswing.graphics.Pen
setScrollsOnExpand(newValue) — Method in class org.aswing.JTree
Sets the scrollsOnExpand property, which determines whether the tree might scroll to show previously hidden children.
setScrollsOnExpandSet(b) — Method in class org.aswing.JTree
Sets whether or not scrolls on expand is set by user.
setSelectable(b) — Method in class org.aswing.JLabel
setSelectable(b) — Method in class org.aswing.ext.GridList
Sets whether selectable by user interactive.
setSelected(b) — Method in class org.aswing.AbstractButton
Sets the state of the button.
setSelected(m:org.aswing:ButtonModel, b) — Method in class org.aswing.ButtonGroup
Sets the selected value for the ButtonModel.
setSelected(b) — Method in interface org.aswing.ButtonModel
Selects or deselects the button.
setSelected(b) — Method in class org.aswing.DefaultButtonModel
setSelected(sel:org.aswing:Component) — Method in class org.aswing.JMenuBar
Sets the currently selected component, producing a a change to the selection model.
setSelected(sel:org.aswing:Component) — Method in class org.aswing.JPopupMenu
Sets the currently selected component, producing a a change to the selection model.
setSelected(b) — Method in class org.aswing.ToggleButtonModel
Sets the selected state of the button.
setSelected(b) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setSelectedColor(c:org.aswing:ASColor) — Method in class org.aswing.colorchooser.AbstractColorChooserPanel
Sets the color selected, null indicate that no color is selected.
setSelectedColor(color:org.aswing:ASColor) — Method in interface org.aswing.colorchooser.ColorSelectionModel
Sets the selected color to ASColor.
setSelectedColor(color:org.aswing:ASColor) — Method in class org.aswing.colorchooser.DefaultColorSelectionModel
setSelectedComponent(com:org.aswing:Component, programmatic) — Method in class org.aswing.AbstractTabbedPane
Sets the selected component for this tabbedpane.
setSelectedIcon(selectedIcon:org.aswing:Icon) — Method in class org.aswing.AbstractButton
Sets the selected icon for the button.
setSelectedIndex(i, programmatic) — Method in class org.aswing.AbstractTabbedPane
Sets the selected index for this tabbedpane.
setSelectedIndex(index, programmatic) — Method in class org.aswing.DefaultSingleSelectionModel
setSelectedIndex(anIndex, programmatic) — Method in class org.aswing.JComboBox
Selects the item at index anIndex.
setSelectedIndex(index, programmatic) — Method in class org.aswing.JList
Selects a single cell.
setSelectedIndex(index, programmatic) — Method in interface org.aswing.SingleSelectionModel
Sets the model's selected index to index.
setSelectedIndex(index, programmatic) — Method in class org.aswing.ext.GridList
setSelectedIndices(indices, programmatic) — Method in class org.aswing.JList
Selects a set of cells.
setSelectedItem(item, programmatic) — Method in class org.aswing.JComboBox
Sets the selected item in the combo box display area to the object in the argument.
setSelectedPath(trigger, path, programmatic) — Method in class org.aswing.MenuSelectionManager
Changes the selection in the menu hierarchy.
setSelectedValue(value, programmatic) — Method in class org.aswing.JList
Selects the specified object from the list.
setSelectedValue(value, programmatic) — Method in class org.aswing.ext.GridList
setSelectedValues(values, programmatic) — Method in class org.aswing.JList
Selects a set of cells.
setSelection(beginIndex, endIndex) — Method in class org.aswing.JTextComponent
setSelectionBackground(selectionBackground:org.aswing:ASColor) — Method in class org.aswing.JList
Sets the background color for selected cells.
setSelectionBackground(selectionBackground:org.aswing:ASColor) — Method in class org.aswing.JTable
Sets the background color for selected cells.
setSelectionBackground(selectionBackground:org.aswing:ASColor) — Method in class org.aswing.JTree
Sets the background color for selected cells.
setSelectionForeground(selectionForeground:org.aswing:ASColor) — Method in class org.aswing.JList
Sets the foreground color for selected cells.
setSelectionForeground(selectionForeground:org.aswing:ASColor) — Method in class org.aswing.JTable
Sets the foreground color for selected cells.
setSelectionForeground(selectionForeground:org.aswing:ASColor) — Method in class org.aswing.JTree
Sets the foreground color for selected cells.
setSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.DefaultListSelectionModel
setSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.JList
setSelectionInterval(index0, index1, programmatic) — Method in class org.aswing.JTree
Selects the nodes between index0 and index1, inclusive.
setSelectionInterval(index0, index1, programmatic) — Method in interface org.aswing.ListSelectionModel
Change the selection to be between index0 and index1 inclusive.
setSelectionMode(selectionMode) — Method in class org.aswing.DefaultListSelectionModel
Sets the selection mode.
setSelectionMode(sm) — Method in class org.aswing.JList
Determines whether single-item or multiple-item selections are allowed.
setSelectionMode(selectionMode) — Method in class org.aswing.JTable
Sets the table's selection mode to allow only single selections, a single contiguous interval, or multiple intervals.
setSelectionMode(mode) — Method in class org.aswing.JTree
Proxy method which passes specified selection mode to the currently configured selection model.
setSelectionMode(selectionMode) — Method in interface org.aswing.ListSelectionModel
Set the selection mode.
setSelectionMode(sm) — Method in class org.aswing.ext.GridList
Determines whether single-item or multiple-item selections are allowed.
setSelectionMode(mode) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Sets the selection model, which must be one of SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
setSelectionMode(mode) — Method in interface org.aswing.tree.TreeSelectionModel
Sets the selection model, which must be one of SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
setSelectionModel(m:org.aswing:ListSelectionModel) — Method in class org.aswing.JList
Sets the selectionModel for the list to a non-null ListSelectionModel implementation.
setSelectionModel(model:org.aswing:SingleSelectionModel) — Method in class org.aswing.JMenuBar
Sets the model object to handle single selections.
setSelectionModel(model:org.aswing:SingleSelectionModel) — Method in class org.aswing.JPopupMenu
Sets the model object to handle single selections.
setSelectionModel(newModel:org.aswing:ListSelectionModel) — Method in class org.aswing.JTable
Sets the row selection model for this table to newModel and registers for listener notifications from the new selection model.
setSelectionModel(selectionModel:org.aswing.tree:TreeSelectionModel) — Method in class org.aswing.JTree
Sets the tree's selection model.
setSelectionModel(m:org.aswing:ListSelectionModel) — Method in class org.aswing.ext.GridList
setSelectionModel(newModel:org.aswing:ListSelectionModel) — Method in class org.aswing.table.DefaultTableColumnModel
Sets the selection model for this TableColumnModel to newModel and registers for listener notifications from the new selection model.
setSelectionModel(newModel:org.aswing:ListSelectionModel) — Method in interface org.aswing.table.TableColumnModel
Sets the selection model.
setSelectionModel(newLSM:org.aswing.tree:TreeSelectionModel) — Method in class org.aswing.tree.AbstractLayoutCache
Sets the TreeSelectionModel used to manage the selection to new LSM.
setSelectionPath(path:org.aswing.tree:TreePath, programmatic) — Method in class org.aswing.JTree
Selects the node identified by the specified path.
setSelectionPath(path:org.aswing.tree:TreePath, programmatic) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Sets the selection to path.
setSelectionPath(path:org.aswing.tree:TreePath, programmatic) — Method in interface org.aswing.tree.TreeSelectionModel
Sets the selection to path.
setSelectionPaths(paths, programmatic) — Method in class org.aswing.JTree
Selects the nodes identified by the specified array of paths.
setSelectionPaths(pPaths, programmatic) — Method in class org.aswing.tree.DefaultTreeSelectionModel
Sets the selection to the paths in paths.
setSelectionPaths(pPaths, programmatic) — Method in class org.aswing.tree.EmptySelectionModel
A null implementation that selects nothing.
setSelectionPaths(paths, programmatic) — Method in interface org.aswing.tree.TreeSelectionModel
Sets the selection to path(TreePath[]) .
setSelectionRow(row, programmatic) — Method in class org.aswing.JTree
Selects the node at the specified row in the display.
setSelectionRows(rows, programmatic) — Method in class org.aswing.JTree
Selects the nodes corresponding to each of the specified rows in the display.
setShadowInnerColor(color:org.aswing:ASColor) — Method in class org.aswing.border.BevelBorder
Sets new inner shadow color of the bevel border.
setShadowOuterColor(color:org.aswing:ASColor) — Method in class org.aswing.border.BevelBorder
Sets new outer shadow color of the bevel border.
setShiftOffset(shiftOffset) — Method in class org.aswing.AbstractButton
Set the shift offset when mouse press.
setShiftOffsetSet(b) — Method in class org.aswing.AbstractButton
Set whether or not the shiftOffset has set by user.
setShowGrid(showGrid) — Method in class org.aswing.JTable
Sets whether the table draws grid lines around cells.
setShowHorizontalLines(showHorizontalLines) — Method in class org.aswing.JTable
Sets whether the table draws horizontal lines between cells.
setShowValueTip(b) — Method in class org.aswing.JSlider
Sets whether show a tip for the value when user slide the thumb.
setShowVerticalLines(showVerticalLines) — Method in class org.aswing.JTable
Sets whether the table draws vertical lines between cells.
setSide(side) — Method in class org.aswing.border.SideLineBorder
setSize(newSize:org.aswing.geom:IntDimension) — Method in class org.aswing.Component
Set the component's size, the width and height all will be setted to not less than zero, then set the size.
setSize(newSize:org.aswing.geom:IntDimension) — Method in class org.aswing.JTable
setSize(dim:org.aswing.geom:IntDimension) — Method in class org.aswing.geom.IntDimension
Sets the size as same as the dim.
setSize(size:org.aswing.geom:IntDimension) — Method in class org.aswing.geom.IntRectangle
Sets the width and height properties of the rectangle
setSize(arr, size) — Static method in class org.aswing.util.ArrayUtils
Sets the size of the array.
setSizeAt(newSize, i) — Method in interface org.aswing.table.Resizable2
setSizeAt(newSize, i) — Method in class org.aswing.table.Resizable2Imp1
setSizeAt(s, i) — Method in class org.aswing.table.Resizable3Imp1
setSizeAt(s, i) — Method in class org.aswing.table.Resizable3Imp2
setSizeToFixMaxmimized() — Method in class org.aswing.JFrame
setSizeWH(w, h) — Method in class org.aswing.Component
setSizeWH(width, height) — Method in class org.aswing.geom.IntDimension
Sets the size with width and height.
setSmooth(smooth) — Method in class org.aswing.graphics.BitmapBrush
setSnapToTicks(b) — Method in class org.aswing.JSlider
Specifying true makes the knob (and the data value it represents) resolve to the closest tick mark next to where the user positioned the knob.
setSortingStatus(column, status) — Method in class org.aswing.table.sorter.TableSorter
Sets specified column to be sort as specified direction.
setSpreadMethod(spreadMethod) — Method in class org.aswing.graphics.GradientPen
setState(s, programmatic) — Method in class org.aswing.JFrame
setString(s) — Method in class org.aswing.JProgressBar
Sets the value of the progress string.
setTable(table:org.aswing:JTable) — Method in class org.aswing.table.JTableHeader
Sets the table associated with this header.
setTableCellStatus(table:org.aswing:JTable, isSelected, row, column) — Method in class org.aswing.table.AbstractTableCell
setTableCellStatus(table:org.aswing:JTable, isSelected, row, column) — Method in class org.aswing.table.DefaultTextCell
setTableCellStatus(table:org.aswing:JTable, isSelected, row, column) — Method in class org.aswing.table.DefaultTextHeaderCell
setTableCellStatus(table:org.aswing:JTable, isSelected, row, column) — Method in class org.aswing.table.PoorTextCell
setTableCellStatus(table:org.aswing:JTable, isSelected, row, column) — Method in interface org.aswing.table.TableCell
Sets the table cell status, include the owner-JTable isSelected, row position, column position.
setTableCellStatus(table:org.aswing:JTable, isSelected, row, column) — Method in class org.aswing.table.sorter.SortableTextHeaderCell
setTableHeader(tableHeader:org.aswing.table:JTableHeader) — Method in class org.aswing.JTable
Sets the tableHeader working with this JTable to newHeader.
setTableHeader(tableHeader:org.aswing.table:JTableHeader) — Method in class org.aswing.table.sorter.TableSorter
Sets the table header
setTableModel(tableModel:org.aswing.table:TableModel) — Method in class org.aswing.table.sorter.TableSorter
Sets the tableModel
setTabPlacement(tabPlacement) — Method in class org.aswing.JTabbedPane
Sets the tab placement for this tabbedpane.
setTabProperties(header, i) — Method in class org.aswing.plaf.basic.BasicClosableTabbedPaneUI
setTarget(target) — Method in class org.aswing.graphics.Graphics2D
setTargetComponent(c) — Method in class org.aswing.JSharedToolTip
Registers a component that the tooltip describes.
setTargetComponent(c) — Method in class org.aswing.JToolTip
Specifies the component that the tooltip describes.
setText(text) — Method in class org.aswing.AbstractButton
Sets the text include the "&"(mnemonic modifier char).
setText(t) — Method in interface org.aswing.FrameTitleBar
setText(t) — Method in class org.aswing.JFrameTitleBar
setText(text) — Method in class org.aswing.JLabel
setText(text) — Method in class org.aswing.JTextComponent
setText(text) — Method in class org.aswing.table.PoorTextCell
setTextAndIcon(text, icon:org.aswing:Icon) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setTextFilters(fs) — Method in class org.aswing.AbstractButton
setTextFilters(fs) — Method in class org.aswing.JLabel
setTextFormat(tf, beginIndex, endIndex) — Method in class org.aswing.JTextComponent
Sets the textFormat to the specified range.
setThickness(t) — Method in class org.aswing.border.BevelBorder
Sets the thickness of border frame lines
setThickness(thickness) — Method in class org.aswing.border.LineBorder
setThickness(thickness) — Method in class org.aswing.border.SideLineBorder
setThickness(thickness) — Method in class org.aswing.graphics.Pen
setTileHeight(h) — Method in class org.aswing.ext.GridList
setTileHeight(h) — Method in class org.aswing.ext.GridListLayout
setTileWidth(w) — Method in class org.aswing.ext.GridList
setTileWidth(w) — Method in class org.aswing.ext.GridListLayout
setTipAt(i, t) — Method in class org.aswing.AbstractTabbedPane
Sets the tool tip at index to tab tooltip which can be null.
setTipText(t) — Method in class org.aswing.JToolTip
Sets the text to show when the tool tip is displayed.
setTitle(t) — Method in class org.aswing.JFrame
Sets the text to be displayed in the title bar for this frame.
setTitle(title) — Method in class org.aswing.border.SimpleTitledBorder
setTitle(title) — Method in class org.aswing.border.TitledBorder
setTitle(t) — Method in class org.aswing.ext.Folder
Sets the title
setTitleAt(i, t) — Method in class org.aswing.AbstractTabbedPane
Sets the title at index to title which can be null.
setTitleBackground(c:org.aswing:ASColor) — Method in class org.aswing.ext.Folder
setTitleBar(t:org.aswing:FrameTitleBar) — Method in class org.aswing.JFrame
setTitleEnabled(b) — Method in interface org.aswing.FrameTitleBar
Sets the enabled property, if enabled, the title should have ability to iconified, maximize, restore, close, move frame.
setTitleEnabled(b) — Method in class org.aswing.JFrameTitleBar
setTitleForeground(c:org.aswing:ASColor) — Method in class org.aswing.ext.Folder
setTitleToolTipText(t) — Method in class org.aswing.ext.Folder
setTo(target) — Method in class org.aswing.graphics.GradientPen
setTo(target) — Method in interface org.aswing.graphics.IPen
This method will be called by Graphics2D autumaticlly.
It will set the lineStyle to the instance of flash.display.Graphics
setTo(target) — Method in class org.aswing.graphics.Pen
This method will be called by Graphics2D autumaticlly.
It will set the lineStyle to the instance of flash.display.Graphics
setToggleClickCount(clickCount) — Method in class org.aswing.JTree
Sets the number of mouse clicks before a node will expand or close.
setToolTipContainerRoot(theRoot) — Method in class org.aswing.JToolTip
Sets the container to hold this tool tip.
setToolTipText(t) — Method in class org.aswing.Component
Registers the text to display in a tool tip.
setTop(v) — Method in class org.aswing.border.EmptyBorder
setTopComponent(comp:org.aswing:Component) — Method in class org.aswing.JSplitPane
Sets the component above, or to the left of the divider.
setTracksHeight(b) — Method in class org.aswing.JViewport
Sets whether the view tracks viewport height.
setTracksWidth(b) — Method in class org.aswing.JList
Sets true to make the cell always have same width with the List container, and the herizontal scrollbar will not shown if the list is in a JScrollPane; false to make it as same as its preffered width.
setTracksWidth(b) — Method in class org.aswing.JViewport
Sets whether the view tracks viewport width.
setTraversalAsDefault(b) — Method in class org.aswing.FocusManager
Sets whether or not to use default value for traversal enabled.
setTraversalEnabled(b) — Method in class org.aswing.FocusManager
Disables or enables the traversal by keys pressing.
setTraversing(b) — Method in class org.aswing.FocusManager
Sets if the focus is traversing by keys.
setTreeCellStatus(tree:org.aswing:JTree, selected, expanded, leaf, row) — Method in class org.aswing.tree.DefaultTreeCell
setTreeCellStatus(tree:org.aswing:JTree, selected, expanded, leaf, row) — Method in interface org.aswing.tree.TreeCell
Sets the table cell status, include the owner-JTable isSelected, row position, column position.
setUI(newUI:org.aswing.plaf:ComponentUI) — Method in class org.aswing.Component
Sets the look and feel delegate for this component.
setUI(newUI:org.aswing.plaf:ComponentUI) — Method in class org.aswing.JAdjuster
Sets the ui.
setUI(newUI:org.aswing.plaf:ComponentUI) — Method in class org.aswing.JComboBox
Sets the ui.
setUI(newUI:org.aswing.plaf:ComponentUI) — Method in class org.aswing.JFrame
Sets the ui.
setUI(newUI:org.aswing.plaf:ComponentUI) — Method in class org.aswing.JMenuBar
Sets the ui.
setUI(newUI:org.aswing.plaf:ComponentUI) — Method in class org.aswing.JMenuItem
Sets the ui.
setUI(newUI:org.aswing.plaf:ComponentUI) — Method in class org.aswing.JPopupMenu
Sets the ui.
setUI(newUI:org.aswing.plaf:ComponentUI) — Method in class org.aswing.JTable
Sets the L&F object that renders this component and repaints.
setUI(ui:org.aswing.plaf:ComponentUI) — Method in class org.aswing.JTree
Sets the L&F object that renders this component.
setUIElement(b) — Method in class org.aswing.Component
Sets the component is a ui element or not.
setUnitIncrement(unitIncrement) — Method in class org.aswing.JScrollBar
Sets the unit increment
setUseRichTextClipboard(b) — Method in class org.aswing.JTextComponent
setUserObject(userObject) — Method in class org.aswing.tree.DefaultMutableTreeNode
Sets the user object for this node to userObject.
setUserObject(o) — Method in class org.aswing.tree.FHTreeStateNode
Messaged to set the user object.
setUserObject(object) — Method in interface org.aswing.tree.MutableTreeNode
Resets the user object of the receiver to object.
setValue(newValue, programmatic) — Method in interface org.aswing.BoundedRangeModel
Sets the model's current value to newValue if newValue satisfies the model's constraints.
setValue(value) — Method in interface org.aswing.ComboBoxEditor
Set the item that should be edited.
setValue(n, programmatic) — Method in class org.aswing.DefaultBoundedRangeModel
setValue(value) — Method in class org.aswing.DefaultComboBoxEditor
setValue(value) — Method in class org.aswing.JAdjuster
Sets the slider's value.
setValue(n) — Method in class org.aswing.JProgressBar
Sets the progress bar's current value (stored in the progress bar's data model) to n.
setValue(value, programmatic) — Method in class org.aswing.JScrollBar
Sets the scrollbar's value.
setValue(value, programmatic) — Method in class org.aswing.JSlider
Sets the slider's value.
setValueAt(aValue, row, column) — Method in class org.aswing.JTable
Sets the value for the cell in the table model at row and column.
setValueAt(aValue, rowIndex, columnIndex) — Method in class org.aswing.table.AbstractTableModel
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
setValueAt(aValue, row, column) — Method in class org.aswing.table.DefaultTableModel
Sets the object value for the cell at column and row.
setValueAt(aValue, rowIndex, columnIndex) — Method in interface org.aswing.table.TableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(aValue, row, column) — Method in class org.aswing.table.sorter.TableSorter
setValueIsAdjusting(b) — Method in interface org.aswing.BoundedRangeModel
This attribute indicates that any upcoming changes to the value of the model should be considered a single event.
setValueIsAdjusting(b) — Method in class org.aswing.DefaultBoundedRangeModel
setValueIsAdjusting(b) — Method in class org.aswing.JAdjuster
Sets the model's valueIsAdjusting property.
setValueIsAdjusting(b) — Method in class org.aswing.JScrollBar
Sets the model's valueIsAdjusting property.
setValueIsAdjusting(b) — Method in class org.aswing.JSlider
Sets the model's valueIsAdjusting property.
setValueParser(parser) — Method in class org.aswing.JAdjuster
Sets a function(String):int to parse the value from the string in the input text.
setValues(newValue, newExtent, newMin, newMax) — Method in class org.aswing.JAdjuster
Sets the four BoundedRangeModel properties after forcing the arguments to obey the usual constraints: "minimum le value le value+extent le maximum" ("le" means less or equals)
setValues(newValue, newExtent, newMin, newMax, programmatic) — Method in class org.aswing.JScrollBar
Sets the four BoundedRangeModel properties after forcing the arguments to obey the usual constraints: "minimum le value le value+extent le maximum" ("le" means less or equals)
setValues(newValue, newExtent, newMin, newMax, programmatic) — Method in class org.aswing.JSlider
Sets the four BoundedRangeModel properties after forcing the arguments to obey the usual constraints: "minimum le value le value+extent le maximum" ("le" means less or equals)
setValueTip(valueTip:org.aswing:JToolTip) — Method in class org.aswing.JSlider
Sets a Tip component to show the value tip.
setValueTranslator(translator) — Method in class org.aswing.JAdjuster
Sets a function(int):String to translator the value to the string representation in the input text.
setVerticalAlignment(alignment) — Method in class org.aswing.AbstractButton
Sets the vertical alignment of the icon and text.
setVerticalAlignment(alignment) — Method in class org.aswing.AbstractTabbedPane
Sets the vertical alignment of the icon and text.
setVerticalAlignment(alignment) — Method in class org.aswing.AssetPane
Sets the vertical alignment of the image/animation.
setVerticalAlignment(alignment) — Method in class org.aswing.JLabel
Sets the vertical alignment of the icon and text.
setVerticalAlignment(alignment) — Method in class org.aswing.JViewport
Sets the vertical alignment of the view if the view is lower than extent height.
setVerticalAlignment(alignment) — Method in class org.aswing.ext.FormRow
Sets the default vertical alignment of the children in the row.
setVerticalAlignment(alignment) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setVerticalBlockIncrement(increment) — Method in class org.aswing.JList
setVerticalBlockIncrement(increment) — Method in class org.aswing.JTable
setVerticalBlockIncrement(increment) — Method in class org.aswing.JTextArea
Sets the block value for the Vertical scrolling.
setVerticalBlockIncrement(increment) — Method in class org.aswing.JTree
setVerticalBlockIncrement(increment) — Method in class org.aswing.JViewport
Sets the block value for the Vertical scrolling.
setVerticalBlockIncrement(increment) — Method in interface org.aswing.Viewportable
Sets the block value for the Vertical scrolling.
setVerticalScrollBar(verticalScrollBar:org.aswing:JScrollBar) — Method in class org.aswing.JScrollPane
Adds the scrollbar that controls the viewport's vertical view position to the scrollpane.
setVerticalScrollBarPolicy(policy) — Method in class org.aswing.JScrollPane
setVerticalTextPosition(textPosition) — Method in class org.aswing.AbstractButton
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(textPosition) — Method in class org.aswing.AbstractTabbedPane
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(textPosition) — Method in class org.aswing.JLabel
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(textPosition) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab
setVerticalUnitIncrement(increment) — Method in class org.aswing.JList
setVerticalUnitIncrement(increment) — Method in class org.aswing.JTable
setVerticalUnitIncrement(increment) — Method in class org.aswing.JTextArea
Sets the unit value for the Vertical scrolling.
setVerticalUnitIncrement(increment) — Method in class org.aswing.JTree
setVerticalUnitIncrement(increment) — Method in class org.aswing.JViewport
Sets the unit value for the Vertical scrolling.
setVerticalUnitIncrement(increment) — Method in interface org.aswing.Viewportable
Sets the unit value for the Vertical scrolling.
setVgap(vgap) — Method in class org.aswing.BorderLayout
Set vertical gap
setVgap(vgap) — Method in class org.aswing.FlowLayout
Sets the vertical gap between components.
setVgap(vgap) — Method in class org.aswing.GridLayout
Sets the vertical gap between components to the specified value.
setVgap(vgap) — Method in class org.aswing.ext.GridListLayout
setVGap(gap) — Method in class org.aswing.ext.Form
setVGap(g) — Method in class org.aswing.ext.GridList
setView(viewOrViewport) — Method in class org.aswing.JScrollPane
setView(view:Component)
setView(view:Viewportable)
Sets the view to viewed and scrolled by this scrollpane.
setView(view:org.aswing:Component) — Method in class org.aswing.JViewport
Sets the view component.
setViewport(vp:org.aswing:Viewportable) — Method in class org.aswing.JScrollPane
Removes the old viewport (if there is one); and syncs the scrollbars and headers with the new viewport.
setViewportTestSize(s:org.aswing.geom:IntDimension) — Method in class org.aswing.JList
setViewportTestSize(s:org.aswing.geom:IntDimension) — Method in class org.aswing.JTable
setViewportTestSize(s:org.aswing.geom:IntDimension) — Method in class org.aswing.JTextArea
setViewportTestSize(s:org.aswing.geom:IntDimension) — Method in class org.aswing.JTree
setViewportTestSize(s:org.aswing.geom:IntDimension) — Method in class org.aswing.JViewport
setViewportTestSize(s:org.aswing.geom:IntDimension) — Method in interface org.aswing.Viewportable
Before JScrollPane analyse the scroll properties(call getExtentSize and getViewSize), it will call this method to set the size of viewport will be to test.
setViewportView(view:org.aswing:Component) — Method in class org.aswing.JScrollPane
If currently viewport is a JViewport instance, set the view to it.
setViewPosition(p:org.aswing.geom:IntPoint, programmatic) — Method in class org.aswing.JList
setViewPosition(p:org.aswing.geom:IntPoint, programmatic) — Method in class org.aswing.JTable
setViewPosition(p:org.aswing.geom:IntPoint, programmatic) — Method in class org.aswing.JTextArea
setViewPosition(p:org.aswing.geom:IntPoint, programmatic) — Method in class org.aswing.JTree
setViewPosition(p:org.aswing.geom:IntPoint, programmatic) — Method in class org.aswing.JViewport
setViewPosition(p:org.aswing.geom:IntPoint, programmatic) — Method in interface org.aswing.Viewportable
Sets the view coordinates that appear in the upper left hand corner of the viewport.
setVisible(v) — Method in class org.aswing.Component
Set a component to be hide or shown.
setVisible(v) — Method in class org.aswing.JPopup
Shows or hides the Popup.
setVisible(b) — Method in class org.aswing.JPopupMenu
Sets the visibility of the popup menu.
setVisible(v) — Method in class org.aswing.JWindow
Shows or hides the Window.
setVisibleAmount(extent) — Method in class org.aswing.JScrollBar
Set the model's extent property.
setVisibleAt(index, visible) — Method in class org.aswing.AbstractTabbedPane
Sets whether or not the tab at index is visible.
setVisibleAt(index, visible) — Method in class org.aswing.JTabbedPane
Not support this function.
setVisibleCellWidth(w) — Method in class org.aswing.JList
Sets the preferred width the list that can be displayed.
setVisibleRowCount(c) — Method in class org.aswing.JList
Sets the preferred number of rows in the list that can be displayed.
setVisibleRowCount(newCount) — Method in class org.aswing.JTree
Sets the number of rows that are to be displayed.
setWaitThenPopupEnabled(b) — Method in class org.aswing.JToolTip
Sets whether the tooltip should wait and then popup automatically when roll over the target component.
setWidth(width) — Method in class org.aswing.AssetIcon
setWidth(width) — Method in class org.aswing.Component
Sets the component's width.
setWidth(width) — Method in class org.aswing.table.TableColumn
setWithPoint(p) — Method in class org.aswing.geom.IntPoint
Sets the location with a Point, the value will be transfer to int.
setWithRectangle(r) — Method in class org.aswing.geom.IntRectangle
Sets the location with a Point, the value will be transfer to int.
setWordWrap(b) — Method in class org.aswing.JTextComponent
setX(x) — Method in class org.aswing.Component
Sets the x coordinate of the components.
setY(y) — Method in class org.aswing.Component
Sets the y coordinate of the components.
shape — Property in class org.aswing.plaf.basic.tabbedpane.CloseIcon
shareCelles — Property in class org.aswing.DefaultListTextCellFactory
sharedInstance() — Static method in class org.aswing.tree.EmptySelectionModel
Returns a shared instance of an empty selection model.
shift() — Method in class org.aswing.VectorListModel
shift() — Method in class org.aswing.util.LinkedList
shift() — Method in interface org.aswing.util.List
Removes and return the first element in the list.
shift() — Method in class org.aswing.util.Vector
shouldGroundVisible() — Method in class org.aswing.JPopup
Returns should ground be visible through.
shouldOwnedPopupGroundVisible(popup:org.aswing:JPopup) — Method in class org.aswing.JFrame
shouldOwnedPopupGroundVisible(popup:org.aswing:JPopup) — Method in class org.aswing.JPopup
Returns should owned popup ground be visible.
show() — Method in class org.aswing.JPopup
Shortcut of setVisible(true)
show(invoker:org.aswing:Component, x, y) — Method in class org.aswing.JPopupMenu
Displays the popup menu at the position x,y in the coordinate space of the component invoker.
showCustomCursor(cursor, hideSystemCursor) — Method in class org.aswing.CursorManager
Shows your display object as the cursor and/or not hide the system cursor.
showDialog(component:org.aswing:Component, title, initialColor:org.aswing:ASColor, modal, okHandler, cancelHandler, location:org.aswing.geom:IntPoint) — Static method in class org.aswing.JColorChooser
Shows a modal color-chooser dialog to let user to choose a color.
showInputDialog(title, msg, finishHandler, defaultValue, parentComponent:org.aswing:Component, modal, icon:org.aswing:Icon) — Static method in class org.aswing.JOptionPane
showMessageDialog(title:String, msg:String, finishHandler:Function, defaultValue:String, parentComponent:Component, modal:Boolean, icon:Icon)
showMessageDialog(title:String, msg:String, finishHandler:Function, defaultValue:String, parentComponent:Component, modal:Boolean)
showMessageDialog(title:String, msg:String, finishHandler:Function, defaultValue:String, parentComponent:Component)
showMessageDialog(title:String, msg:String, finishHandler:Function, defaultValue:String)
showMessageDialog(title:String, msg:String, finishHandler:Function)

Show a message box with specifield title, message, and icon and a TextField to requare user to input a string.

showMessageDialog(title, msg, finishHandler, parentComponent:org.aswing:Component, modal, icon:org.aswing:Icon, buttons) — Static method in class org.aswing.JOptionPane
showMessageDialog(title:String, msg:String, finishHandler:Function, parentComponent:Component, modal:Boolean, icon:Icon, buttons:Number)
showMessageDialog(title:String, msg:String, finishHandler:Function, parentComponent:Component, modal:Boolean, icon:Icon)
showMessageDialog(title:String, msg:String, finishHandler:Function, parentComponent:Component, modal:Boolean)
showMessageDialog(title:String, msg:String, finishHandler:Function, parentComponent:Component)
showMessageDialog(title:String, msg:String, finishHandler:Function)

Show a message box with specifield title, message, and icon.

shown — Event in class org.aswing.Component
Dispatched when the component visible is set to true from false.
SHOWN — Constant static property in class org.aswing.event.AWEvent
The AWEvent.SHOWN constant defines the value of the type property of the event object for a shown event.
showPopup() — Method in class org.aswing.JComboBox
Causes the combo box to display its popup window.
showToolTip() — Method in class org.aswing.JToolTip
Shows tooltip directly.
SideLineBorder — Class in package org.aswing.border
A border that draw a line at one side of a component.
SideLineBorder(interior:org.aswing:Border, side, color:org.aswing:ASColor, thickness) — Constructor in class org.aswing.border.SideLineBorder
SideLineBorder(interior:Border, side:Number, color:ASColor, thickness:Number)
SideLineBorder(interior:Border, side:Number, color:ASColor)
SideLineBorder(interior:Border, side:Number)
SideLineBorder(interior:Border)
SideLineBorder()

SimpleButtonIcon — Class in package org.aswing
SimpleButtonIcon(asset) — Constructor in class org.aswing.SimpleButtonIcon
SimpleButtonIconToggle — Class in package org.aswing
SimpleButtonIconToggle(asset) — Constructor in class org.aswing.SimpleButtonIconToggle
SimpleTitledBorder — Class in package org.aswing.border
SimpleTitledBorder(interior:org.aswing:Border, title, position, align, offset, font:org.aswing:ASFont, color:org.aswing:ASColor) — Constructor in class org.aswing.border.SimpleTitledBorder
Create a simple titled border.
SINGLE_SELECTION — Constant static property in class org.aswing.DefaultListSelectionModel
Only can select one most item at a time.
SINGLE_SELECTION — Static property in class org.aswing.JList
Only can select one most item at a time.
SINGLE_SELECTION — Constant static property in class org.aswing.JTable
Only can select one most item at a time.
SINGLE_SELECTION — Static property in class org.aswing.ext.GridList
Only can select one most item at a time.
SingleSelectionModel — Interface in package org.aswing
A model that supports at most one indexed selection.
SINGLE_TREE_SELECTION — Constant static property in class org.aswing.JTree
Selection can only contain one path at a time.
SINGLE_TREE_SELECTION — Constant static property in class org.aswing.tree.DefaultTreeSelectionModel
Selection can only contain one path at a time.
size() — Method in class org.aswing.Component
Do the process when size changed.
size() — Method in class org.aswing.JTextArea
size() — Method in class org.aswing.VectorListModel
size() — Method in class org.aswing.tree.TreePathMap
size() — Method in class org.aswing.util.HashMap
Returns the number of keys in this HashMap.
size() — Method in class org.aswing.util.HashSet
size() — Method in class org.aswing.util.LinkedList
size() — Method in interface org.aswing.util.List
Returns the number of elements in this list.
size() — Method in class org.aswing.util.Vector
sizeWidthToFit() — Method in class org.aswing.table.TableColumn
Resizes the TableColumn to fit the width of its header cell.
SliderUI — Interface in package org.aswing.plaf
Pluginable ui for Slider.
SoftBox — Class in package org.aswing
A JPanel with SoftBoxLayout.
SoftBox(axis, gap, align) — Constructor in class org.aswing.SoftBox
SoftBox(axis:int, gap:int, align:int)
SoftBox(axis:int, gap:int)
default align to LEFT.
SoftBoxLayout — Class in package org.aswing
The SoftBoxLayout will layout the child components using their preferredWidth or preferredHeight instead of width or height.
SoftBoxLayout(axis, gap, align) — Constructor in class org.aswing.SoftBoxLayout
SolidBackground — Class in package org.aswing
A background decorator that paint a solid color.
SolidBackground(color:org.aswing:ASColor) — Constructor in class org.aswing.SolidBackground
SolidBrush — Class in package org.aswing.graphics
SolidBrush encapsulate fill parameters for flash.display.Graphics.beginFill()
SolidBrush(color:org.aswing:ASColor) — Constructor in class org.aswing.graphics.SolidBrush
sort(compare, options) — Method in class org.aswing.VectorListModel
sort(compare, options) — Method in class org.aswing.util.Vector
SortableHeaderRenderer — Class in package org.aswing.table.sorter
SortableHeaderRenderer(originalRenderer:org.aswing.table:TableCellFactory, tableSorter:org.aswing.table.sorter:TableSorter) — Constructor in class org.aswing.table.sorter.SortableHeaderRenderer
SortableTextHeaderCell — Class in package org.aswing.table.sorter
SortableTextHeaderCell(tableSorter:org.aswing.table.sorter:TableSorter) — Constructor in class org.aswing.table.sorter.SortableTextHeaderCell
sortOn(key, options) — Method in class org.aswing.VectorListModel
sortOn(key, options) — Method in class org.aswing.util.Vector
SourceData — Class in package org.aswing.dnd
The drag source data.
SourceData(name, data) — Constructor in class org.aswing.dnd.SourceData
SOUTH — Constant static property in class org.aswing.AsWingConstants
Compass-direction south (down).
SOUTH — Constant static property in class org.aswing.BorderLayout
The south layout constraint (bottom of container).
SOUTH — Constant static property in class org.aswing.border.SideLineBorder
The south side constraint (bottom of component).
SOUTH_EAST — Constant static property in class org.aswing.AsWingConstants
Compass-direction south-east (lower right).
SOUTH_WEST — Constant static property in class org.aswing.AsWingConstants
Compass-direction south-west (lower left).
SplitPaneUI — Class in package org.aswing.plaf
Pluggable look and feel interface for JSplitPane.
SplitPaneUI() — Constructor in class org.aswing.plaf.SplitPaneUI
Stack — Class in package org.aswing.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() — Constructor in class org.aswing.util.Stack
Creates an empty Stack.
start() — Method in class org.aswing.util.AbstractImpulser
start() — Method in interface org.aswing.util.Impulser
Starts the Impulser, causing it to start sending action events to its listeners.
start() — Method in class org.aswing.util.Timer
Starts the Timer, causing it to start sending action events to its listeners.
startArrowCursor() — Method in class org.aswing.resizer.DefaultResizer
startCellEditing(owner:org.aswing:Container, value:org.aswing.geom:IntRectangle, bounds) — Method in class org.aswing.AbstractCellEditor
startCellEditing(owner:org.aswing:Container, value:org.aswing.geom:IntRectangle, bounds) — Method in interface org.aswing.CellEditor
Returns true if the editing cell should be selected, false otherwise.
startDrag(lockCenter, bounds) — Method in class org.aswing.JPopup
startDrag(dragInitiator:org.aswing:Component, sourceData:org.aswing.dnd:SourceData, dragImage:org.aswing.dnd:DraggingImage, dragListener:org.aswing.dnd:DragListener) — Static method in class org.aswing.dnd.DragManager
startDrag(dragInitiator:Component, dragSource, dragImage:MovieClip, lis:DragListener)
startDrag(dragInitiator:Component, dragSource, dragImage:MovieClip)
startDrag(dragInitiator:Component, dragSource)

Starts dragging a initiator, with dragSource, a dragging Image, and a listener.

startEditingAtPath(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree
Selects the node identified by the specified path and initiates editing.
startMotionAndLaterRemove(dragInitiator:org.aswing:Component, dragObject) — Method in class org.aswing.dnd.DirectlyRemoveMotion
startMotionAndLaterRemove(dragInitiator:org.aswing:Component, dragObject) — Method in interface org.aswing.dnd.DropMotion
Starts the drop motion and remove the dragObject from its parent when motion is completed.
startMotionAndLaterRemove(dragInitiator:org.aswing:Component, dragObject) — Method in class org.aswing.dnd.RejectedMotion
startResize(strategy:org.aswing.resizer:ResizeStrategy) — Method in class org.aswing.resizer.DefaultResizer
startsWith(targetString, subString) — Static method in class org.aswing.util.StringUtils
startWaitToPopup() — Method in class org.aswing.JToolTip
Starts waits to popup, if mouse are not moved for a while, the tool tip will be popuped.
state — Property in class org.aswing.JFrame
stateChanged — Event in class org.aswing.AbstractButton
Dispatched when the button's state changed.
stateChanged — Event in class org.aswing.AbstractTabbedPane
Dispatched when the selected tab changed.
stateChanged — Event in class org.aswing.JAdjuster
Dispatched when the adjuster's state changed.
stateChanged — Event in class org.aswing.JFrame
Dispatched when the frame's state changed.
stateChanged — Event in class org.aswing.JList
Dispatched when the viewport's state changed.
stateChanged — Event in class org.aswing.JProgressBar
Dispatched when the scrollBar's state changed.
stateChanged — Event in class org.aswing.JScrollBar
Dispatched when the scrollBar's state changed.
stateChanged — Event in class org.aswing.JSlider
Dispatched when the slider's state changed.
stateChanged — Event in class org.aswing.JSplitPane
Dispatched when the divider moved.
stateChanged — Event in class org.aswing.JTextArea
Dispatched when the viewport's state changed.
stateChanged — Event in class org.aswing.JToolTip
Dispatched when the tip is showing(before showed), with this method you can change the tip text, then the showing text will be the new text.
stateChanged — Event in class org.aswing.JViewport
Dispatched when the viewport's state changed.
stateChanged — Event in interface org.aswing.Viewportable
Dispatched when the viewport's state changed.
stateChanged — Event in class org.aswing.colorchooser.AbstractColorChooserPanel
Dispatched when the color selection changed.
stateChanged — Event in class org.aswing.ext.Folder
Dispatched when the button's state changed.
STATE_CHANGED — Constant static property in class org.aswing.event.InteractiveEvent
The InteractiveEvent.STATE_CHANGED constant defines the value of the type property of the event object for a stateChanged event.
stop() — Method in class org.aswing.util.AbstractImpulser
stop() — Method in interface org.aswing.util.Impulser
Stops the Impulser, causing it to stop sending action events to its listeners.
stop() — Method in class org.aswing.util.Timer
Stops the Timer, causing it to stop sending action events to its listeners.
stopArrowCursor() — Method in class org.aswing.resizer.DefaultResizer
stopCellEditing() — Method in class org.aswing.AbstractCellEditor
stopCellEditing() — Method in interface org.aswing.CellEditor
Tells the editor to stop editing and accept any partially edited value as the value of the editor.
stopDrag() — Method in class org.aswing.JPopup
stopEditing() — Method in class org.aswing.JTree
Ends the current editing session.
stopWaitToPopup() — Method in class org.aswing.JToolTip
Stops waiting.
storeOriginalScale() — Method in class org.aswing.AssetPane
StringUtils — Class in package org.aswing.util
subArray(startIndex, length) — Method in class org.aswing.VectorListModel
Returns a array that contains elements start with startIndex and has length elements.
subArray(startIndex, length) — Method in class org.aswing.util.Vector
Returns a array that contains elements start with startIndex and has length elements.
swapChildren(child1, child2) — Method in class org.aswing.AWSprite
swapChildrenAt(index1, index2) — Method in class org.aswing.AWSprite
switchToAcceptImage() — Method in class org.aswing.dnd.DefaultDragImage
switchToAcceptImage() — Method in interface org.aswing.dnd.DraggingImage
Paints the image for accept state of dragging.(means drop allowed)
switchToRejectImage() — Method in class org.aswing.dnd.DefaultDragImage
switchToRejectImage() — Method in interface org.aswing.dnd.DraggingImage
Paints the image for reject state of dragging.(means drop not allowed)
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