void | JFileChooser.addChoosableFileFilter(FileFilter filter) | 将过滤器添加到用户可选文件过滤器列表中。 |
FileFilter | JFileChooser.getAcceptAllFileFilter() | 返回 AcceptAll 文件筛选器。 |
AccessibleContext | Box.getAccessibleContext() | 获取与此Box关联的AccessibleContext。 |
AccessibleContext | ImageIcon.getAccessibleContext() | 获取与此ImageIcon关联的AccessibleContext。 |
AccessibleContext | JButton.getAccessibleContext() | 获取 AccessibleContext 与此相关 JButton 。 |
AccessibleContext | JCheckBox.getAccessibleContext() | 获取与此JCheckBox关联的AccessibleContext。 |
AccessibleContext | JCheckBoxMenuItem.getAccessibleContext() | 获取与此JCheckBoxMenuItem关联的AccessibleContext。 |
AccessibleContext | JColorChooser.getAccessibleContext() | 获取与此JColorChooser关联的AccessibleContext。 |
AccessibleContext | JComboBox.getAccessibleContext() | 获取与此JComboBox关联的AccessibleContext。 |
AccessibleContext | JDesktopPane.getAccessibleContext() | 获取 AccessibleContext 与此相关 JDesktopPane 。 |
AccessibleContext | JEditorPane.getAccessibleContext() | 获取与此JEditorPane关联的AccessibleContext。 |
AccessibleContext | JFileChooser.getAccessibleContext() | 获取与此JFileChooser关联的AccessibleContext。 |
AccessibleContext | JInternalFrame.getAccessibleContext() | 获取 AccessibleContext 与此相关 JInternalFrame 。 |
AccessibleContext | JLabel.getAccessibleContext() | 获取此对象的AccessibleContext |
AccessibleContext | JLayeredPane.getAccessibleContext() | 获取与此JLayeredPane关联的AccessibleContext。 |
AccessibleContext | JList.getAccessibleContext() | 获取 AccessibleContext 与此相关 JList 。 |
AccessibleContext | JMenu.getAccessibleContext() | 获取与此JMenu关联的AccessibleContext。 |
AccessibleContext | JMenuBar.getAccessibleContext() | 获取与此JMenuBar关联的AccessibleContext。 |
AccessibleContext | JMenuItem.getAccessibleContext() | 返回与 AccessibleContext 相关联的 JMenuItem 。 |
AccessibleContext | JOptionPane.getAccessibleContext() | 返回与此JOptionPane关联的 AccessibleContext 。 |
AccessibleContext | JPanel.getAccessibleContext() | 获取与此JPanel关联的AccessibleContext。 |
AccessibleContext | JPasswordField.getAccessibleContext() | 返回与 AccessibleContext 相关联的 JPasswordField 。 |
AccessibleContext | JPopupMenu.getAccessibleContext() | 获取与此JPopupMenu关联的AccessibleContext。 |
AccessibleContext | JProgressBar.getAccessibleContext() | 获取 AccessibleContext 与此相关 JProgressBar 。 |
AccessibleContext | JRadioButton.getAccessibleContext() | 获取与此JRadioButton关联的AccessibleContext。 |
AccessibleContext | JRadioButtonMenuItem.getAccessibleContext() | 获取与此JRadioButtonMenuItem关联的AccessibleContext。 |
AccessibleContext | JScrollBar.getAccessibleContext() | 获取与此JScrollBar关联的AccessibleContext。 |
AccessibleContext | JScrollPane.getAccessibleContext() | 获取与此JScrollPane关联的AccessibleContext。 |
AccessibleContext | JSeparator.getAccessibleContext() | 获取与此JSeparator关联的AccessibleContext。 |
AccessibleContext | JSlider.getAccessibleContext() | 获取与此JSlider关联的AccessibleContext。 |
AccessibleContext | JSpinner.getAccessibleContext() | 获取 AccessibleContext 的 JSpinner |
AccessibleContext | JSplitPane.getAccessibleContext() | 获取与此JSplitPane关联的AccessibleContext。 |
AccessibleContext | JTabbedPane.getAccessibleContext() | 获取与此JTabbedPane关联的AccessibleContext。 |
AccessibleContext | JTable.getAccessibleContext() | 获取与此JTable关联的AccessibleContext。 |
AccessibleContext | JTextArea.getAccessibleContext() | 获取与此JTextArea关联的AccessibleContext。 |
AccessibleContext | JTextField.getAccessibleContext() | 获取 AccessibleContext 与此 JTextField 相关联。 |
AccessibleContext | JToggleButton.getAccessibleContext() | 获取与此JToggleButton关联的AccessibleContext。 |
AccessibleContext | JToolBar.getAccessibleContext() | 获取与此JToolBar关联的AccessibleContext。 |
AccessibleContext | JTree.getAccessibleContext() | 获取与此JTree关联的AccessibleContext。 |
ActionListener[] | AbstractButton.getActionListeners() | 返回使用addActionListener()添加到此AbstractButton的所有 ActionListener 的数组。 |
ActionListener[] | JComboBox.getActionListeners() | 返回使用addActionListener()添加到此JComboBox的所有 ActionListener 的数组。 |
ActionListener[] | JFileChooser.getActionListeners() | 返回在此文件选择器上注册的所有动作侦听器的数组。 |
ActionListener[] | JTextField.getActionListeners() | 返回使用addActionListener()添加到此JTextField的所有 ActionListener 的数组。 |
Action[] | JFormattedTextField.getActions() | 获取编辑器的命令列表。 |
Action[] | JTextField.getActions() | 获取编辑器的命令列表。 |
AdjustmentListener[] | JScrollBar.getAdjustmentListeners() | 返回使用addAdjustmentListener()添加到此JScrollBar的所有 AdjustmentListener 的数组。 |
JInternalFrame[] | JDesktopPane.getAllFrames() | 返回当前显示在桌面上的所有 JInternalFrames 。 |
AncestorListener[] | JComponent.getAncestorListeners() | 返回在此组件上注册的所有祖先侦听器的数组。 |
int | JList.getAnchorSelectionIndex() | 返回锚选择索引。 |
Component.BaselineResizeBehavior | JComponent.getBaselineResizeBehavior() | 返回一个枚举,指示组件的基线如何随大小的变化而变化。 |
ChangeListener[] | AbstractButton.getChangeListeners() | 返回使用addChangeListener()添加到此AbstractButton的所有 ChangeListener 的数组。 |
ChangeListener[] | JProgressBar.getChangeListeners() | 返回添加到此进度条的所有 ChangeListener 的数组,其中包含 addChangeListener 。 |
ChangeListener[] | JSlider.getChangeListeners() | 返回使用addChangeListener()添加到此JSlider的所有 ChangeListener 的数组。 |
ChangeListener[] | JSpinner.getChangeListeners() | 返回使用addChangeListener()添加到此JSpinner的所有 ChangeListener 的数组。 |
ChangeListener[] | JTabbedPane.getChangeListeners() | 返回所有的数组 ChangeListener 加入到这个S JTabbedPane 与 addChangeListener 。 |
AttributeSet | JTextPane.getCharacterAttributes() | 获取插入符当前位置有效的字符属性,或 null 。 |
FileFilter[] | JFileChooser.getChoosableFileFilters() | 获取用户可选择文件筛选器的列表。 |
int | JTable.getColumnCount() | 返回列模型中的列数。 |
JDesktopPane | JInternalFrame.getDesktopPane() | 在祖先层次结构中搜索 JDesktop 实例的便捷方法。 |
JList.DropLocation | JList.getDropLocation() | 返回此组件在组件上的DnD操作期间应在视觉上指示为放置位置的位置,如果当前未显示任何位置,则返回 null 。 |
JTable.DropLocation | JTable.getDropLocation() | 返回此组件在组件上的DnD操作期间应在视觉上指示为放置位置的位置,如果当前未显示任何位置,则返回 null 。 |
JTree.DropLocation | JTree.getDropLocation() | 返回此组件在组件上的DnD操作期间应在视觉上指示为放置位置的位置,如果当前未显示任何位置,则返回 null 。 |
TreePath | JTree.getEditingPath() | 返回当前正在编辑的元素的路径。 |
Component | JTable.getEditorComponent() | 返回正在处理编辑会话的组件。 |
int | JList.getFirstVisibleIndex() | 返回当前可见的最小列表索引。 |
Container | JInternalFrame.getFocusCycleRootAncestor() | 始终返回 null 因为 JInternalFrame 必须始终是焦点遍历循环的根。 |
JFormattedTextField.AbstractFormatter | JFormattedTextField.getFormatter() | 返回用于格式化和解析当前值的 AbstractFormatter 。 |
Graphics | JApplet.getGraphics() | 已过时。 为此组件创建图形上下文。 |
Graphics | JComponent.getGraphics() | 返回此组件的图形上下文,它允许您在组件上绘制。 |
Graphics | JDialog.getGraphics() | 为此组件创建图形上下文。 |
Graphics | JFrame.getGraphics() | 为此组件创建图形上下文。 |
Graphics | JWindow.getGraphics() | 为此组件创建图形上下文。 |
int | JComponent.getHeight() | 返回此组件的当前高度。 |
BoundedRangeModel | JTextField.getHorizontalVisibility() | 获取文本字段的可见性。 |
HyperlinkListener[] | JEditorPane.getHyperlinkListeners() | 返回使用addHyperlinkListener()添加到此JEditorPane的所有 HyperLinkListener 的数组。 |
MutableAttributeSet | JTextPane.getInputAttributes() | 获取窗格的输入属性。 |
Insets | JComponent.getInsets() | 如果已在此组件上设置了边框,则返回边框的插入内容; 否则请致电super.getInsets 。 |
Insets | JViewport.getInsets(Insets insets) | 返回包含此 JViewport s插入值的 Insets 对象。 |
InternalFrameListener[] | JInternalFrame.getInternalFrameListeners() | 返回添加到此 JInternalFrame 的所有 InternalFrameListener 的数组, JInternalFrame 包含 addInternalFrameListener 。 |
int | JComboBox.getItemCount() | 返回列表中的项目数。 |
int | JMenu.getItemCount() | 返回菜单上的项目数,包括分隔符。 |
ItemListener[] | AbstractButton.getItemListeners() | 返回使用addItemListener()添加到此AbstractButton的所有 ItemListener 的数组。 |
ItemListener[] | JComboBox.getItemListeners() | 返回使用addItemListener()添加到此JComboBox的所有 ItemListener 的数组。 |
Cursor | JInternalFrame.getLastCursor() | 返回由 setCursor 方法设置的最后 Cursor ,该方法不是可调整大小的 Cursor 。 |
Object | JTree.getLastSelectedPathComponent() | 返回所选路径的最后一个路径组件。 |
int | JList.getLastVisibleIndex() | 返回当前可见的最大列表索引。 |
int | JList.getLeadSelectionIndex() | 返回潜在客户选择索引。 |
int | JTree.getLeadSelectionRow() | 返回与前导路径对应的行索引。 |
Component | JSplitPane.getLeftComponent() | 返回分隔符左侧(或上方)的组件。 |
int | JTextArea.getLineCount() | 确定区域中包含的行数。 |
ListSelectionListener[] | JList.getListSelectionListeners() | 返回通过 ListSelectionListener 添加到此 JList 的所有 ListSelectionListener s的 addListSelectionListener 。 |
Insets | JPopupMenu.getMargin() | 返回弹出菜单边框与其容器之间的边距(以像素为单位)。 |
int | JOptionPane.getMaxCharactersPerLineCount() | 返回消息中一行上的最大字符数。 |
int | JSplitPane.getMaximumDividerLocation() | 从外观实现返回分隔符的最大位置。 |
int | JList.getMaxSelectionIndex() | 返回最大的选定单元 -1 引,如果选择为空,则返回 -1 。 |
int | JTree.getMaxSelectionRow() | 返回最大的选定行。 |
int | JMenu.getMenuComponentCount() | 返回菜单上的组件数。 |
Component[] | JMenu.getMenuComponents() | 返回菜单子组件的 Component s数组。 |
int | JMenuBar.getMenuCount() | 返回菜单栏中的项目数。 |
MenuDragMouseListener[] | JMenuItem.getMenuDragMouseListeners() | 返回使用addMenuDragMouseListener()添加到此JMenuItem的所有 MenuDragMouseListener 的数组。 |
MenuKeyListener[] | JMenuItem.getMenuKeyListeners() | 返回使用addMenuKeyListener()添加到此JMenuItem的所有 MenuKeyListener 的数组。 |
MenuKeyListener[] | JPopupMenu.getMenuKeyListeners() | 返回使用addMenuKeyListener()添加到此JPopupMenu的所有 MenuKeyListener 的数组。 |
MenuListener[] | JMenu.getMenuListeners() | 返回使用addMenuListener()添加到此JMenu的所有 MenuListener 的数组。 |
int | JSplitPane.getMinimumDividerLocation() | 从外观实现返回分隔符的最小位置。 |
int | JList.getMinSelectionIndex() | 返回最小的选定单元 -1 引,如果选择为空,则返回 -1 。 |
int | JTree.getMinSelectionRow() | 返回最小的选定行。 |
Component | JInternalFrame.getMostRecentFocusOwner() | 返回此 JInternalFrame 的子组件,该组件将在选择此 JInternalFrame 时获得焦点。 |
Object | JSpinner.getNextValue() | 返回 getValue() 返回的对象之后的序列中的对象。 |
AttributeSet | JTextPane.getParagraphAttributes() | 获取插入符号位置有效的当前段落属性,如果没有,则 null 。 |
char[] | JPasswordField.getPassword() | 返回此 TextComponent 包含的文本。 |
TreePath | JTree.getPathForRow(int row) | 返回指定行的路径。 |
double | JProgressBar.getPercentComplete() | 返回进度条的完成百分比。 |
JPopupMenu | JMenu.getPopupMenu() | 返回与此菜单关联的弹出菜单。 |
PopupMenuListener[] | JComboBox.getPopupMenuListeners() | 返回使用addPopupMenuListener()添加到此JComboBox的所有 PopupMenuListener 的数组。 |
PopupMenuListener[] | JPopupMenu.getPopupMenuListeners() | 返回使用addPopupMenuListener()添加到此JMenuItem的所有 PopupMenuListener 的数组。 |
Dimension | JList.getPreferredScrollableViewportSize() | 计算显示 visibleRowCount 行所需的视口大小。 |
Dimension | JTextArea.getPreferredScrollableViewportSize() | 如果此组件嵌入在JScrollPane中,则返回视口的首选大小。 |
Dimension | JTree.getPreferredScrollableViewportSize() | 返回 JTree 的首选显示大小。 |
Object | JSpinner.getPreviousValue() | 返回 getValue() 返回的对象之前的序列中的对象。 |
KeyStroke[] | JComponent.getRegisteredKeyStrokes() | 返回将启动已注册操作的 KeyStrokes 。 |
JRootPane | JApplet.getRootPane() | 已过时。 返回此applet的rootPane对象。 |
JRootPane | JComponent.getRootPane() | 返回此组件的 JRootPane 祖先。 |
JRootPane | JDialog.getRootPane() | 返回此对话框的 rootPane 对象。 |
JRootPane | JFrame.getRootPane() | 返回此帧的 rootPane 对象。 |
JRootPane | JInternalFrame.getRootPane() | 返回此内部框架的 rootPane 对象。 |
JRootPane | JWindow.getRootPane() | 返回此窗口的 rootPane 对象。 |
int | JTable.getRowCount() | 给定无限空间,返回可在 JTable 显示的行数。 |
int | JTree.getRowCount() | 返回可查看节点的数量。 |
boolean | JEditorPane.getScrollableTracksViewportHeight() | 如果视口应始终强制此 Scrollable 的高度与视口的高度匹配,则返回true。 |
boolean | JList.getScrollableTracksViewportHeight() | 返回true 如果此JList 显示在JViewport 和视口比列表的首选高度更高,或者布局方向为VERTICAL_WRAP 和visibleRowCount <= 0 ; 否则返回false 。 |
boolean | JTable.getScrollableTracksViewportHeight() | 返回 false 以指示视口的高度 getFillsViewportHeight 表的高度,除非 getFillsViewportHeight 是 true 并且表的首选高度小于视口的高度。 |
boolean | JTree.getScrollableTracksViewportHeight() | 返回false以指示视口的高度不确定表的高度,除非树的首选高度小于视口高度。 |
boolean | JEditorPane.getScrollableTracksViewportWidth() | 如果视口应始终强制此 Scrollable 的宽度与视口的宽度匹配,则返回true。 |
boolean | JList.getScrollableTracksViewportWidth() | 返回true 如果此JList 被显示在JViewport 和视口比所述列表的优选宽度,或者如果布局方向为HORIZONTAL_WRAP 和visibleRowCount <= 0 ; 否则返回false 。 |
boolean | JTable.getScrollableTracksViewportWidth() | 如果 autoResizeMode 设置为 AUTO_RESIZE_OFF ,则返回false,这表示视口的宽度不确定表的宽度。 |
boolean | JTextArea.getScrollableTracksViewportWidth() | 如果视口应始终强制此Scrollable的宽度与视口的宽度匹配,则返回true。 |
boolean | JTree.getScrollableTracksViewportWidth() | 返回false以指示视口的宽度不确定表的宽度,除非树的首选宽度小于视口宽度。 |
int | JTable.getSelectedColumn() | 返回第一个选定列的索引,如果未选择任何列,则返回-1。 |
int | JTable.getSelectedColumnCount() | 返回所选列的数量。 |
int[] | JTable.getSelectedColumns() | 返回所有选定列的索引。 |
Object[] | AbstractButton.getSelectedObjects() | 返回包含标签的数组(长度1)或如果未选择按钮,则返回 null 。 |
Object[] | JCheckBoxMenuItem.getSelectedObjects() | 返回包含复选框菜单项标签的数组(长度为1),如果未选中该复选框,则返回null。 |
Object[] | JComboBox.getSelectedObjects() | 返回包含所选项的数组。 |
int | JTable.getSelectedRow() | 返回第一个选定行的索引,如果未选择任何行,则返回-1。 |
int | JTable.getSelectedRowCount() | 返回所选行的数量。 |
int[] | JTable.getSelectedRows() | 返回所有选定行的索引。 |
E | JList.getSelectedValue() | 返回最小的选定单元格索引的值; 在列表中仅选择单个项目时所选的值 。 |
Object[] | JList.getSelectedValues() | 已过时。 |
List<E> | JList.getSelectedValuesList() | 返回所有选定项的列表,根据列表中的索引按升序排列。 |
int | JTree.getSelectionCount() | 返回选定的节点数。 |
MenuElement[] | JMenu.getSubElements() | 返回包含此菜单组件子菜单的 MenuElement 的数组。 |
MenuElement[] | JMenuBar.getSubElements() | 已实现为 MenuElement - 返回此菜单栏中的菜单。 |
MenuElement[] | JMenuItem.getSubElements() | 此方法返回一个包含此菜单组件的子菜单组件的数组。 |
MenuElement[] | JPopupMenu.getSubElements() | 返回包含此菜单组件子菜单的 MenuElement 的数组。 |
int | JTabbedPane.getTabCount() | 返回此 tabbedpane 的选项卡数。 |
int | JTabbedPane.getTabRunCount() | 返回当前用于显示选项卡的选项卡运行数。 |
Container | JComponent.getTopLevelAncestor() | 返回此组件的顶级祖先(包含 Window 或 Applet )或 null 如果此组件尚未添加到任何容器)。 |
TreeExpansionListener[] | JTree.getTreeExpansionListeners() | 返回使用addTreeExpansionListener()添加到此JTree的所有 TreeExpansionListener 的数组。 |
TreeSelectionListener[] | JTree.getTreeSelectionListeners() | 返回使用addTreeSelectionListener()添加到此JTree的所有 TreeSelectionListener 的数组。 |
TreeWillExpandListener[] | JTree.getTreeWillExpandListeners() | 返回使用addTreeWillExpandListener()添加到此JTree的所有 TreeWillExpandListener 的数组。 |
FileChooserUI | JFileChooser.getUI() | 获取实现此组件的L&F的UI对象。 |
ScrollPaneUI | JScrollPane.getUI() | 返回呈现此组件的外观(L&F)对象。 |
SplitPaneUI | JSplitPane.getUI() | 返回提供当前外观的 SplitPaneUI 。 |
String | JButton.getUIClassID() | 返回一个字符串,该字符串指定呈现此组件的L&F类的名称。 |
String | JCheckBox.getUIClassID() | 返回一个字符串,该字符串指定呈现此组件的L&F类的名称。 |
String | JCheckBoxMenuItem.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JColorChooser.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JComboBox.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JComponent.getUIClassID() | 返回 UIDefaults 键,用于查找定义此组件外观的 swing.plaf.ComponentUI 类的名称。 |
String | JDesktopPane.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JEditorPane.getUIClassID() | 获取UI的类ID。 |
String | JFileChooser.getUIClassID() | 返回一个字符串,该字符串指定呈现此组件的L&F类的名称。 |
String | JFormattedTextField.getUIClassID() | 获取UI的类ID。 |
String | JInternalFrame.getUIClassID() | 返回呈现此组件的look-and-feel类的名称。 |
String | JLabel.getUIClassID() | 返回一个字符串,该字符串指定呈现此组件的l&f类的名称。 |
String | JList.getUIClassID() | 返回 "ListUI" ,该 UIDefaults 用于查找该名关键 javax.swing.plaf.ListUI 类定义的外观和感觉这个组件。 |
String | JMenu.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JMenuBar.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JMenuItem.getUIClassID() | 返回用于构造用于呈现此组件的L&F类名称的后缀。 |
String | JOptionPane.getUIClassID() | 返回实现此组件的L&F的UI类的名称。 |
String | JPanel.getUIClassID() | 返回一个字符串,该字符串指定呈现此组件的L&F类的名称。 |
String | JPasswordField.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JPopupMenu.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JProgressBar.getUIClassID() | 返回呈现此组件的look-and-feel类的名称。 |
String | JRadioButton.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JRadioButtonMenuItem.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JScrollBar.getUIClassID() | 返回此组件的LookAndFeel类的名称。 |
String | JScrollPane.getUIClassID() | 返回用于构造用于呈现此组件的L&F类名称的后缀。 |
String | JSeparator.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JSlider.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JSpinner.getUIClassID() | 返回用于构造用于呈现此组件的外观(L&F)类名称的后缀。 |
String | JSplitPane.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JTabbedPane.getUIClassID() | 返回实现此组件的L&F的UI类的名称。 |
String | JTable.getUIClassID() | 返回用于构造用于呈现此组件的L&F类名称的后缀。 |
String | JTextArea.getUIClassID() | 返回UI的类ID。 |
String | JTextField.getUIClassID() | 获取UI的类ID。 |
String | JTextPane.getUIClassID() | 返回UI的类ID。 |
String | JToggleButton.getUIClassID() | 返回一个字符串,该字符串指定呈现此组件的l&f类的名称。 |
String | JToolBar.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
String | JTree.getUIClassID() | 返回呈现此组件的L&F类的名称。 |
VetoableChangeListener[] | JComponent.getVetoableChangeListeners() | 返回在此组件上注册的所有可否决更改侦听器的数组。 |
Rectangle | JScrollPane.getViewportBorderBounds() | 返回视口边框的边界。 |
Rectangle | JComponent.getVisibleRect() | 返回 Component 的“可见矩形” - 此组件的可见矩形 new Rectangle(0, 0, getWidth(), getHeight()) 及其所有祖先的可见矩形的交集。 |
String | JInternalFrame.getWarningString() | 获取与此内部框架一起显示的警告字符串。 |
int | JComponent.getWidth() | 返回此组件的当前宽度。 |
int | JComponent.getX() | 返回组件原点的当前x坐标。 |
int | JComponent.getY() | 返回组件原点的当前y坐标。 |
boolean | JButton.isDefaultButton() | 获取 defaultButton 属性的值,如果 true 表示此按钮是其 JRootPane 的当前默认按钮。 |
boolean | JFileChooser.isDirectorySelectionEnabled() | 方便调用,根据当前文件选择模式确定目录是否可选。 |
boolean | JTable.isEditing() | 如果正在编辑单元格,则返回true。 |
boolean | JTree.isEditing() | 如果正在编辑树,则返回true。 |
boolean | JFormattedTextField.isEditValid() | 如果正在编辑的当前值有效,则返回true。 |
boolean | JFileChooser.isFileSelectionEnabled() | 方便调用,根据当前文件选择模式确定文件是否可选。 |
boolean | JTree.isFixedRowHeight() | 如果每个显示行的高度是固定大小,则返回true。 |
boolean | JProgressBar.isIndeterminate() | 返回 indeterminate 属性的值。 |
boolean | JComponent.isManagingFocus() | 已过时。 |
boolean | JComponent.isOptimizedDrawingEnabled() | 如果此组件平铺其子项,则返回true - 即,它是否可以保证子项不会重叠。 |
boolean | JLayeredPane.isOptimizedDrawingEnabled() | 如果窗格中的组件可以重叠,则返回false,这使得无法进行优化绘制。 |
boolean | JComponent.isPaintingForPrint() | 如果此组件上的当前绘制操作是 print 操作的一部分,则返回 true 。 |
boolean | JComponent.isPaintingTile() | 如果组件当前正在绘制tile,则返回true。 |
boolean | JMenuBar.isSelected() | 如果菜单栏当前已选择组件,则返回true。 |
boolean | JList.isSelectionEmpty() | 如果未选择任何内容,则返回 true ,否则 false 。 |
boolean | JTree.isSelectionEmpty() | 如果选择当前为空,则返回true。 |
boolean | JMenu.isTearOff() | 如果可以撕掉菜单,则返回true。 |
boolean | JMenu.isTopLevelMenu() | 如果菜单是“顶级菜单”,即如果它是菜单栏的直接子菜单,则返回true。 |
boolean | JScrollPane.isValidateRoot() | 重写为返回true,以便在此 JScrollPane 任何后代上对 revalidate 任何调用 JScrollPane 将导致以此 JScrollPane 开头的整个树被验证。 |
boolean | JSplitPane.isValidateRoot() | 返回true,因此在 revalidate 的任何后代上调用 JSplitPane 将导致请求排队,以验证 JSplitPane 及其所有后代。 |
boolean | JScrollPane.isWheelScrollingEnabled() | 指示是否响应鼠标滚轮进行滚动。 |
void | JMenuItem.setAccelerator(KeyStroke keyStroke) | 设置调用菜单项的动作侦听器的组合键,而不导航菜单层次结构。 |
void | JFileChooser.setAcceptAllFileFilterUsed(boolean b) | 确定 AcceptAll FileFilter 是否可用作可选择筛选器列表中的可用选项。 |
void | JFileChooser.setAccessory(JComponent newAccessory) | 设置附件组件。 |
void | AbstractButton.setAction(Action a) | 设置 Action 。 |
void | JComboBox.setAction(Action a) | 设置 Action 为 ActionEvent 源。 |
void | JTextField.setAction(Action a) | 设置 Action 为 ActionEvent 源。 |
void | JComponent.setAlignmentX(float alignmentX) | 设置水平对齐。 |
void | JComponent.setAlignmentY(float alignmentY) | 设置垂直对齐方式。 |
void | JTree.setAnchorSelectionPath(TreePath newPath) | 设置标识为锚点的路径。 |
void | JFileChooser.setApproveButtonMnemonic(int mnemonic) | 使用数字键代码设置批准按钮的助记符。 |
void | JFileChooser.setApproveButtonText(String approveButtonText) | 设置在使用的文本 ApproveButton 在 FileChooserUI 。 |
void | JFileChooser.setApproveButtonToolTipText(String toolTipText) | 设置 ApproveButton 使用的工具提示文本。 |
void | JMenuItem.setArmed(boolean b) | 将菜单项标识为“已布防”。 |
void | JTable.setAutoCreateColumnsFromModel(boolean autoCreateColumnsFromModel) | 设置此表的 autoCreateColumnsFromModel 标志。 |
void | JTable.setAutoCreateRowSorter(boolean autoCreateRowSorter) | 指定是否应在模型更改时为表创建 RowSorter 。 |
void | JTable.setAutoResizeMode(int mode) | 调整表的大小时,设置表的自动调整大小模式。 |
void | JComponent.setAutoscrolls(boolean autoscrolls) | 设置 autoscrolls 属性。 |
void | JComponent.setBackground(Color bg) | 设置此组件的背景颜色。 |
void | JTabbedPane.setBackgroundAt(int index, Color background) | 将背景颜色设置为 index 至 background ,可以是 null ,在这种情况下,选项卡的背景颜色将默认为 tabbedpane 的背景颜色。 |
void | JScrollBar.setBlockIncrement(int blockIncrement) | 设置blockIncrement属性。 |
void | JComponent.setBorder(Border border) | 设置此组件的边框。 |
void | AbstractButton.setBorderPainted(boolean b) | 设置 borderPainted 属性。 |
void | JMenuBar.setBorderPainted(boolean b) | 设置是否应绘制边框。 |
void | JPopupMenu.setBorderPainted(boolean b) | 设置是否应绘制边框。 |
void | JProgressBar.setBorderPainted(boolean b) | 设置 borderPainted 属性,如果进度条应绘制其边框,则为 true 。 |
void | JToolBar.setBorderPainted(boolean b) | 设置 borderPainted 属性,如果应绘制边框,则为 true 。 |
void | JCheckBox.setBorderPaintedFlat(boolean b) | 设置 borderPaintedFlat 属性,该属性提供有关复选框边框外观的外观的提示。 |
void | JSplitPane.setBottomComponent(Component comp) | 设置下方或分隔符右侧的组件。 |
void | JTable.setCellEditor(TableCellEditor anEditor) | 设置活动单元格编辑器。 |
void | JTree.setCellEditor(TreeCellEditor cellEditor) | 设置单元格编辑器。 |
void | JList.setCellRenderer(ListCellRenderer<? super E> cellRenderer) | 设置用于绘制列表中每个单元格的委托。 |
void | JTree.setCellRenderer(TreeCellRenderer x) | 设置将用于绘制每个单元格的 TreeCellRenderer 。 |
void | JTable.setCellSelectionEnabled(boolean cellSelectionEnabled) | 设置此表是否允许同时存在列选择和行选择。 |
void | JColorChooser.setChooserPanels(AbstractColorChooserPanel[] panels) | 指定用于选择颜色值的颜色面板。 |
void | JInternalFrame.setClosable(boolean b) | 设置是否可以通过某些用户操作关闭此 JInternalFrame 。 |
void | JInternalFrame.setClosed(boolean b) | 如果参数为 true 则关闭此内部框架。 |
void | JColorChooser.setColor(Color color) | 将颜色选择器的当前颜色设置为指定的颜色。 |
void | JScrollPane.setColumnHeader(JViewport columnHeader) | 删除旧的columnHeader(如果存在); 如果新的columnHeader不是null ,则将其viewPosition的x坐标与视口(如果有的话)同步,然后将其添加到滚动窗格。 |
void | JTable.setColumnModel(TableColumnModel columnModel) | 将此表的列模型设置为 columnModel 并注册来自新列模型的侦听器通知。 |
void | JTextArea.setColumns(int columns) | 设置此TextArea的列数。 |
void | JTextField.setColumns(int columns) | 设置此 TextField 的列数,然后使布局无效。 |
void | JTable.setColumnSelectionAllowed(boolean columnSelectionAllowed) | 设置是否可以选择此模型中的列。 |
void | JToolTip.setComponent(JComponent c) | 指定工具提示描述的组件。 |
void | JTabbedPane.setComponentAt(int index, Component component) | 将组件设置为 index 至 component 。 |
void | JComponent.setComponentPopupMenu(JPopupMenu popup) | 设置 JPopupMenu 此 JComponent 。 |
void | AbstractButton.setContentAreaFilled(boolean b) | 设置 contentAreaFilled 属性。 |
void | JApplet.setContentPane(Container contentPane) | 已过时。 设置contentPane属性。 |
void | JDialog.setContentPane(Container contentPane) | 设置 contentPane 属性。 |
void | JFrame.setContentPane(Container contentPane) | 设置 contentPane 属性。 |
void | JInternalFrame.setContentPane(Container c) | 设置此 JInternalFrame 的 contentPane 属性。 |
void | JWindow.setContentPane(Container contentPane) | 设置此窗口的 contentPane 属性。 |
void | JEditorPane.setContentType(String type) | 设置此编辑器处理的内容类型。 |
void | JSplitPane.setContinuousLayout(boolean newContinuousLayout) | 设置 continuousLayout 属性的值,该属性必须为 true 以便在用户干预期间连续重新显示和布置子组件。 |
void | JFileChooser.setControlButtonsAreShown(boolean b) | 设置指示是否在文件选择器中显示 批准和 取消按钮的属性。 |
void | JFileChooser.setCurrentDirectory(File dir) | 设置当前目录。 |
void | JComponent.setDebugGraphicsOptions(int debugOptions) | 启用或禁用有关组件或其子组件中执行的每个图形操作的诊断信息。 |
void | JRootPane.setDefaultButton(JButton defaultButton) | 设置 defaultButton 属性,该属性确定此 JRootPane 的当前默认按钮。 |
void | JButton.setDefaultCapable(boolean defaultCapable) | 设置 defaultCapable 属性,该属性确定是否可以将此按钮设置为其根窗格的默认按钮。 |
void | JDialog.setDefaultCloseOperation(int operation) | 设置当用户在此对话框上启动“关闭”时默认发生的操作。 |
void | JFrame.setDefaultCloseOperation(int operation) | 设置当用户在此帧上启动“关闭”时默认发生的操作。 |
void | JMenu.setDelay(int d) | 设置弹出菜单 PopupMenu 之前的建议延迟。 |
void | JInternalFrame.setDesktopIcon(JInternalFrame.JDesktopIcon d) | 设置 JDesktopIcon 与此相关 JInternalFrame 。 |
void | JDesktopPane.setDesktopManager(DesktopManager d) | 设置将处理特定于桌面的UI操作的 DesktopManger 。 |
void | JFileChooser.setDialogTitle(String dialogTitle) | 设置 JFileChooser 窗口标题栏中的字符串。 |
void | JFileChooser.setDialogType(int dialogType) | 设置此对话框的类型。 |
void | AbstractButton.setDisabledIcon(Icon disabledIcon) | 设置按钮的禁用图标。 |
void | JLabel.setDisabledIcon(Icon disabledIcon) | 如果此JLabel被“禁用”(JLabel.setEnabled(false)),则设置要显示的图标。 |
void | JTabbedPane.setDisabledIconAt(int index, Icon disabledIcon) | 将禁用图标设置为 index 至 icon ,可以是 null 。 |
void | AbstractButton.setDisabledSelectedIcon(Icon disabledSelectedIcon) | 设置按钮的禁用选择图标。 |
void | JLabel.setDisplayedMnemonic(int key) | 指定表示助记键的键码。 |
void | AbstractButton.setDisplayedMnemonicIndex(int index) | 提供关于文本中哪个字符应该被装饰以表示助记符的外观的提示。 |
void | JLabel.setDisplayedMnemonicIndex(int index) | 提供关于文本中哪个字符应该被装饰以表示助记符的外观的提示。 |
void | JTabbedPane.setDisplayedMnemonicIndexAt(int tabIndex, int mnemonicIndex) | 提供关于文本中哪个字符应该被装饰以表示助记符的外观的提示。 |
void | JSplitPane.setDividerLocation(double proportionalLocation) | 将分隔符位置设置为 JSplitPane 大小的百分比。 |
void | JSplitPane.setDividerLocation(int location) | 设置分隔符的位置。 |
void | JSplitPane.setDividerSize(int newSize) | 设置分隔符的大小。 |
void | JFormattedTextField.setDocument(Document doc) | 将编辑器与文本文档关联。 |
void | JTextField.setDocument(Document doc) | 将编辑器与文本文档关联。 |
void | JColorChooser.setDragEnabled(boolean b) | 设置 dragEnabled 属性,该属性必须为 true 才能在此组件上启用自动拖动处理(拖放的第一部分)。 |
void | JFileChooser.setDragEnabled(boolean b) | 设置 dragEnabled 属性,该属性必须为 true 才能在此组件上启用自动拖动处理(拖放的第一部分)。 |
void | JList.setDragEnabled(boolean b) | 打开或关闭自动拖动处理。 |
void | JTable.setDragEnabled(boolean b) | 打开或关闭自动拖动处理。 |
void | JTree.setDragEnabled(boolean b) | 打开或关闭自动拖动处理。 |
void | JDesktopPane.setDragMode(int dragMode) | 设置桌面窗格使用的“拖动样式”。 |
void | JPasswordField.setEchoChar(char c) | 设置此 JPasswordField 的回显字符。 |
void | JComboBox.setEditable(boolean aFlag) | 确定 JComboBox 字段是否可编辑。 |
void | JTree.setEditable(boolean flag) | 确定树是否可编辑。 |
void | JComboBox.setEditor(ComboBoxEditor anEditor) | 设置用于绘制和编辑 JComboBox 字段中所选项目的编辑器。 |
void | JSpinner.setEditor(JComponent editor) | 更改显示 JComponent 当前值的 SpinnerModel 。 |
void | JEditorPane.setEditorKit(EditorKit kit) | 设置当前安装的用于处理内容的工具包。 |
void | JComboBox.setEnabled(boolean b) | 启用组合框以便可以选择项目。 |
void | JComponent.setEnabled(boolean enabled) | 设置是否启用此组件。 |
void | JMenuItem.setEnabled(boolean b) | 启用或禁用菜单项。 |
void | JTree.setExpandsSelectedPaths(boolean newValue) | 配置 expandsSelectedPaths 属性。 |
void | JSlider.setExtent(int extent) | 设置旋钮“覆盖”范围的大小。 |
void | JFileChooser.setFileFilter(FileFilter filter) | 设置当前文件筛选器。 |
void | JFileChooser.setFileHidingEnabled(boolean b) | 设置文件隐藏或关闭。 |
void | JFileChooser.setFileSelectionMode(int mode) | 设置 JFileChooser 以允许用户只选择文件,只选择目录,或选择文件和目录。 |
void | JFileChooser.setFileSystemView(FileSystemView fsv) | 设置 JFileChooser 用于访问和创建文件系统资源的文件系统视图,例如查找软盘驱动器和获取根驱动器列表。 |
void | JFileChooser.setFileView(FileView fileView) | 设置用于检索UI信息的文件视图,例如表示文件的图标或文件的类型描述。 |
void | JTable.setFillsViewportHeight(boolean fillsViewportHeight) | 设置此表是否总是足够大以填充封闭视口的高度。 |
void | JList.setFixedCellHeight(int height) | 设置一个固定值,用于列表中每个单元格的高度。 |
void | JList.setFixedCellWidth(int width) | 设置一个固定值,用于列表中每个单元格的宽度。 |
void | JToolBar.setFloatable(boolean b) | 设置 floatable 属性,用户必须为 true 才能移动工具栏。 |
void | JFormattedTextField.setFocusLostBehavior(int behavior) | 设置焦点丢失时的行为。 |
void | AbstractButton.setFocusPainted(boolean b) | 设置 paintFocus 属性,对于要绘制的焦点状态,该属性必须为 true 。 |
void | JComponent.setFont(Font font) | 设置此组件的字体。 |
void | JComponent.setForeground(Color fg) | 设置此组件的前景色。 |
void | JTabbedPane.setForegroundAt(int index, Color foreground) | 将前景色设置为 index 为 foreground ,可以是 null ,在这种情况下,选项卡的前景色将默认为此 tabbedpane 的前景色。 |
void | JFormattedTextField.setFormatterFactory(JFormattedTextField.AbstractFormatterFactory tf) | 设置 AbstractFormatterFactory 。 |
void | JInternalFrame.setFrameIcon(Icon icon) | 设置要在此内部框架的标题栏中显示的图像(通常位于左上角)。 |
void | JApplet.setGlassPane(Component glassPane) | 已过时。 设置glassPane属性。 |
void | JDialog.setGlassPane(Component glassPane) | 设置 glassPane 属性。 |
void | JFrame.setGlassPane(Component glassPane) | 设置 glassPane 属性。 |
void | JInternalFrame.setGlassPane(Component glass) | JInternalFrame 的 glassPane 。 |
void | JWindow.setGlassPane(Component glassPane) | 设置 glassPane 属性。 |
void | JTable.setGridColor(Color gridColor) | 将用于绘制网格线的颜色设置为 gridColor 并重新显示。 |
void | AbstractButton.setHideActionText(boolean hideActionText) | 设置 hideActionText 属性,该属性确定该按钮是否显示 Action 文本。 |
void | AbstractButton.setHorizontalAlignment(int alignment) | 设置图标和文本的水平对齐方式。 |
void | JLabel.setHorizontalAlignment(int alignment) | 设置标签内容沿X轴的对齐方式。 |
void | JTextField.setHorizontalAlignment(int alignment) | 设置文本的水平对齐方式。 |
void | JScrollPane.setHorizontalScrollBar(JScrollBar horizontalScrollBar) | 将控制视口的水平视图位置的滚动条添加到滚动窗格。 |
void | JScrollPane.setHorizontalScrollBarPolicy(int policy) | 确定水平滚动条何时出现在滚动窗格中。 |
void | AbstractButton.setHorizontalTextPosition(int textPosition) | 设置文本相对于图标的水平位置。 |
void | JLabel.setHorizontalTextPosition(int textPosition) | 设置标签文本相对于其图像的水平位置。 |
void | AbstractButton.setIcon(Icon defaultIcon) | 设置按钮的默认图标。 |
void | JInternalFrame.setIcon(boolean b) | 如果外观支持图标化,则对此内部框架进行图标化或取消图标化。 |
void | JLabel.setIcon(Icon icon) | 定义此组件将显示的图标。 |
void | JOptionPane.setIcon(Icon newIcon) | 设置要显示的图标。 |
void | JTabbedPane.setIconAt(int index, Icon icon) | 将图标设置为 index 至 icon ,可以是 null 。 |
void | JInternalFrame.setIconifiable(boolean b) | 设置 iconable 属性,该属性必须为 true ,以便用户能够将 JInternalFrame 图标。 |
void | AbstractButton.setIconTextGap(int iconTextGap) | 如果同时设置了图标和文本属性,则此属性定义它们之间的空间。 |
void | JLabel.setIconTextGap(int iconTextGap) | 如果同时设置了图标和文本属性,则此属性定义它们之间的空间。 |
void | JComponent.setInheritsPopupMenu(boolean value) | 设置 getComponentPopupMenu 是否应该委派给父组件,如果此组件没有分配给它的 JPopupMenu 。 |
void | JOptionPane.setInitialSelectionValue(Object newValue) | 将最初显示为选定的输入值设置为用户。 |
void | JOptionPane.setInitialValue(Object newInitialValue) | 设置要启用的初始值 - 最初显示窗格时具有焦点的 Component 。 |
void | JOptionPane.setInputValue(Object newValue) | 设置用户选择或输入的输入值。 |
void | JComponent.setInputVerifier(InputVerifier inputVerifier) | 设置此组件的输入验证程序。 |
void | JTable.setIntercellSpacing(Dimension intercellSpacing) | 将 rowMargin 和 columnMargin (单元格之间的 columnMargin 的高度和宽度)设置为 intercellSpacing 。 |
void | JSlider.setInverted(boolean b) | 指定true以反转为滑块显示的值范围,并指定false以将值范围设置为正常顺序。 |
void | JPopupMenu.setInvoker(Component invoker) | 设置此弹出菜单的调用程序 - 显示弹出菜单菜单的组件。 |
void | JTree.setInvokesStopCellEditing(boolean newValue) | 通过选择树中的另一个节点,更改树的数据或通过其他方式确定编辑中断时会发生什么。 |
void | JApplet.setJMenuBar(JMenuBar menuBar) | 已过时。 设置此applet的菜单栏。 |
void | JDialog.setJMenuBar(JMenuBar menu) | 设置此对话框的菜单栏。 |
void | JFrame.setJMenuBar(JMenuBar menubar) | 设置此框架的菜单栏。 |
void | JInternalFrame.setJMenuBar(JMenuBar m) | 设置 menuBar 属性用于此 JInternalFrame 。 |
void | JComboBox.setKeySelectionManager(JComboBox.KeySelectionManager aManager) | 设置将键盘字符转换为列表选择的对象。 |
void | AbstractButton.setLabel(String label) | 已过时。 |
void | JPopupMenu.setLabel(String label) | 设置弹出菜单的标签。 |
void | JLabel.setLabelFor(Component c) | 设置这是标签的组件。 |
void | JSlider.setLabelTable(Dictionary labels) | 用于指定在任何给定值处绘制的标签。 |
void | JTree.setLargeModel(boolean newValue) | 指定UI是否应使用大型模型。 |
void | JSplitPane.setLastDividerLocation(int newLastLocation) | 将分隔符所在的最后位置设置为 newLastLocation 。 |
void | JInternalFrame.setLayer(int layer) | 设置此组件的图层属性的便捷方法。 |
void | JInternalFrame.setLayer(Integer layer) | 设置此组件的图层属性的便捷方法。 |
void | JApplet.setLayeredPane(JLayeredPane layeredPane) | 已过时。 设置layeredPane属性。 |
void | JDialog.setLayeredPane(JLayeredPane layeredPane) | 设置 layeredPane 属性。 |
void | JFrame.setLayeredPane(JLayeredPane layeredPane) | 设置 layeredPane 属性。 |
void | JInternalFrame.setLayeredPane(JLayeredPane layered) | 设置此 JInternalFrame 的 layeredPane 属性。 |
void | JWindow.setLayeredPane(JLayeredPane layeredPane) | 设置 layeredPane 属性。 |
void | JList.setLayoutOrientation(int layoutOrientation) | 定义列表单元格的布局方式。 |
void | JTree.setLeadSelectionPath(TreePath newPath) | 将路径标识设置为潜在客户。 |
void | JComboBox.setLightWeightPopupEnabled(boolean aFlag) | 设置 lightWeightPopupEnabled 属性,该属性提供关于是否应使用轻量级 Component 来包含 JComboBox ,而不是重量级 Component 例如 Panel 或 Window 。 |
void | JPopupMenu.setLightWeightPopupEnabled(boolean aFlag) | 设置 lightWeightPopupEnabled 属性的值,默认情况下为 true 。 |
void | JTextArea.setLineWrap(boolean wrap) | 设置文本区域的换行策略。 |
void | JPopupMenu.setLocation(int x, int y) | 使用x,y坐标设置弹出菜单左上角的位置。 |
void | JSlider.setMajorTickSpacing(int n) | 此方法设置主要刻度线间距。 |
void | AbstractButton.setMargin(Insets m) | 设置按钮边框和标签之间的边距空间。 |
void | JMenuBar.setMargin(Insets m) | 设置菜单栏边框与菜单之间的边距。 |
void | JToolBar.setMargin(Insets m) | 设置工具栏边框与其按钮之间的边距。 |
void | JInternalFrame.setMaximizable(boolean b) | 设置 maximizable 属性,该属性确定是否可以通过某些用户操作最大化 JInternalFrame 。 |
void | JInternalFrame.setMaximum(boolean b) | 最大化并恢复此内部框架。 |
void | JProgressBar.setMaximum(int n) | 将进度条的最大值(存储在进度条的数据模型中)设置为 n 。 |
void | JScrollBar.setMaximum(int maximum) | 设置模型的最大属性。 |
void | JSlider.setMaximum(int maximum) | 将滑块的最大值设置为 maximum 。 |
void | JComboBox.setMaximumRowCount(int count) | 设置 JComboBox 显示的最大行数。 |
void | JComponent.setMaximumSize(Dimension maximumSize) | 将此组件的最大大小设置为常量值。 |
void | JOptionPane.setMessage(Object newMessage) | 设置选项窗格的message-object。 |
void | JOptionPane.setMessageType(int newType) | 设置选项窗格的消息类型。 |
void | JProgressBar.setMinimum(int n) | 将进度条的最小值(存储在进度条的数据模型中)设置为 n 。 |
void | JScrollBar.setMinimum(int minimum) | 设置模型的最小属性。 |
void | JSlider.setMinimum(int minimum) | 将滑块的最小值设置为 minimum 。 |
void | JComponent.setMinimumSize(Dimension minimumSize) | 将此组件的最小大小设置为常量值。 |
void | JSlider.setMinorTickSpacing(int n) | 此方法设置次要刻度线间距。 |
void | AbstractButton.setMnemonic(char mnemonic) | 此方法现已过时,请使用 setMnemonic(int) 设置按钮的助记符。 |
void | AbstractButton.setMnemonic(int mnemonic) | 设置当前模型的键盘助记符。 |
void | JTabbedPane.setMnemonicAt(int tabIndex, int mnemonic) | 设置用于访问指定选项卡的键盘助记符。 |
void | AbstractButton.setModel(ButtonModel newModel) | 设置此按钮表示的模型。 |
void | JComboBox.setModel(ComboBoxModel<E> aModel) | 设置 JComboBox 用于获取项列表的数据模型。 |
void | JList.setModel(ListModel<E> model) | 设置表示列表内容或“值”的模型,通知属性更改侦听器,然后清除列表的选择。 |
void | JProgressBar.setModel(BoundedRangeModel newModel) | 设置 JProgressBar 使用的数据模型。 |
void | JScrollBar.setModel(BoundedRangeModel newModel) | 设置处理滚动条的四个基本属性的模型:最小值,最大值,值,范围。 |
void | JSlider.setModel(BoundedRangeModel newModel) | 设置处理滑块的三个基本属性的 BoundedRangeModel :最小值,最大值,值。 |
void | JSpinner.setModel(SpinnerModel model) | 更改表示此微调器值的模型。 |
void | JTabbedPane.setModel(SingleSelectionModel model) | 设置要与此tabbedpane一起使用的模型。 |
void | JTable.setModel(TableModel dataModel) | 将此表的数据模型设置为 dataModel 并向其注册以获取来自新数据模型的侦听器通知。 |
void | JTree.setModel(TreeModel newModel) | 设置将提供数据的 TreeModel 。 |
void | JFileChooser.setMultiSelectionEnabled(boolean b) | 设置文件选择器以允许多个文件选择。 |
void | JSplitPane.setOneTouchExpandable(boolean newValue) | 设置 oneTouchExpandable 属性的值, oneTouchExpandable 必须为 true 以便在 JSplitPane 上提供UI小部件以快速展开/折叠分隔符。 |
void | JComponent.setOpaque(boolean isOpaque) | 如果为true,则组件绘制其边界内的每个像素。 |
void | JOptionPane.setOptions(Object[] newOptions) | 设置此窗格显示的选项。 |
void | JOptionPane.setOptionType(int newType) | 设置要显示的选项。 |
void | JProgressBar.setOrientation(int newOrientation) | 将进度条的方向设置为 newOrientation ,必须为 SwingConstants.VERTICAL 或 SwingConstants.HORIZONTAL 。 |
void | JScrollBar.setOrientation(int orientation) | 将滚动条的方向设置为VERTICAL或HORIZONTAL。 |
void | JSeparator.setOrientation(int orientation) | 设置分隔符的方向。 |
void | JSlider.setOrientation(int orientation) | 将滑块的方向设置为 SwingConstants.VERTICAL 或 SwingConstants.HORIZONTAL 。 |
void | JSplitPane.setOrientation(int orientation) | 设置方向或分割器的分割方式。 |
void | JToolBar.setOrientation(int o) | 设置工具栏的方向。 |
void | JEditorPane.setPage(URL page) | 设置当前显示的URL。 |
void | JSlider.setPaintLabels(boolean b) | 确定是否在滑块上绘制标签。 |
void | JSlider.setPaintTicks(boolean b) | 确定是否在滑块上绘制刻度线。 |
void | JSlider.setPaintTrack(boolean b) | 确定轨道是否在滑块上绘制。 |
void | JMenu.setPopupMenuVisible(boolean b) | 设置菜单弹出窗口的可见性。 |
void | JPopupMenu.setPopupSize(int width, int height) | 将弹出窗口的大小设置为指定的宽度和高度。 |
void | JPopupMenu.setPopupSize(Dimension d) | 使用 Dimension 对象设置弹出窗口的大小。 |
void | JTable.setPreferredScrollableViewportSize(Dimension size) | 设置此表的视口的首选大小。 |
void | JComponent.setPreferredSize(Dimension preferredSize) | 设置此组件的首选大小。 |
void | AbstractButton.setPressedIcon(Icon pressedIcon) | 设置按钮的按下图标。 |
void | JColorChooser.setPreviewPanel(JComponent preview) | 设置当前预览面板。 |
void | JList.setPrototypeCellValue(E prototypeCellValue) | 设置 prototypeCellValue 属性,然后(如果新值为 non-null ),通过从单元格渲染器请求给定值(和索引0)的单元格渲染器组件并使用该组件的首选大小来计算 fixedCellWidth 和 fixedCellHeight 属性。 |
void | JComboBox.setPrototypeDisplayValue(E prototypeDisplayValue) | 设置用于计算UI部分的显示大小的原型显示值。 |
void | JComboBox.setRenderer(ListCellRenderer<? super E> aRenderer) | 设置绘制列表项的渲染器和从JComboBox字段中的列表中选择的项。 |
void | JInternalFrame.setResizable(boolean b) | 设置是否可以通过某些用户操作调整 JInternalFrame 大小。 |
void | JSplitPane.setResizeWeight(double value) | 指定在拆分窗格的大小更改时如何分配额外空间。 |
void | JSplitPane.setRightComponent(Component comp) | 将分量设置在分隔符的右侧(或下方)。 |
void | JToolBar.setRollover(boolean rollover) | 设置此工具栏的翻转状态。 |
void | AbstractButton.setRolloverEnabled(boolean b) | 设置 rolloverEnabled 属性,该属性必须为 true 进行翻转效果。 |
void | AbstractButton.setRolloverIcon(Icon rolloverIcon) | 设置按钮的翻转图标。 |
void | AbstractButton.setRolloverSelectedIcon(Icon rolloverSelectedIcon) | 设置按钮的翻转选定图标。 |
protected void | JApplet.setRootPaneCheckingEnabled(boolean enabled) | 已过时。 设置是否 add 和 setLayout 调用转发到 contentPane 。 |
protected void | JDialog.setRootPaneCheckingEnabled(boolean enabled) | 设置是否 add 和 setLayout 调用转发到 contentPane 。 |
protected void | JFrame.setRootPaneCheckingEnabled(boolean enabled) | 设置是否 add 和 setLayout 调用转发到 contentPane 。 |
protected void | JInternalFrame.setRootPaneCheckingEnabled(boolean enabled) | 设置是否 add 和 setLayout 调用转发到 contentPane 。 |
protected void | JWindow.setRootPaneCheckingEnabled(boolean enabled) | 设置是否 add 和 setLayout 呼叫转发到 contentPane 。 |
void | JTree.setRootVisible(boolean rootVisible) | 确定 TreeModel 中的 TreeModel 是否可见。 |
void | JScrollPane.setRowHeader(JViewport rowHeader) | 删除旧的rowHeader(如果存在); 如果新的rowHeader不是null ,则将其viewPosition的y坐标与视口(如果有的话)同步,然后将其添加到滚动窗格。 |
void | JTable.setRowHeight(int rowHeight) | 将所有单元格的高度(以像素为单位)设置为 rowHeight ,重新生成和重新绘制。 |
void | JTable.setRowHeight(int row, int rowHeight) | 将 row 的高度设置为 rowHeight ,重新验证和重新绘制。 |
void | JTree.setRowHeight(int rowHeight) | 设置每个单元格的高度(以像素为单位)。 |
void | JTable.setRowMargin(int rowMargin) | 设置相邻行中单元格之间的空白空间量。 |
void | JTextArea.setRows(int rows) | 设置此TextArea的行数。 |
void | JTable.setRowSelectionAllowed(boolean rowSelectionAllowed) | 设置是否可以选择此模型中的行。 |
void | JTable.setRowSorter(RowSorter<? extends TableModel> sorter) | 设置 RowSorter 。 |
void | JViewport.setScrollMode(int mode) | 用于控制滚动视口内容的方法。 |
void | JTree.setScrollsOnExpand(boolean newValue) | 设置 scrollsOnExpand 属性,该属性确定树是否可以滚动以显示以前隐藏的子项。 |
void | JInternalFrame.setSelected(boolean selected) | 如果显示内部框架,则选择或取消选择内部框架。 |
void | JMenu.setSelected(boolean b) | 设置菜单的选择状态。 |
void | JPopupMenu.setSelected(Component sel) | 设置当前选定的组件,这将导致选择模型的更改。 |
void | JTabbedPane.setSelectedComponent(Component c) | 为此tabbedpane设置所选组件。 |
void | JFileChooser.setSelectedFile(File file) | 设置所选文件。 |
void | JFileChooser.setSelectedFiles(File[] selectedFiles) | 如果文件选择器设置为允许多个选择,则设置所选文件的列表。 |
void | AbstractButton.setSelectedIcon(Icon selectedIcon) | 设置按钮的选定图标。 |
void | JComboBox.setSelectedIndex(int anIndex) | 选择索引为 anIndex 的项目。 |
void | JList.setSelectedIndex(int index) | 选择单个单元格。 |
void | JTabbedPane.setSelectedIndex(int index) | 设置此tabbedpane的选定索引。 |
void | JComboBox.setSelectedItem(Object anObject) | 将组合框显示区域中的选定项目设置为参数中的对象。 |
void | JList.setSelectionBackground(Color selectionBackground) | 设置用于绘制所选项目背景的颜色,单元格渲染器可以使用填充选定的单元格。 |
void | JTable.setSelectionBackground(Color selectionBackground) | 设置所选单元格的背景颜色。 |
void | JList.setSelectionForeground(Color selectionForeground) | 设置用于绘制所选项目前景的颜色,单元格渲染器可用于渲染文本和图形。 |
void | JTable.setSelectionForeground(Color selectionForeground) | 设置所选单元格的前景色。 |
void | JList.setSelectionMode(int selectionMode) | 设置列表的选择模式。 |
void | JTable.setSelectionMode(int selectionMode) | 将表的选择模式设置为仅允许单个选择,单个连续间隔或多个间隔。 |
void | JColorChooser.setSelectionModel(ColorSelectionModel newModel) | 设置包含所选颜色的模型。 |
void | JList.setSelectionModel(ListSelectionModel selectionModel) | 将列表的 selectionModel 设置为非 null ListSelectionModel 实现。 |
void | JMenuBar.setSelectionModel(SingleSelectionModel model) | 设置模型对象以处理单个选择。 |
void | JPopupMenu.setSelectionModel(SingleSelectionModel model) | 设置模型对象以处理单个选择。 |
void | JTable.setSelectionModel(ListSelectionModel selectionModel) | 将此表的行选择模型设置为 selectionModel 并注册来自新选择模型的侦听器通知。 |
void | JTree.setSelectionModel(TreeSelectionModel selectionModel) | 设置树的选择模型。 |
void | JOptionPane.setSelectionValues(Object[] newValues) | 设置窗格的输入选择值,该窗格为用户提供可供选择的项列表。 |
void | JTable.setShowGrid(boolean showGrid) | 设置表是否在单元格周围绘制网格线。 |
void | JTable.setShowHorizontalLines(boolean showHorizontalLines) | 设置表是否在单元格之间绘制水平线。 |
void | JTree.setShowsRootHandles(boolean newValue) | 设置 showsRootHandles 属性的值,该属性指定是否应显示节点句柄。 |
void | JTable.setShowVerticalLines(boolean showVerticalLines) | 设置表是否在单元格之间绘制垂直线。 |
void | JSlider.setSnapToTicks(boolean b) | 指定true会使旋钮(及其表示的数据值)解析为用户放置旋钮的位置旁边最近的刻度线。 |
void | JCheckBoxMenuItem.setState(boolean b) | 设置项目的选定状态。 |
void | JProgressBar.setString(String s) | 设置进度字符串的值。 |
void | JProgressBar.setStringPainted(boolean b) | 设置 stringPainted 属性的值,该属性确定进度条是否应呈现进度字符串。 |
void | JTabbedPane.setTabComponentAt(int index, Component component) | 设置负责呈现指定选项卡标题的组件。 |
void | JTabbedPane.setTabLayoutPolicy(int tabLayoutPolicy) | 设置当所有选项卡不适合单次运行时tabbedpane将在布置选项卡时使用的策略。 |
void | JTable.setTableHeader(JTableHeader tableHeader) | 将 tableHeader 与此 JTable 为 newHeader 。 |
void | JTabbedPane.setTabPlacement(int tabPlacement) | 设置此tabbedpane的选项卡位置。 |
void | JTextArea.setTabSize(int size) | 设置展开选项卡的字符数。 |
void | AbstractButton.setText(String text) | 设置按钮的文本。 |
void | JEditorPane.setText(String t) | 将此 TextComponent 的文本设置为指定的内容,该内容应采用此编辑器的内容类型的格式。 |
void | JLabel.setText(String text) | 定义此组件将显示的单行文本。 |
void | JToolTip.setTipText(String tipText) | 设置显示工具提示时显示的文本。 |
void | JInternalFrame.setTitle(String title) | 设置 JInternalFrame 标题。 |
void | JTabbedPane.setTitleAt(int index, String title) | 将标题设置为 index 至 title ,可以是 null 。 |
void | JTree.setToggleClickCount(int clickCount) | 设置节点展开或关闭之前的鼠标单击次数。 |
void | JComponent.setToolTipText(String text) | 注册要在工具提示中显示的文本。 |
void | JTabbedPane.setToolTipTextAt(int index, String toolTipText) | 将工具提示文本设置为 index 至 toolTipText ,可以是 null 。 |
void | JSplitPane.setTopComponent(Component comp) | 设置分隔符上方或左侧的组件。 |
void | JApplet.setTransferHandler(TransferHandler newHandler) | 已过时。 设置 transferHandler 属性,这是一种支持将数据传输到此组件的机制。 |
void | JComponent.setTransferHandler(TransferHandler newHandler) | 设置 TransferHandler ,它支持通过剪切/复制/粘贴和拖放将数据传入和传出此组件。 |
void | JDialog.setTransferHandler(TransferHandler newHandler) | 设置 transferHandler 属性,这是一种支持将数据传输到此组件的机制。 |
void | JFrame.setTransferHandler(TransferHandler newHandler) | 设置 transferHandler 属性,这是一种支持将数据传输到此组件的机制。 |
void | JWindow.setTransferHandler(TransferHandler newHandler) | 设置 transferHandler 属性,这是一种支持将数据传输到此组件的机制。 |
void | AbstractButton.setUI(ButtonUI ui) | 设置呈现此组件的L&F对象。 |
void | JColorChooser.setUI(ColorChooserUI ui) | 设置呈现此组件的L&F对象。 |
void | JComboBox.setUI(ComboBoxUI ui) | 设置呈现此组件的L&F对象。 |
protected void | JComponent.setUI(ComponentUI newUI) | 设置此组件的外观委托。 |
void | JDesktopPane.setUI(DesktopPaneUI ui) | 设置呈现此组件的L&F对象。 |
void | JInternalFrame.setUI(InternalFrameUI ui) | 设置此 JInternalFrame 的UI委托。 |
void | JLabel.setUI(LabelUI ui) | 设置呈现此组件的L&F对象。 |
void | JList.setUI(ListUI ui) | 设置呈现此组件的外观对象 ListUI 。 |
void | JMenuBar.setUI(MenuBarUI ui) | 设置呈现此组件的L&F对象。 |
void | JMenuItem.setUI(MenuItemUI ui) | 设置呈现此组件的外观对象。 |
void | JOptionPane.setUI(OptionPaneUI ui) | 设置实现此组件的L&F的UI对象。 |
void | JPanel.setUI(PanelUI ui) | 设置呈现此组件的外观(L&F)对象。 |
void | JPopupMenu.setUI(PopupMenuUI ui) | 设置呈现此组件的L&F对象。 |
void | JProgressBar.setUI(ProgressBarUI ui) | 设置呈现此组件的外观对象。 |
void | JRootPane.setUI(RootPaneUI ui) | 设置呈现此组件的L&F对象。 |
void | JScrollBar.setUI(ScrollBarUI ui) | 设置呈现此组件的L&F对象。 |
void | JSeparator.setUI(SeparatorUI ui) | 设置呈现此组件的L&F对象。 |
void | JSlider.setUI(SliderUI ui) | 设置实现此组件的L&F的UI对象。 |
void | JTabbedPane.setUI(TabbedPaneUI ui) | 设置实现此组件的L&F的UI对象。 |
void | JTable.setUI(TableUI ui) | 设置呈现此组件并重新绘制的L&F对象。 |
void | JToolBar.setUI(ToolBarUI ui) | 设置呈现此组件的L&F对象。 |
void | JTree.setUI(TreeUI ui) | 设置呈现此组件的L&F对象。 |
void | JViewport.setUI(ViewportUI ui) | 设置呈现此组件的L&F对象。 |
void | JScrollBar.setUnitIncrement(int unitIncrement) | 设置unitIncrement属性。 |
void | JTable.setUpdateSelectionOnSort(boolean update) | 指定在排序后是否应更新选择。 |
void | JFormattedTextField.setValue(Object value) | 设置将从当前 AbstractFormatterFactory 获得的 AbstractFormatter 格式化的值。 |
void | JOptionPane.setValue(Object newValue) | 设置用户选择的值。 |
void | JProgressBar.setValue(int n) | 将进度条的当前值设置为 n 。 |
void | JScrollBar.setValue(int value) | 设置滚动条的值。 |
void | JSlider.setValue(int n) | 将滑块的当前值设置为 n 。 |
void | JScrollBar.setValueIsAdjusting(boolean b) | 设置模型的valueIsAdjusting属性。 |
void | JSlider.setValueIsAdjusting(boolean b) | 设置模型的 valueIsAdjusting 属性。 |
void | JComponent.setVerifyInputWhenFocusTarget(boolean verifyInputWhenFocusTarget) | 设置该值以指示在此组件请求焦点之前是否将调用当前焦点所有者的输入验证程序。 |
void | AbstractButton.setVerticalAlignment(int alignment) | 设置图标和文本的垂直对齐方式。 |
void | JLabel.setVerticalAlignment(int alignment) | 设置标签内容沿Y轴的对齐方式。 |
void | JScrollPane.setVerticalScrollBar(JScrollBar verticalScrollBar) | 将控制视口垂直视图位置的滚动条添加到滚动窗格。 |
void | JScrollPane.setVerticalScrollBarPolicy(int policy) | 确定垂直滚动条何时出现在滚动窗格中。 |
void | AbstractButton.setVerticalTextPosition(int textPosition) | 设置文本相对于图标的垂直位置。 |
void | JLabel.setVerticalTextPosition(int textPosition) | 设置标签文本相对于其图像的垂直位置。 |
void | JScrollPane.setViewport(JViewport viewport) | 删除旧视口(如果有); 强制新视口的viewPosition位于+ x,+ y象限; 使用新视口同步行和列标题(如果有的话); 最后将滚动条和标题与新视口同步。 |
void | JScrollPane.setViewportBorder(Border viewportBorder) | 在视口周围添加边框。 |
void | JComponent.setVisible(boolean aFlag) | 使组件可见或不可见。 |
void | JPopupMenu.setVisible(boolean b) | 设置弹出菜单的可见性。 |
void | JScrollBar.setVisibleAmount(int extent) | 设置模型的范围属性。 |
void | JList.setVisibleRowCount(int visibleRowCount) | 设置visibleRowCount 属性,具有不同的含义,具体取决于布局方向:对于VERTICAL 布局方向,这将设置要显示的首选行数,而不需要滚动; 对于其他方向,它会影响细胞的包裹。 |
void | JTree.setVisibleRowCount(int newCount) | 设置要显示的行数。 |
void | JOptionPane.setWantsInput(boolean newValue) | 设置 wantsInput 属性。 |
void | JScrollPane.setWheelScrollingEnabled(boolean handleWheel) | 启用/禁用滚动以响应鼠标滚轮的移动。 |
void | JRootPane.setWindowDecorationStyle(int windowDecorationStyle) | 设置 JRootPane 应提供的窗口装饰类型(如边框,关闭窗口的小部件,标题......)。 |
void | JTextArea.setWrapStyleWord(boolean word) | 设置文本区域换行时使用的换行样式。 |