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 |
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 |
JDesktopPane
Represents a desktop pane.
|
class |
JEditorPane
Represents a text component where you can edit different types of content.
|
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.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.