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.