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