| 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 | |
| JAccordion — Class in package org.aswing | |
| Accordion Container. | |
| JAccordion() — Constructor in class org.aswing.JAccordion | |
| Create an accordion. | |
| JAdjuster — Class in package org.aswing | |
| A component that combine a input text and a button to drop-down a popup slider to let user input/select a value. | |
| JAdjuster(columns, orientation) — Constructor in class org.aswing.JAdjuster | |
|
Creates a adjuster with the specified columns input text and orientation
Defalut model is a instance of |
|
| JAttachPane — Class in package org.aswing | |
| JAttachPane, a container attach flash symbol in library to be its floor. | |
| JAttachPane(assetClassName, prefferSizeStrategy, applicationDomain) — Constructor in class org.aswing.JAttachPane | |
| Creates a JAttachPane with a path to attach a symbol from library. | |
| JButton — Class in package org.aswing | |
| An implementation of a "push" button. | |
| JButton(text, icon:org.aswing:Icon) — Constructor in class org.aswing.JButton | |
| JCheckBox — Class in package org.aswing | |
| An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user. | |
| JCheckBox(text, icon:org.aswing:Icon) — Constructor in class org.aswing.JCheckBox | |
| JCheckBoxMenuItem — Class in package org.aswing | |
| A menu item that can be selected or deselected. | |
| JCheckBoxMenuItem(text, icon:org.aswing:Icon) — Constructor in class org.aswing.JCheckBoxMenuItem | |
| JClosableTabbedPane — Class in package org.aswing | |
| A TabbedPane with each tab a close button, you must listen the TabCloseEvent and then remove the related tab component if you want. | |
| JClosableTabbedPane() — Constructor in class org.aswing.JClosableTabbedPane | |
| JColorChooser — Class in package org.aswing | |
| JColorChooser provides a pane of controls designed to allow a user to manipulate and select a color. | |
| JColorChooser() — Constructor in class org.aswing.JColorChooser | |
| JColorMixer — Class in package org.aswing.colorchooser | |
| JColorMixer() — Constructor in class org.aswing.colorchooser.JColorMixer | |
| JColorSwatches — Class in package org.aswing.colorchooser | |
| JColorSwatches() — Constructor in class org.aswing.colorchooser.JColorSwatches | |
| JComboBox — Class in package org.aswing | |
| A component that combines a button or editable field and a drop-down list. | |
| JComboBox(listData) — Constructor in class org.aswing.JComboBox | |
| Create a combobox with specified data. | |
| JFrame — Class in package org.aswing | |
| JFrame is a window with title and maximized/iconified/normal state, and resizer. | |
| JFrame(owner, title, modal) — Constructor in class org.aswing.JFrame | |
| Create a JWindow | |
| JFrameTitleBar — Class in package org.aswing | |
| The default Imp of FrameTitleBar | |
| JFrameTitleBar() — Constructor in class org.aswing.JFrameTitleBar | |
| JLabel — Class in package org.aswing | |
| A display area for a short text string or an image, or both. | |
| JLabel(text, icon:org.aswing:Icon, horizontalAlignment) — Constructor in class org.aswing.JLabel | |
| Creates a label. | |
| JLabelButton — Class in package org.aswing | |
| A button that performances like a hyper link text. | |
| JLabelButton(text, icon:org.aswing:Icon, horizontalAlignment) — Constructor in class org.aswing.JLabelButton | |
| Creates a label button. | |
| JList — Class in package org.aswing | |
| A component that allows the user to select one or more objects from a list. | |
| JList(listData, cellFactory:org.aswing:ListCellFactory) — Constructor in class org.aswing.JList | |
| Create a list. | |
| JLoadPane — Class in package org.aswing | |
| JLoadPane, a container load a external image/animation to be its asset. | |
| JLoadPane(url, prefferSizeStrategy, context) — Constructor in class org.aswing.JLoadPane | |
| Creates a JLoadPane with a path to load external image or animation file. | |
| JMenu — Class in package org.aswing | |
An implementation of a menu -- a popup window containing
JMenuItems that
is displayed when the user selects an item on the JMenuBar. |
|
| JMenu(text, icon:org.aswing:Icon) — Constructor in class org.aswing.JMenu | |
| JMenuBar — Class in package org.aswing | |
| An implementation of a menu bar. | |
| JMenuBar() — Constructor in class org.aswing.JMenuBar | |
| JMenuItem — Class in package org.aswing | |
| An implementation of an item in a menu. | |
| JMenuItem(text, icon:org.aswing:Icon) — Constructor in class org.aswing.JMenuItem | |
| JOptionPane — Class in package org.aswing | |
| JOptionPane makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something. | |
| JOptionPane() — Constructor in class org.aswing.JOptionPane | |
| JPanel — Class in package org.aswing | |
| The general container - panel. | |
| JPanel(layout:org.aswing:LayoutManager) — Constructor in class org.aswing.JPanel | |
| JPopup — Class in package org.aswing | |
| JPopup is a component that generally be a base container of a window panel. | |
| JPopup(owner, modal) — Constructor in class org.aswing.JPopup | |
| Create a JPopup | |
| JPopupMenu — Class in package org.aswing | |
| An implementation of a popup menu -- a small window that pops up and displays a series of choices. | |
| JPopupMenu() — Constructor in class org.aswing.JPopupMenu | |
| Create a popup menu | |
| JProgressBar — Class in package org.aswing | |
| A component that, by default, displays an integer value within a bounded interval. | |
| JProgressBar(orient, min, max) — Constructor in class org.aswing.JProgressBar | |
|
JProgressBar(orient:int, min:int, max:int) JProgressBar(orient:int) JProgressBar()
|
|
| JRadioButton — Class in package org.aswing | |
| An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user. | |
| JRadioButton(text, icon:org.aswing:Icon) — Constructor in class org.aswing.JRadioButton | |
| JRadioButtonMenuItem — Class in package org.aswing | |
| An implementation of a radio button menu item. | |
| JRadioButtonMenuItem(text, icon:org.aswing:Icon) — Constructor in class org.aswing.JRadioButtonMenuItem | |
| JRootPane — Class in package org.aswing | |
| The general AsWing window root container, it is the popup, window and frame's ancestor. | |
| JRootPane() — Constructor in class org.aswing.JRootPane | |
| JScrollBar — Class in package org.aswing | |
| An implementation of a scrollbar. | |
| JScrollBar(orientation, value, extent, min, max) — Constructor in class org.aswing.JScrollBar | |
|
JScrollBar(orientation:Number, value:Number, extent:Number, min:Number, max:Number) JScrollBar(orientation:Number) default to value=0, extent=10, min=0, max=100 Creates a scrollbar with the specified orientation, value, extent, minimum, and maximum. |
|
| JScrollPane — Class in package org.aswing | |
| JScrollPane is a container with two scrollbar controllin the viewport's beeing viewed area. | |
| JScrollPane(viewOrViewport, vsbPolicy, hsbPolicy) — Constructor in class org.aswing.JScrollPane | |
|
JScrollPane(view:Component, vsbPolicy:Number, hsbPolicy:Number) JScrollPane(view:Component, vsbPolicy:Number) JScrollPane(view:Component) JScrollPane(viewport:Viewportable, vsbPolicy:Number, hsbPolicy:Number) JScrollPane(viewport:Viewportable, vsbPolicy:Number) JScrollPane(viewport:Viewportable) JScrollPane() Create a JScrollPane, you can specified a Component to be view, then here will create a JViewport to manager the view's scroll, or a Viewportable to be the view, it mananger the scroll itself. |
|
| JSeparator — Class in package org.aswing | |
JSeparator provides a general purpose component for
implementing divider lines - most commonly used as a divider
between menu items that breaks them up into logical groupings. |
|
| JSeparator(orientation) — Constructor in class org.aswing.JSeparator | |
|
JSeparator(orientation:Number) JSeparator() default orientation to HORIZONTAL;
|
|
| JSharedToolTip — Class in package org.aswing | |
| Shared instance Tooltip to saving instances. | |
| JSharedToolTip() — Constructor in class org.aswing.JSharedToolTip | |
| JSlider — Class in package org.aswing | |
| A component that lets the user graphically select a value by sliding a knob within a bounded interval. | |
| JSlider(orientation, min, max, value) — Constructor in class org.aswing.JSlider | |
| Creates a slider with the specified orientation, value, extent, minimum, and maximum. | |
| JSpacer — Class in package org.aswing | |
JSpacer provides basic functionality to create empty spaces between
other components. |
|
| JSpacer(prefSize:org.aswing.geom:IntDimension) — Constructor in class org.aswing.JSpacer | |
|
JSpacer(prefSize:Dimension) JSpacer() |
|
| JSplitPane — Class in package org.aswing | |
JSplitPane is used to divide two (and only two)
Components. |
|
| JSplitPane(orientation, continuousLayout, leftComponent:org.aswing:Component, rightComponent:org.aswing:Component) — Constructor in class org.aswing.JSplitPane | |
|
JSplitPane(orientation:int, continuousLayout:Boolean, leftComponent:Component, rightComponent:Component) JSplitPane(orientation:int, continuousLayout:Boolean) JSplitPane(orientation:int) JSplitPane()
Creates a new |
|
| JTabbedPane — Class in package org.aswing | |
| A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon. | |
| JTabbedPane() — Constructor in class org.aswing.JTabbedPane | |
|
JTabbedPane()
|
|
| JTable — Class in package org.aswing | |
The JTable is used to display and edit regular two-dimensional tables
of cells. |
|
| JTable(dm:org.aswing.table:TableModel) — Constructor in class org.aswing.JTable | |
Constructs a default JTable. |
|
| JTableHeader — Class in package org.aswing.table | |
This is the object which manages the header of the JTable. |
|
| JTableHeader(cm:org.aswing.table:TableColumnModel) — Constructor in class org.aswing.table.JTableHeader | |
Constructs a JTableHeader which is initialized with
cm as the column model. |
|
| JTextArea — Class in package org.aswing | |
| A JTextArea is a multi-line area that displays text. | |
| JTextArea(text, rows, columns) — Constructor in class org.aswing.JTextArea | |
| JTextComponent — Class in package org.aswing | |
| JTextComponent is the base class for text components. | |
| JTextComponent() — Constructor in class org.aswing.JTextComponent | |
| JTextField — Class in package org.aswing | |
| JTextField is a component that allows the editing of a single line of text. | |
| JTextField(text, columns) — Constructor in class org.aswing.JTextField | |
| JToggleButton — Class in package org.aswing | |
| An implementation of a two-state button. | |
| JToggleButton(text, icon:org.aswing:Icon) — Constructor in class org.aswing.JToggleButton | |
| JToolBar — Class in package org.aswing | |
JToolBar provides a component that is useful for
displaying commonly used Actions or controls. |
|
| JToolBar(orientation, gap) — Constructor in class org.aswing.JToolBar | |
Creates a new tool bar with specified orientation. |
|
| JToolTip — Class in package org.aswing | |
| Used to display a "Tip" for a Component. | |
| JToolTip() — Constructor in class org.aswing.JToolTip | |
| JTree — Class in package org.aswing | |
| A control that displays a set of hierarchical data as an outline. | |
| JTree(newModel:org.aswing.tree:TreeModel) — Constructor in class org.aswing.JTree | |
|
JTree(newModel:TreeModel) ; JTree() a defaul model will be created Returns an instance of JTree which displays the root node
-- the tree is created using the specified data model. |
|
| JViewport — Class in package org.aswing | |
| JViewport is an basic viewport to view normal components. | |
| JViewport(view:org.aswing:Component, tracksWidth, tracksHeight) — Constructor in class org.aswing.JViewport | |
| Create a viewport with view and size tracks properties. | |
| JWindow — Class in package org.aswing | |
JWindow is a Container, but you should not add component to JWindow directly,
you should add component like this:jwindow.getContentPane().append(child); The same is true of setting LayoutManagers, removing components, listing children, etc. |
|
| JWindow(owner, modal) — Constructor in class org.aswing.JWindow | |
| Create a JWindow | |
| 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 | |