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 s