See: Description
| Interface | Description |
|---|---|
| IAWTScrollable |
Represents an interface for AWT objects that can have two scroll bars.
|
| IAWTScroller |
Represents an interface for scrollable AWT objects.
|
| IBaseScrollable |
Represents an interface for other scrollable controls to avoid duplication.
|
| IOracleFormsMenuBase |
Represents a control that defines choices for users to select.
|
| IOracleFormsScrollable |
Represents an interface for scrollable oracle forms objects.
|
| IOracleFormsScroller |
Represents an interface for scrollable oracle forms objects.
|
| Class | Description |
|---|---|
| AbstractButton |
Defines common behaviors for buttons and menu items.
|
| Applet |
Represents the Java Applet in the browser.
|
| AppletContainer |
Root element of an Applet in the browser.
|
| AWTButton |
Represents a push button.
|
| AWTCanvas |
Represents an empty rectangular area of the screen where the application can draw or trap events from the user.
|
| AWTCheckbox |
Represents a check box.
|
| AWTCheckboxMenuItem |
Represents a check box control that can be inserted in a menu item.
|
| AWTChoice |
Represents a combo box.
|
| AWTComponent |
AWTComponent is the base class for Java AWT.
|
| AWTContainer |
Represents a component that can contain other AWT components.
|
| AWTDialog |
Represents a dialog box.
|
| AWTFrame |
Represents a top-level window with a title and a border.
|
| AWTHorizontalScrollbar |
Represents a horizontal scroll bar.
|
| AWTLabel |
Represents a class for placing text in a container.
|
| AWTList |
Represents a list box.
|
| AWTMenu |
Represents a menu component that is accessed from a menu bar.
|
| AWTMenuComponent |
Represents the base class of all menu-related controls.
|
| AWTMenuItem |
Represents a menu item.
|
| AWTRadioButton |
Represents a radio button.
|
| AWTScrollbar |
Represents a scroll bar.
|
| AWTScrollPane |
Represents a class that implements automatic horizontal or vertical scrolling for a single child component.
|
| AWTTextArea |
Represents a text area.
|
| AWTTextComponent |
Represents the base class for the AWTTextField and AWTTextArea classes.
|
| AWTTextField |
Represents single-line and multi-line text field controls whose text can be modified by the user.
|
| AWTVerticalScrollbar |
Represents a vertical scroll bar.
|
| AWTWindow |
Represents a top-level window with no borders and no menubar.
|
| BasicArrowButton |
Represents a push button with an arrow in one of the cardinal directions.
|
| JButton |
Represents a push button.
|
| JCheckBox |
Represents a check box.
|
| JCheckBoxMenuItem |
Represents a check box control that can be included in a menu item.
|
| JColorChooser |
Represents a color chooser.
|
| JComboBox |
Represents a combo box.
|
| JComponent |
Represents a class for all components except top-level containers.
|
| JDesktopPane |
Represents a desktop pane.
|
| JDialog |
Represents a dialog box.
|
| JEditorPane |
Represents a text component where you can edit different types of content.
|
| JFrame |
Represents a class for an extended version of AWTFrame that adds support for Java Swing.
|
| JHorizontalScrollBar |
Represents a horizontal scroll bar.
|
| JLabel |
Represents a display area for displaying a short text, image, or both.
|
| JLayeredPane |
Represents a layered pane.
|
| JList |
Represents a list box.
|
| JMenu |
Represents a menu.
|
| JMenuBar |
Represents a menu bar.
|
| JMenuItem |
Represents a menu item.
|
| JPanel |
Represents a container class for lightweight components.
|
| JPasswordField |
Represents a single-line field that does not show the original characters.
|
| JPopupMenu |
Represents a context menu.
|
| JProgressBar |
Displays the progress of an operation.
|
| JRadioButton |
Represents a radio button.
|
| JRadioButtonMenuItem |
Represents a radio button menu item.
|
| JRootPane |
Represents a root pane.
|
| JScrollBar |
Represents a scroll bar.
|
| JScrollPane |
Represents a scroll pane which allows scrolling its content which may be larger than the pane itself.
|
| JSlider |
Represents a slider control which can select a value within a range.
|
| JSpinner |
Represents a spinner control which can iterate a sequence of values.
|
| JSplitPane |
Represents a split pane control which divides two components horizontally or vertically.
|
| JTabbedPane |
Represents a tabbed pane.
|
| JTable |
Represents a table control which has rows and columns.
|
| JTableHeader |
Represents table header class for the table component.
|
| JTextArea |
Represents a multiple-line area control that displays plain text.
|
| JTextComponent |
Represents a text control that can be marked with attributes that are represented graphically.
|
| JTextField |
Represents a single-line text field control whose text can be modified by the user.
|
| JTextPane |
Represents a text pane control that can be marked with attributes that are represented graphically.
|
| JToggleButton |
Represents a two-state button.
|
| JToolBar |
Represents a toolbar.
|
| JTree |
Represents a tree.
|
| JVerticalScrollBar |
Represents a vertical scroll bar.
|
| JViewport |
Represents the Swing viewport.
|
| JWindow |
Represents a container that can be displayed anywhere on the user's desktop.
|
| OracleFormsApplication |
Represents an Oracle Forms application.
|
| OracleFormsButton |
Represents a push button.
|
| OracleFormsCheckbox |
Represents a check box.
|
| OracleFormsChoice |
Represents a choice.
|
| OracleFormsComboBox |
Represents a combo box.
|
| OracleFormsContainer |
Represents a component that can contain other Oracle Forms components.
|
| OracleFormsHorizontalScrollbar |
Represents a horizontal scroll bar.
|
| OracleFormsLabel |
Represents a class for placing text in a container.
|
| OracleFormsListBox |
Represents a ListBox.
|
| OracleFormsListView |
Represents a listview.
|
| OracleFormsMenu |
Represents a top-level menu.
|
| OracleFormsMenuItem |
Represents a selectable item inside a Menu.
|
| OracleFormsPopList |
Represents a PopList.
|
| OracleFormsPopupMenu |
Represents a context menu.
|
| OracleFormsRadioButton |
Represents a radio button.
|
| OracleFormsScrollbar |
Represents a scroll bar.
|
| OracleFormsStatusArea |
Represents the area containing status information.
|
| OracleFormsStatusBar |
Represents a status bar.
|
| OracleFormsStatusBarItem |
Represents an item within a status bar.
|
| OracleFormsStatusIndicator |
Represents a status indicator.
|
| OracleFormsTabBar |
Represents a tab bar.
|
| OracleFormsTabBarItem |
Represents a tab bar item.
|
| OracleFormsTabPanel |
Represents a container class for components.
|
| OracleFormsTextField |
Represents an Oracle Forms text field.
|
| OracleFormsTitleBar |
Represents a title bar.
|
| OracleFormsToolBar |
Represents a toolbar.
|
| OracleFormsToolBarItem |
Represents an element in a toolbar.
|
| OracleFormsTree |
Represents a tree.
|
| OracleFormsVerticalScrollbar |
Represents a vertical scroll bar.
|
| SplitPaneDivider |
Represents a split pane divider.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.