| 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 | |
| IBrush — Interface in package org.aswing.graphics | |
|
Brush to fill a closed area. Use it with a org.aswing.graphics.Graphics2D instance |
|
| icon — Property in class org.aswing.JFrame | |
| icon — Property in class org.aswing.JFrameTitleBar | |
| Icon — Interface in package org.aswing | |
| A small fixed size picture, typically used to decorate components. | |
| ICON — Constant static property in class org.aswing.plaf.EmptyUIResources | |
| The default empty value for icon. | |
| ICONIFIED — Constant static property in class org.aswing.JFrame | |
| iconifiedButton — Property in class org.aswing.JFrameTitleBar | |
| ImpMissError — Class in package org.aswing.error | |
| This error indicates that an abstract class's abstract method missing overriden error. | |
| ImpMissError() — Constructor in class org.aswing.error.ImpMissError | |
| Impulser — Interface in package org.aswing.util | |
| Declares API to fire one or more action events after a specified delay. | |
| inactiveColor — Property in class org.aswing.plaf.basic.frame.BasicFrameTitleBarBG | |
| inactiveTextColor — Property in class org.aswing.JFrameTitleBar | |
| increaseSize(s:org.aswing.geom:IntDimension) — Method in class org.aswing.geom.IntDimension | |
Increases the size by s and return its self(this). |
|
| indexInArray(arr, obj) — Static method in class org.aswing.util.ArrayUtils | |
| indexOf(obj) — Method in class org.aswing.VectorListModel | |
| indexOf(element) — Method in class org.aswing.util.LinkedList | |
| indexOf(element) — Method in interface org.aswing.util.List | |
| Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element. | |
| indexOf(obj) — Method in class org.aswing.util.Vector | |
| indexOfIcon(icon:org.aswing:Icon) — Method in class org.aswing.AbstractTabbedPane | |
| Returns the first tab index with a given icon, or -1 if no tab has this icon. | |
| indexOfTip(tip) — Method in class org.aswing.AbstractTabbedPane | |
| Returns the first tab index with a given tip, or -1 if no tab has this tip. | |
| indexOfTitle(title) — Method in class org.aswing.AbstractTabbedPane | |
| Returns the first tab index with a given title, or -1 if no tab has this title. | |
| init(theStage) — Method in class org.aswing.FocusManager | |
| Init the focus manager, it will only start works when it is inited. | |
| init — Event in class org.aswing.JLoadPane | |
| Dispatched when the properties and methods of a loaded SWF file are accessible. | |
| init(root) — Method in class org.aswing.KeyboardManager | |
| Init the keyboad manager, it will only start works when it is inited. | |
| initAsStandard(root, _preventNullFocus, workWithFlex) — Static method in class org.aswing.AsWingManager | |
| Init AsWing as a standard setting. | |
| initClassDefaults(table:org.aswing:UIDefaults) — Method in class org.aswing.plaf.basic.BasicLookAndFeel | |
| initCommonUtils(table:org.aswing:UIDefaults) — Method in class org.aswing.plaf.basic.BasicLookAndFeel | |
| initComponentDefaults(table:org.aswing:UIDefaults) — Method in class org.aswing.plaf.basic.BasicLookAndFeel | |
| inited — Property in class org.aswing.KeyboardManager | |
| initFocusability() — Method in class org.aswing.JMenuItem | |
Inititalizes the focusability of the the JMenuItem. |
|
| initialDelay — Property in class org.aswing.util.AbstractImpulser | |
| initJLabel(jlabel:org.aswing:JLabel) — Method in class org.aswing.DefaultComboBoxListCell | |
| initJLabel(jlabel:org.aswing:JLabel) — Method in class org.aswing.DefaultListCell | |
| initModalMC() — Method in class org.aswing.JFrame | |
| initModalMC() — Method in class org.aswing.JPopup | |
| initStage(theStage) — Static method in class org.aswing.AsWingManager | |
| Init the stage for AsWing, this method should be better called when flashplayer start. | |
| initSystemColorDefaults(table:org.aswing:UIDefaults) — Method in class org.aswing.plaf.basic.BasicLookAndFeel | |
| initSystemFontDefaults(table:org.aswing:UIDefaults) — Method in class org.aswing.plaf.basic.BasicLookAndFeel | |
| initTab(owner:org.aswing:Component) — Method in class org.aswing.plaf.basic.tabbedpane.BasicClosableTabbedPaneTab | |
| initWithDataNames(data, columnNames) — Method in class org.aswing.table.DefaultTableModel | |
Initializes a DefaultTableModel
by passing data and columnNames
to the setDataArray
method. |
|
| initWithNamesRowcount(columnNames, rowCount) — Method in class org.aswing.table.DefaultTableModel | |
Initializes a DefaultTableModel with as many
columns as there are elements in columnNames
and rowCount of null
object values. |
|
| initWithRowcountColumncount(rowCount, columnCount) — Method in class org.aswing.table.DefaultTableModel | |
Initializes a DefaultTableModel with
rowCount and columnCount of
null object values. |
|
| insert(i, com:org.aswing:Component, constraints) — Method in class org.aswing.AbstractTabbedPane | |
| Adds a component to the tabbedpane with spesified index. | |
| insert(i, com:org.aswing:Component, constraints) — Method in class org.aswing.Container | |
| Add component to spesified index. | |
| insert(i, c:org.aswing:Component) — Method in class org.aswing.JMenu | |
| Inserts a component(generally JMenuItem or JSeparator) to this menu. | |
| insert(i, com:org.aswing:Component, constraints) — Method in class org.aswing.JScrollPane | |
| Sets the com to be the view. | |
| insert(i, com:org.aswing:Component, constraints) — Method in class org.aswing.JViewport | |
| In fact just call setView(com) in this method | |
| insert(newChild:org.aswing.tree:MutableTreeNode, childIndex) — Method in class org.aswing.tree.DefaultMutableTreeNode | |
Removes newChild from its present parent (if it has a
parent), sets the child's parent to this node, and then adds the child
to this node's child array at index childIndex. |
|
| insert(child:org.aswing.tree:MutableTreeNode, index) — Method in interface org.aswing.tree.MutableTreeNode | |
Adds child to the receiver at index. |
|
| INSERT — Constant static property in class org.aswing.event.TableModelEvent | |
| Identifies the addtion of new rows or columns. | |
| insertAll(index, ... rest) — Method in class org.aswing.Container | |
| Insets one or more component to the container with null constraints at specified starting index. | |
| insertElementAt(item, index) — Method in interface org.aswing.MutableListModel | |
| Inserts a element at specified position. | |
| insertElementAt(item, index) — Method in class org.aswing.VectorListModel | |
| insertImp(i, com:org.aswing:Component, constraints) — Method in class org.aswing.AbstractTabbedPane | |
| This will call insertTab() | |
| insertImp(i, com:org.aswing:Component, constraints) — Method in class org.aswing.Container | |
| insertImp(i, com:org.aswing:Component, constraints) — Method in class org.aswing.JSplitPane | |
| insertIndexInterval(index, length, before, programmatic) — Method in class org.aswing.DefaultListSelectionModel | |
| insertIndexInterval(index, length, before, programmatic) — Method in interface org.aswing.ListSelectionModel | |
| Insert length indices beginning before/after index. | |
| insertNodeInto(newChild:org.aswing.tree:MutableTreeNode, parent:org.aswing.tree:MutableTreeNode, index) — Method in class org.aswing.tree.DefaultTreeModel | |
| Invoked this to insert newChild at location index in parents children. | |
| insertProperties(i, title, icon:org.aswing:Icon, tip) — Method in class org.aswing.AbstractTabbedPane | |
| insertProperties(i, title, icon:org.aswing:Icon, tip) — Method in class org.aswing.JClosableTabbedPane | |
| insertRow(index, ... rest) — Method in class org.aswing.ext.Form | |
| insertRow(row, rowData) — Method in class org.aswing.table.DefaultTableModel | |
Inserts a row at row in the model. |
|
| insertTab(i, com:org.aswing:Component, title, icon:org.aswing:Icon, tip) — Method in class org.aswing.AbstractTabbedPane | |
| Inserts a component, at index, represented by a title and/or icon, either of which may be null. | |
| insertToArray(arr, i, obj) — Method in class org.aswing.AbstractTabbedPane | |
| Insets — Class in package org.aswing | |
| An Insets object is a representation of the borders of a container. | |
| Insets(top, left, bottom, right) — Constructor in class org.aswing.Insets | |
| Creats an insets. | |
| INSETS — Constant static property in class org.aswing.plaf.EmptyUIResources | |
| The default empty value for insets. | |
| InsetsUIResource — Class in package org.aswing.plaf | |
| Insets UI Resource. | |
| InsetsUIResource(top, left, bottom, right) — Constructor in class org.aswing.plaf.InsetsUIResource | |
| installBasicProperties(c:org.aswing:Component, componentUIPrefix, defaultOpaquerName, defaultFocusableName) — Static method in class org.aswing.LookAndFeel | |
| Convenience method for initializing a component's basic properties values from the current defaults table. | |
| installBorderAndBFDecorators(c:org.aswing:Component, componentUIPrefix, defaultBorderName, defaultBGDName, defaultFGDName) — Static method in class org.aswing.LookAndFeel | |
| Convenience method for installing a component's default Border , background decorator and foreground decorator object on the specified component if either the border is currently null or already an instance of UIResource. | |
| installColors(c:org.aswing:Component, componentUIPrefix, defaultBgName, defaultFgName) — Static method in class org.aswing.LookAndFeel | |
| Convenience method for initializing a component's foreground and background color properties with values from the current defaults table. | |
| installColorsAndFont(c:org.aswing:Component, componentUIPrefix, defaultBgName, defaultFgName, defaultFontName) — Static method in class org.aswing.LookAndFeel | |
| installFont(c:org.aswing:Component, componentUIPrefix, defaultFontName) — Static method in class org.aswing.LookAndFeel | |
| Convenience method for initializing a component's font with value from the current defaults table. | |
| installIcon(icon:org.aswing:Icon) — Method in class org.aswing.AbstractButton | |
| installIcon(icon:org.aswing:Icon) — Method in class org.aswing.JLabel | |
| installListeners() — Method in class org.aswing.plaf.basic.BasicClosableTabbedPaneUI | |
| installUI(c:org.aswing:Component) — Method in class org.aswing.plaf.BaseComponentUI | |
| installUI(c:org.aswing:Component) — Method in interface org.aswing.plaf.ComponentUI | |
| Configures the specified component appropriate for the look and feel. | |
| INSTANCE — Constant static property in class org.aswing.plaf.DefaultEmptyDecoraterResource | |
| Shared instance. | |
| IntDimension — Class in package org.aswing.geom | |
|
The Dimension class encapsulates the width and height of a componentin a single object. Note this Class use int as its parameters on purpose to avoid problems that happended in aswing before. |
|
| IntDimension(width, height) — Constructor in class org.aswing.geom.IntDimension | |
| Creates a dimension. | |
| InteractiveEvent — Class in package org.aswing.event | |
| The event that has is about interactive. | |
| InteractiveEvent(type, programmatic, bubbles, cancelable) — Constructor in class org.aswing.event.InteractiveEvent | |
| intervalAdded(e:org.aswing.event:ListDataEvent) — Method in class org.aswing.JList | |
| data in list has changed, update JList if needed. | |
| intervalAdded(e:org.aswing.event:ListDataEvent) — Method in interface org.aswing.event.ListDataListener | |
| Sent after the indices in the index0,index1 interval have been inserted in the data model. | |
| intervalAdded(e:org.aswing.event:ListDataEvent) — Method in class org.aswing.ext.GridList | |
| data in list has changed, update JList if needed. | |
| intervalAdded(e:org.aswing.event:ListDataEvent) — Method in class org.aswing.table.PropertyTableModel | |
| intervalRemoved(e:org.aswing.event:ListDataEvent) — Method in class org.aswing.JList | |
| data in list has changed, update JList if needed. | |
| intervalRemoved(e:org.aswing.event:ListDataEvent) — Method in interface org.aswing.event.ListDataListener | |
| Sent after the indices in the index0,index1 interval have been removed from the data model. | |
| intervalRemoved(e:org.aswing.event:ListDataEvent) — Method in class org.aswing.ext.GridList | |
| data in list has changed, update JList if needed. | |
| intervalRemoved(e:org.aswing.event:ListDataEvent) — Method in class org.aswing.table.PropertyTableModel | |
| IntPoint — Class in package org.aswing.geom | |
| A point with x and y coordinates in int. | |
| IntPoint(x, y) — Constructor in class org.aswing.geom.IntPoint | |
| Constructor | |
| IntRectangle — Class in package org.aswing.geom | |
| A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (x, y) in the coordinate space, its width, and its height. | |
| IntRectangle(x, y, width, height) — Constructor in class org.aswing.geom.IntRectangle | |
| Creates a rectangle. | |
| inUseChanged() — Method in class org.aswing.JMenuItem | |
| invalidate() — Method in class org.aswing.CellPane | |
| invalidate() — Method in class org.aswing.Component | |
| Invalidates this component. | |
| invalidate() — Method in class org.aswing.Container | |
| Invalidates the container. | |
| invalidate() — Method in class org.aswing.table.DefaultTextCell | |
| Simpler this method to speed up performance | |
| invalidate() — Method in class org.aswing.table.JTableHeader | |
| Make it do not invalidate parents if it located in a JTable | |
| invalidate() — Method in class org.aswing.table.PoorTextCell | |
| Simpler this method to speed up performance | |
| invalidate() — Method in class org.aswing.tree.DefaultTreeCell | |
| Simpler this method to speed up performance | |
| invalidateColumnRowSize() — Method in class org.aswing.JTextComponent | |
| Invalidate the column and row size, make it will be recount when need it next time. | |
| invalidateLayout(target:org.aswing:Container) — Method in class org.aswing.EmptyLayout | |
| do nothing | |
| invalidateLayout(target:org.aswing:Container) — Method in class org.aswing.JList | |
| invalidateLayout(target:org.aswing:Container) — Method in class org.aswing.JTable | |
| invalidateLayout(target:org.aswing:Container) — Method in interface org.aswing.LayoutManager | |
| Invalidates the layout, indicating that if the layout manager has cached information it should be discarded. | |
| invalidateLayout(target:org.aswing:Container) — Method in class org.aswing.ext.Form | |
| invalidateLayout(target:org.aswing:Container) — Method in class org.aswing.ext.FormRow | |
| invalidatePathBounds(path:org.aswing.tree:TreePath) — Method in class org.aswing.tree.AbstractLayoutCache | |
Instructs the LayoutCache that the bounds for
path are invalid, and need to be updated. |
|
| invalidatePathBounds(path:org.aswing.tree:TreePath) — Method in class org.aswing.tree.FixedHeightLayoutCache | |
| Does nothing, FixedHeightLayoutCache doesn't cache width, and that is all that could change. | |
| invalidatePreferSizeCaches() — Method in class org.aswing.Component | |
| Clears this component and all parents above it's preferred size caches. | |
| invalidateSizes() — Method in class org.aswing.tree.AbstractLayoutCache | |
Informs the TreeState that it needs to recalculate
all the sizes it is referencing. |
|
| invalidateSizes() — Method in class org.aswing.tree.FixedHeightLayoutCache | |
| Informs the TreeState that it needs to recalculate all the sizes it is referencing. | |
| invalidateTree() — Method in class org.aswing.Component | |
| Makes this component and all parents above it are marked as needing to be laid out. | |
| invoker — Property in class org.aswing.JPopupMenu | |
| INVOKES_STOP_CELL_EDITING_PROPERTY — Constant static property in class org.aswing.JTree | |
Bound property name for messagesStopCellEditing. |
|
| ioError — Event in class org.aswing.JLoadPane | |
| Dispatched when an input or output error occurs that causes a load operation to fail. | |
| IPen — Interface in package org.aswing.graphics | |
|
Pen to draw lines. Use it with a org.aswing.graphics.Graphics2D instance |
|
| isActivable() — Method in class org.aswing.JWindow | |
| Returns whether or not the window is activable. | |
| isActive() — Method in class org.aswing.JWindow | |
| Returns whether this Window is active. | |
| isAddedPath() — Method in class org.aswing.event.TreeSelectionEvent | |
| Returns true if the first path element has been added to the selection, a return value of false means the first path has been removed from the selection. | |
| isAddedPathOfIndex(index) — Method in class org.aswing.event.TreeSelectionEvent | |
Returns true if the path identified by index was added to
the selection. |
|
| isAddedPathOfPath(path:org.aswing.tree:TreePath) — Method in class org.aswing.event.TreeSelectionEvent | |
| Returns true if the path identified by path was added to the selection. | |
| isAllCellHasSameHeight() — Method in class org.aswing.DefaultListTextCellFactory | |
| isAllCellHasSameHeight() — Method in class org.aswing.GeneralListCellFactory | |
| isAllCellHasSameHeight() — Method in interface org.aswing.ListCellFactory | |
| Returns is all cells has same height. | |
| isAlphaSectionVisible() — Method in class org.aswing.colorchooser.AbstractColorChooserPanel | |
| Returns true if the alpha editing section is shown, otherwise false. | |
| isAncestor(ancestor:org.aswing:Component, child:org.aswing:Component) — Static method in class org.aswing.AsWingUtils | |
| Returns whether or not the ancestor is the child's display ancestor. | |
| isAncestorComponent(ancestor:org.aswing:Component, child:org.aswing:Component) — Static method in class org.aswing.AsWingUtils | |
| Returns whether or not the ancestor is the child's component ancestor. | |
| isAncestorDisplayObject(ancestor, child) — Static method in class org.aswing.AsWingUtils | |
| Returns whether or not the ancestor is the child's ancestor. | |
| isAncestorOf(c:org.aswing:Component) — Method in class org.aswing.Container | |
| Checks if the component is contained in the component hierarchy of this container. | |
| isArmed() — Method in interface org.aswing.ButtonModel | |
| Indicates partial commitment towards pressing the button. | |
| isArmed() — Method in class org.aswing.DefaultButtonModel | |
| isAssetVisible() — Method in class org.aswing.AssetPane | |
| Returns the asset visible property. | |
| isAutoDnDDropTargetAllown() — Method in class org.aswing.JList | |
| Returns is this list allown to automatically be as an drag and drop target. | |
| isAutoDnDInitiatorAllown() — Method in class org.aswing.JList | |
| Returns is this list allown to automatically be as an drag and drop initiator. | |
| isAutoScroll() — Method in class org.aswing.ext.GridList | |
| isAutoSize() — Method in class org.aswing.JTextArea | |
| isAutoSize() — Method in class org.aswing.JTextComponent | |
| Subclass override this method to do right counting. | |
| isAutoSize() — Method in class org.aswing.JTextField | |
| isBeveled() — Method in class org.aswing.border.CaveBorder | |
| isBeveled() — Method in class org.aswing.border.TitledBorder | |
| isBold() — Method in class org.aswing.ASFont | |
| isBoolean(value) — Static method in class org.aswing.util.ObjectUtils | |
Checks wherever passed-in value is Boolean. |
|
| isBottom(mc) — Static method in class org.aswing.util.DepthManager | |
| Returns if the mc is at bottom depth. | |
| isButtonEvent(e, index) — Method in class org.aswing.plaf.basic.BasicClosableTabbedPaneUI | |
| isCachePreferSizes() — Method in class org.aswing.Component | |
| Returns whether or not the preferred size, minimum size and max size cache is turned on. | |
| isCellEditable(clickCount) — Method in class org.aswing.AbstractCellEditor | |
| isCellEditable(clickCount) — Method in interface org.aswing.CellEditor | |
Asks the editor if it can start editing using clickCount. |
|
| isCellEditable(row, column) — Method in class org.aswing.JTable | |
Returns true if the cell at row and column
is editable. |
|
| isCellEditable(rowIndex, columnIndex) — Method in class org.aswing.table.AbstractTableModel | |
| Returns false. | |
| isCellEditable(row, column) — Method in class org.aswing.table.DefaultTableModel | |
| Returns is the row column editable, default is true. | |
| isCellEditable(rowIndex, columnIndex) — Method in interface org.aswing.table.TableModel | |
Returns true if the cell at rowIndex and
columnIndex
is editable. |
|
| isCellEditable(row, column) — Method in class org.aswing.table.sorter.TableSorter | |
| isCellEditing() — Method in class org.aswing.AbstractCellEditor | |
| isCellEditing() — Method in interface org.aswing.CellEditor | |
| Returns is the cell editor is editing. | |
| isCellSelected(row, column) — Method in class org.aswing.JTable | |
| Returns true if the specified indices are in the valid range of rows and columns and the cell at the specified position is selected. | |
| isChild(child) — Method in class org.aswing.AWSprite | |
| Returns whether or not the child is this sprite's direct child. | |
| isClipMasked() — Method in class org.aswing.AWSprite | |
| Returns whether the component clip should be masked by its bounds. | |
| isClosable() — Method in class org.aswing.JFrame | |
| Returns whether this frame can be closed by the user. | |
| isCloseEnabledAt(index) — Method in class org.aswing.JClosableTabbedPane | |
| Returns whether or not the tab close button at index is currently enabled. | |
| isCollapsed(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree | |
| Returns true if the value identified by path is currently collapsed, this will return false if any of the values in path are currently not being displayed. | |
| isCollapsedOfRow(row) — Method in class org.aswing.JTree | |
| Returns true if the node at the specified display row is collapsed. | |
| isColumnEditable(column) — Method in class org.aswing.table.DefaultTableModel | |
| Returns is the column editable, default is true. | |
| isColumnSelected(column) — Method in class org.aswing.JTable | |
| Returns true if the specified index is in the valid range of columns, and the column at that index is selected. | |
| isColumnSortable(column) — Method in class org.aswing.table.sorter.TableSorter | |
| Returns specified column sortable, default is true. | |
| isComponentPartOfCurrentMenu(c:org.aswing:Component) — Method in class org.aswing.MenuSelectionManager | |
| Return true if c is part of the currently used menu | |
| isComponentPartOfMenu(root:org.aswing:MenuElement, c:org.aswing:Component) — Method in class org.aswing.MenuSelectionManager | |
| isCondenseWhite() — Method in class org.aswing.JTextComponent | |
| isContinuousLayout() — Method in class org.aswing.JSplitPane | |
Gets the continuousLayout property. |
|
| isDefaultButton() — Method in class org.aswing.JButton | |
| Returns whether this button is the default button of its root pane or not. | |
| isDefaultTraversalEnabled() — Static method in class org.aswing.FocusManager | |
Returns the default value for defaultTraversalEnabled. |
|
| isDescendant(aTreePath:org.aswing.tree:TreePath) — Method in class org.aswing.tree.TreePath | |
Returns true if aTreePath is a
descendant of this
TreePath. |
|
| isDisplayAsPassword() — Method in class org.aswing.JTextComponent | |
| isDisplayObjectShowing(dis) — Static method in class org.aswing.AsWingUtils | |
| Returns whethor or not the display object is showing, which means that it is visible and it's ancestors(parent, parent's parent ...) is visible and on stage too. | |
| isDragable() — Method in class org.aswing.JFrame | |
| Returns whether this frame can be dragged by the user. | |
| isDragAcceptableInitiator(com:org.aswing:Component) — Method in class org.aswing.Component | |
| Returns whether the component is acceptable drag initiator for this component. | |
| isDragDirectly() — Method in class org.aswing.JFrame | |
| Return whether need move frame directly when drag the frame. | |
| isDragDirectlySet() — Method in class org.aswing.JFrame | |
| Return is dragDirectly property is set by user. | |
| isDragEnabled() — Method in class org.aswing.Component | |
| Returns whether this component can fire ON_DRAG_RECOGNIZED event. | |
| isDropTrigger() — Method in class org.aswing.Component | |
| Returns whether this component can trigger dragging component to fire drag events when dragging over to this component.(Default value is false) | |
| isEditable() — Method in interface org.aswing.ComboBoxEditor | |
| Returns whether the editor is editable now. | |
| isEditable() — Method in class org.aswing.DefaultComboBoxEditor | |
| isEditable() — Method in interface org.aswing.EditableComponent | |
| Returns true if the component is editable, false not editable. | |
| isEditable() — Method in class org.aswing.JAdjuster | |
| Returns whether the adjuster is editable. | |
| isEditable() — Method in class org.aswing.JComboBox | |
Returns true if the JComboBox is editable. |
|
| isEditable() — Method in class org.aswing.JTextComponent | |
| isEditable() — Method in class org.aswing.JTree | |
| Returns true if the tree is editable. | |
| isEditing() — Method in class org.aswing.JTable | |
| Returns true if a cell is being edited. | |
| isEditing() — Method in class org.aswing.JTree | |
| Returns true if the tree is being edited. | |
| isEmbedFonts() — Method in class org.aswing.ASFont | |
| isEmbedFonts() — Method in class org.aswing.ASFontAdvProperties | |
| isEmpty() — Method in class org.aswing.VectorListModel | |
| isEmpty() — Method in class org.aswing.tree.TreePathMap | |
| isEmpty() — Method in class org.aswing.util.HashMap | |
| Returns if this HashMap maps no keys to values. | |
| isEmpty() — Method in class org.aswing.util.HashSet | |
| isEmpty() — Method in class org.aswing.util.LinkedList | |
| isEmpty() — Method in interface org.aswing.util.List | |
| Returns true if this list contains no elements. | |
| isEmpty() — Method in class org.aswing.util.Vector | |
| isEnabled() — Method in interface org.aswing.ButtonModel | |
| Indicates if the button can be selected or pressed by an input device (such as a mouse pointer). | |
| isEnabled() — Method in class org.aswing.Component | |
| Returns whether the component is enabled. | |
| isEnabled() — Method in class org.aswing.DefaultButtonModel | |
| isEnabled() — Method in class org.aswing.KeyboardManager | |
| isEnabled() — Method in class org.aswing.resizer.DefaultResizer | |
| isEnabled() — Method in interface org.aswing.resizer.Resizer | |
| Returns whether this resizer is enabled. | |
| isEnabledAt(index) — Method in class org.aswing.AbstractTabbedPane | |
| Returns whether or not the tab at index is currently enabled. | |
| isEnterKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isEscKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isExpanded(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree | |
| Returns true if the node identified by the path is currently expanded, | |
| isExpanded() — Method in class org.aswing.ext.Folder | |
| Returns whether the folder is expanded or not. | |
| isExpanded(path:org.aswing.tree:TreePath) — Method in class org.aswing.tree.AbstractLayoutCache | |
| Returns true if the value identified by row is currently expanded. | |
| isExpanded() — Method in class org.aswing.tree.FHTreeStateNode | |
| Returns true if this node is expanded. | |
| isExpanded(path:org.aswing.tree:TreePath) — Method in class org.aswing.tree.FixedHeightLayoutCache | |
| Returns true if the value identified by row is currently expanded. | |
| isExpandedOfRow(row) — Method in class org.aswing.JTree | |
| Returns true if the node at the specified display row is currently expanded. | |
| isExpandsSelectedPaths() — Method in class org.aswing.JTree | |
Returns the expandsSelectedPaths property. |
|
| isFocusable() — Method in class org.aswing.Component | |
| Returns whether this Component can be focused. | |
| isFocusableSet() — Method in class org.aswing.Component | |
| Returns whether or not the opaque property is set by user. | |
| isFocusOwner() — Method in class org.aswing.Component | |
Returns true if this Component is the
focus owner. |
|
| isFontValidated() — Method in class org.aswing.Component | |
| Returns whether the new font are applied and taked effect. | |
| isFunction(value) — Static method in class org.aswing.util.ObjectUtils | |
Checks wherever passed-in value is Function. |
|
| isHexSectionVisible() — Method in class org.aswing.colorchooser.AbstractColorChooserPanel | |
| Returns true if the hex editing section is shown, otherwise false. | |
| isIndeterminate() — Method in class org.aswing.JProgressBar | |
Returns the value of the indeterminate property. |
|
| isIndeterminateDelaySet() — Method in class org.aswing.JProgressBar | |
| isInitalFire — Property in class org.aswing.util.AbstractImpulser | |
| isInUse() — Method in class org.aswing.JMenuBar | |
| isInUse() — Method in class org.aswing.JMenuItem | |
| isInUse() — Method in class org.aswing.JPopupMenu | |
| isInUse() — Method in interface org.aswing.MenuElement | |
| Returns whether the menu element is in use or not. | |
| isInvokesStopCellEditing() — Method in class org.aswing.JTree | |
| Returns the indicator that tells what happens when editing is interrupted. | |
| isItalic() — Method in class org.aswing.ASFont | |
| isItemNavKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isJustAbove(mc, belowMC) — Static method in class org.aswing.util.DepthManager | |
| Returns if mc is just first above the belowMC. | |
| isJustBelow(mc, aboveMC) — Static method in class org.aswing.util.DepthManager | |
| Return if mc is just first bebow the aboveMC. | |
| isKeyDown(keyCode) — Method in class org.aswing.KeyboardManager | |
| Returns whether or not the key is down. | |
| isKeyJustActed() — Method in class org.aswing.KeyboardManager | |
| Returns whether or not just a key action acted when the last key down. | |
| isLeaf() — Method in class org.aswing.tree.DefaultMutableTreeNode | |
| Returns true if this node has no children. | |
| isLeaf(node) — Method in class org.aswing.tree.DefaultTreeModel | |
| Returns whether the specified node is a leaf node. | |
| isLeaf() — Method in class org.aswing.tree.FHTreeStateNode | |
| Returns true if the receiver is a leaf. | |
| isLeaf(node) — Method in interface org.aswing.tree.TreeModel | |
Returns true if node is a leaf. |
|
| isLeaf() — Method in interface org.aswing.tree.TreeNode | |
| Returns true if the receiver is a leaf. | |
| isLetter(chars) — Static method in class org.aswing.util.StringUtils | |
| isLoaded() — Method in class org.aswing.AssetPane | |
| Returns is the asset was loaded ok. | |
| isLoadedError() — Method in class org.aswing.JLoadPane | |
| Returns is error loaded. | |
| isMargin() — Method in class org.aswing.FlowLayout | |
| Returns whether or not the gap will margin around. | |
| isMaskAsset() — Method in class org.aswing.AssetPane | |
| isMaximized() — Method in class org.aswing.JFrame | |
| isMenuComponent(c:org.aswing:Component) — Method in class org.aswing.JMenu | |
| Returns true if the specified component exists in the submenu hierarchy. | |
| isMnemonicModifierDown() — Method in class org.aswing.KeyboardManager | |
| Returns whether or not the mnemonic modifier keys is down. | |
| isModal() — Method in class org.aswing.JPopup | |
| Returns is this dialog modal. | |
| isMutableModel() — Method in class org.aswing.JList | |
| Returns is the source data is acceptale to drop in this list as build-in support | |
| isNavigatingKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isNew — Property in class org.aswing.tree.PathPlaceHolder | |
| isNextItemKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isNextPageKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isNoColorSectionVisible() — Method in class org.aswing.colorchooser.AbstractColorChooserPanel | |
| Returns true if the no color toggle button is shown, otherwise false. | |
| isNodeAncestor(anotherNode:org.aswing.tree:TreeNode) — Method in class org.aswing.tree.DefaultMutableTreeNode | |
Returns true if anotherNode is an ancestor of this node
-- if it is this node, this node's parent, or an ancestor of this
node's parent. |
|
| isNodeChild(aNode:org.aswing.tree:TreeNode) — Method in class org.aswing.tree.DefaultMutableTreeNode | |
Returns true if aNode is a child of this node. |
|
| isNodeDescendant(anotherNode:org.aswing.tree:DefaultMutableTreeNode) — Method in class org.aswing.tree.DefaultMutableTreeNode | |
Returns true if anotherNode is a descendant of this node
-- if it is this node, one of this node's children, or a descendant of
one of this node's children. |
|
| isNodeParentNode — Property in class org.aswing.tree.SearchInfo | |
| isNodeRelated(aNode:org.aswing.tree:DefaultMutableTreeNode) — Method in class org.aswing.tree.DefaultMutableTreeNode | |
Returns true if and only if aNode is in the same tree
as this node. |
|
| isNodeSibling(anotherNode:org.aswing.tree:TreeNode) — Method in class org.aswing.tree.DefaultMutableTreeNode | |
Returns true if anotherNode is a sibling of (has the
same parent as) this node. |
|
| isNumber(value) — Static method in class org.aswing.util.ObjectUtils | |
Checks wherever passed-in value is Number. |
|
| isOffsetsRelatedToMouse() — Method in class org.aswing.JToolTip | |
Returns whether the offsets is related the mouse position. |
|
| isOneTouchExpandable() — Method in class org.aswing.JSplitPane | |
Gets the oneTouchExpandable property. |
|
| isOnStage() — Method in class org.aswing.Component | |
| Determines whether or not this component is on stage(on the display list). | |
| isOpaque() — Method in class org.aswing.Component | |
| Returns true if this component is completely opaque. | |
| isOpaqueSet() — Method in class org.aswing.Component | |
| Returns whether or not the opaque property is set by user. | |
| isPageNavKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isPaintActivedFrame() — Method in interface org.aswing.plaf.FrameUI | |
For flashModalFrame to judge whether paint actived color or inactived color. |
|
| isPathEditable(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree | |
Returns isEditable. |
|
| isPathSelected(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree | |
| Returns true if the item identified by the path is currently selected. | |
| isPathSelected(path:org.aswing.tree:TreePath) — Method in class org.aswing.tree.DefaultTreeSelectionModel | |
Returns true if the path, path,
is in the current selection. |
|
| isPathSelected(path:org.aswing.tree:TreePath) — Method in interface org.aswing.tree.TreeSelectionModel | |
Returns true if the path, path, is in the current
selection. |
|
| isPathVisible(path:org.aswing.tree:TreePath) — Method in class org.aswing.JTree | |
| Returns true if the value identified by path is currently viewable, which means it is either the root or all of its parents are expanded. | |
| isPopupMenuVisible() — Method in class org.aswing.JMenu | |
| Returns true if the menu's popup window is visible. | |
| isPopupVisible() — Method in class org.aswing.JComboBox | |
| Determines the visibility of the popup. | |
| isPopupVisible(c:org.aswing:JComboBox) — Method in interface org.aswing.plaf.ComboBoxUI | |
| Determine the visibility of the popup | |
| isPressed() — Method in interface org.aswing.ButtonModel | |
| Indicates if button has been pressed. | |
| isPressed() — Method in class org.aswing.DefaultButtonModel | |
| isPreventNullFocus() — Static method in class org.aswing.AsWingManager | |
| Returns the preventNullFocus property. | |
| isPrevItemKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isPrevPageKey(code) — Method in class org.aswing.MenuSelectionManager | |
| isProgrammatic() — Method in class org.aswing.event.InteractiveEvent | |
| Returns the programmatic property. | |
| isReleasedOutSide() — Method in class org.aswing.event.ReleaseEvent | |
| Returns whether or not this release is acted out side of the pressed display object. | |
| isRepeat() — Method in class org.aswing.graphics.BitmapBrush | |
| isRepeats() — Method in class org.aswing.util.AbstractImpulser | |
Returns true (the default)
if the AbstractImpulser will send
an action event to its listeners multiple times. |
|
| isRepeats() — Method in interface org.aswing.util.Impulser | |
Returns true (the default)
if the Impulser will send
an action event to its listeners multiple times. |
|
| isResizable() — Method in class org.aswing.JFrame | |
| Returns whether this frame is resizable by the user. | |
| isResizable() — Method in class org.aswing.resizer.ResizerController | |
| Returns whether this component is resizable by the user. | |
| isResizeDirectly() — Method in class org.aswing.JFrame | |
| Return whether need resize frame directly when drag the resizer arrow. | |
| isResizeDirectly() — Method in class org.aswing.resizer.DefaultResizer | |
| Returns whether need resize component directly when drag the resizer arrow. | |
| isResizeDirectly() — Method in interface org.aswing.resizer.Resizer | |
| Returns whether need resize component directly when drag the resizer arrow. | |
| isResizeDirectly() — Method in class org.aswing.resizer.ResizerController | |
| Return whether need resize widget directly when drag the resizer arrow. | |
| isResizing() — Method in class org.aswing.resizer.DefaultResizer | |
| isRollOver() — Method in interface org.aswing.ButtonModel | |
| Indicates that the mouse is over the button. | |
| isRollOver() — Method in class org.aswing.DefaultButtonModel | |
| isRollOverEnabled() — Method in class org.aswing.AbstractButton | |
Gets the rolloverEnabled property. |
|
| isRoot() — Method in class org.aswing.tree.DefaultMutableTreeNode | |
| Returns true if this node is the root of the tree. | |
| isRootVisible() — Method in class org.aswing.JTree | |
| Returns true if the root node of the tree is displayed. | |
| isRootVisible() — Method in class org.aswing.tree.AbstractLayoutCache | |
| Returns true if the root node of the tree is displayed. | |
| isRowHeightSet() — Method in class org.aswing.JTree | |
| Returns whether or not row height is set by user. | |
| isRowSelected(row) — Method in class org.aswing.JTable | |
| Returns true if the specified index is in the valid range of rows, and the row at that index is selected. | |
| isRowSelected(row) — Method in class org.aswing.JTree | |
| Returns true if the node identified by row is selected. | |
| isRowSelected(row) — Method in class org.aswing.tree.DefaultTreeSelectionModel | |
Returns true if the row identified by row is selected. |
|
| isRowSelected(row) — Method in interface org.aswing.tree.TreeSelectionModel | |
Returns true if the row identified by row is selected. |
|
| isRunning() — Method in class org.aswing.util.AbstractImpulser | |
| isRunning() — Method in interface org.aswing.util.Impulser | |
Returns true if the Impulser is running. |
|
| isRunning() — Method in class org.aswing.util.Timer | |
Returns true if the Timer is running. |
|
| isScrollsOnExpand() — Method in class org.aswing.JTree | |
Returns the value of the scrollsOnExpand property. |
|
| isScrollsOnExpandSet() — Method in class org.aswing.JTree | |
| Returns whether or not scrolls on expand is set by user. | |
| isSelectable() — Method in class org.aswing.JLabel | |
| isSelectable() — Method in class org.aswing.ext.GridList | |
| isSelected() — Method in class org.aswing.AbstractButton | |
| Returns the state of the button. | |
| isSelected(m:org.aswing:ButtonModel) — Method in class org.aswing.ButtonGroup | |
Returns whether a ButtonModel is selected. |
|
| isSelected() — Method in interface org.aswing.ButtonModel | |
| Indicates if the button has been selected. | |
| isSelected() — Method in class org.aswing.DefaultButtonModel | |
| isSelected() — Method in class org.aswing.DefaultSingleSelectionModel | |
| isSelected() — Method in class org.aswing.JMenuBar | |
| Returns true if the menu bar currently has a component selected. | |
| isSelected() — Method in class org.aswing.JPopupMenu | |
| Returns true if the menu bar currently has a component selected. | |
| isSelected() — Method in interface org.aswing.SingleSelectionModel | |
| Returns true if the selection model currently has a selected value. | |
| isSelectedIndex(index) — Method in class org.aswing.DefaultListSelectionModel | |
| isSelectedIndex(index) — Method in class org.aswing.JList | |
| isSelectedIndex(index) — Method in interface org.aswing.ListSelectionModel | |
| Returns true if the specified index is selected. | |
| isSelectedIndex(index) — Method in class org.aswing.ext.GridList | |
| isSelectionEmpty() — Method in class org.aswing.DefaultListSelectionModel | |
| isSelectionEmpty() — Method in class org.aswing.JList | |
| Returns true if nothing is selected. | |
| isSelectionEmpty() — Method in class org.aswing.JTree | |
| Returns true if the selection is currently empty. | |
| isSelectionEmpty() — Method in interface org.aswing.ListSelectionModel | |
| Returns true if no indices are selected. | |
| isSelectionEmpty() — Method in class org.aswing.ext.GridList | |
| isSelectionEmpty() — Method in class org.aswing.tree.DefaultTreeSelectionModel | |
| Returns true if the selection is currently empty. | |
| isSelectionEmpty() — Method in interface org.aswing.tree.TreeSelectionModel | |
| Returns true if the selection is currently empty. | |
| isShareCells() — Method in class org.aswing.DefaultListTextCellFactory | |
| isShareCells() — Method in class org.aswing.GeneralListCellFactory | |
| isShareCells() — Method in interface org.aswing.ListCellFactory | |
| Returns is list data should share cell instances for items. | |
| isShiftOffsetSet() — Method in class org.aswing.AbstractButton | |
| Return whether or not the shiftOffset has set by user. | |
| isShowing() — Method in class org.aswing.Component | |
| Determines whether this component is showing on screen. | |
| isSmooth() — Method in class org.aswing.graphics.BitmapBrush | |
| isSorting() — Method in class org.aswing.table.sorter.TableSorter | |
| isStageInited() — Static method in class org.aswing.AsWingManager | |
| Returns whether or not stage is set to the manager. | |
| isString(value) — Static method in class org.aswing.util.ObjectUtils | |
Checks wherever passed-in value is String. |
|
| isString(value) — Static method in class org.aswing.util.StringUtils | |
| Returns value is a string type value. | |
| isSubPopupMenu(popupMenu:org.aswing:JPopupMenu) — Method in class org.aswing.JPopupMenu | |
Examines the list of menu items to determine whether
popupMenu is a popup menu. |
|
| isTitleEnabled() — Method in interface org.aswing.FrameTitleBar | |
| Returns is title enabled. | |
| isTitleEnabled() — Method in class org.aswing.JFrameTitleBar | |
| isTop(mc) — Static method in class org.aswing.util.DepthManager | |
| Returns is the mc is on the top depths in DepthManager's valid depths. | |
| isTopLevelMenu() — Method in class org.aswing.JMenu | |
| Returns true if the menu is a 'top-level menu', that is, if it is the direct child of a menubar. | |
| isTracksHeight() — Method in class org.aswing.JViewport | |
| Returns whether the view tracks viewport height. | |
| isTracksWidth() — Method in class org.aswing.JList | |
| Returns tracks width value. | |
| isTracksWidth() — Method in class org.aswing.JViewport | |
| Returns whether the view tracks viewport width. | |
| isTraversalAsDefault() — Method in class org.aswing.FocusManager | |
| Returns whether or not to use default value for traversal enabled. | |
| isTraversalEnabled() — Method in class org.aswing.FocusManager | |
| Returns traversal by keys pressing is enabled or not. | |
| isTraversing() — Method in class org.aswing.FocusManager | |
| Returns if the focus is traversing by keys. | |
| isUIElement() — Method in class org.aswing.Component | |
| Returns true if this component is just a ui element component, false means this component is a regular use created component. | |
| isUnderline() — Method in class org.aswing.ASFont | |
| isUseRichTextClipboard() — Method in class org.aswing.JTextComponent | |
| isValid() — Method in class org.aswing.Component | |
| Determines whether this component is valid. | |
| isValidateRoot() — Method in class org.aswing.Component | |
| If this method returns true, revalidate calls by descendants of this component will cause the entire tree beginning with this root to be validated. | |
| isValidateRoot() — Method in class org.aswing.JPopup | |
| isValidateRoot() — Method in class org.aswing.JScrollPane | |
| isValidateRoot() — Method in class org.aswing.JSplitPane | |
Returns true, so that calls to revalidate
on any descendant of this JSplitPane
will cause a request to be queued that
will validate the JSplitPane and all its descendants. |
|
| isValidateRoot() — Method in class org.aswing.table.JTableHeader | |
| If it located in a JTable return true. | |
| isViewportChanged() — Method in class org.aswing.event.ScrollPaneEvent | |
| Return whether or not the viewport changed. | |
| isVisible() — Method in class org.aswing.Component | |
| isVisible() — Method in class org.aswing.JPopupMenu | |
| isVisible() — Method in class org.aswing.tree.FHTreeStateNode | |
| Returns true if this node is visible. | |
| isVisibleAt(index) — Method in class org.aswing.AbstractTabbedPane | |
| Returns whether or not the tab at index is currently visible. | |
| isWaitThenPopupEnabled() — Method in class org.aswing.JToolTip | |
| Returns whether the tooltip should wait and then popup automatically when roll over the target component. | |
| isWordWrap() — Method in class org.aswing.JTextComponent | |
| itemClick — Event in class org.aswing.JList | |
| Dispatched when the list item be click. | |
| itemClick — Event in class org.aswing.ext.GridList | |
| Dispatched when the list item be click. | |
| ITEM_CLICK — Constant static property in class org.aswing.event.ListItemEvent | |
The ListItemEvent.ITEM_CLICK constant defines the value of the
type property of the event object for a itemClick event. |
|
| ITEM_CLICK — Constant static property in class org.aswing.ext.GridListItemEvent | |
The GridListItemEvent.ITEM_CLICK constant defines the value of the
type property of the event object for a itemClick event. |
|
| itemDoubleClick — Event in class org.aswing.JList | |
| Dispatched when the list item be double click. | |
| itemDoubleClick — Event in class org.aswing.ext.GridList | |
| Dispatched when the list item be double click. | |
| ITEM_DOUBLE_CLICK — Constant static property in class org.aswing.event.ListItemEvent | |
The ListItemEvent.ITEM_DOUBLE_CLICK constant defines the value of the
type property of the event object for a itemDoubleClick event. |
|
| ITEM_DOUBLE_CLICK — Constant static property in class org.aswing.ext.GridListItemEvent | |
The GridListItemEvent.ITEM_DOUBLE_CLICK constant defines the value of the
type property of the event object for a itemDoubleClick event. |
|
| itemMouseDown — Event in class org.aswing.JList | |
| Dispatched when the list item be mouse down. | |
| itemMouseDown — Event in class org.aswing.ext.GridList | |
| Dispatched when the list item be mouse down. | |
| ITEM_MOUSE_DOWN — Constant static property in class org.aswing.event.ListItemEvent | |
The ListItemEvent.ITEM_MOUSE_DOWN constant defines the value of the
type property of the event object for a itemMouseDown event. |
|
| ITEM_MOUSE_DOWN — Constant static property in class org.aswing.ext.GridListItemEvent | |
The GridListItemEvent.ITEM_MOUSE_DOWN constant defines the value of the
type property of the event object for a itemMouseDown event. |
|
| itemReleaseOutSide — Event in class org.aswing.JList | |
| Dispatched when the list item be released out side. | |
| itemReleaseOutSide — Event in class org.aswing.ext.GridList | |
| Dispatched when the list item be released out side. | |
| ITEM_RELEASE_OUT_SIDE — Constant static property in class org.aswing.event.ListItemEvent | |
The ListItemEvent.ITEM_RELEASE_OUT_SIDE constant defines the value of the
type property of the event object for a itemReleaseOutSide event. |
|
| ITEM_RELEASE_OUT_SIDE — Constant static property in class org.aswing.ext.GridListItemEvent | |
The ListItemEvent.ITEM_RELEASE_OUT_SIDE constant defines the value of the
type property of the event object for a itemReleaseOutSide event. |
|
| itemRollOut — Event in class org.aswing.JList | |
| Dispatched when the list item be roll out. | |
| itemRollOut — Event in class org.aswing.ext.GridList | |
| Dispatched when the list item be roll out. | |
| ITEM_ROLL_OUT — Constant static property in class org.aswing.event.ListItemEvent | |
The ListItemEvent.ITEM_ROLL_OUT constant defines the value of the
type property of the event object for a itemRollOut event. |
|
| ITEM_ROLL_OUT — Constant static property in class org.aswing.ext.GridListItemEvent | |
The ListItemEvent.ITEM_ROLL_OUT constant defines the value of the
type property of the event object for a itemRollOut event. |
|
| itemRollOver — Event in class org.aswing.JList | |
| Dispatched when the list item be roll over. | |
| itemRollOver — Event in class org.aswing.ext.GridList | |
| Dispatched when the list item be roll over. | |
| ITEM_ROLL_OVER — Constant static property in class org.aswing.event.ListItemEvent | |
The ListItemEvent.ITEM_ROLL_OVER constant defines the value of the
type property of the event object for a itemRollOver event. |
|
| ITEM_ROLL_OVER — Constant static property in class org.aswing.ext.GridListItemEvent | |
The GridListItemEvent.ITEM_ROLL_OVER constant defines the value of the
type property of the event object for a itemRollOver event. |
|
| 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 | |