类的用途
javax.swing.JComponent
使用 JComponent 的包
包
描述
提供一组“轻量级”(全 Java 语言)组件,尽可能在所有平台上以相同的方式工作。
包含
JColorChooser 组件使用的类和接口。
提供由 Swing 组件触发的事件。
提供一个接口和许多抽象类,Swing 使用这些抽象类来提供其可插入的外观功能。
提供根据基本外观构建的用户界面对象。
提供根据 Java 外观(曾经代号为 Metal )构建的用户界面对象,这是默认外观。
提供组合了两种或多种外观的用户界面对象。
提供根据跨平台 Nimbus 外观构建的用户界面对象。
Synth 是一种可换肤的外观和感觉,其中所有绘画都是委托的。
提供用于处理
javax.swing.JTable 的类和接口。
提供处理可编辑和不可编辑文本组件的类和接口。
提供用于处理
javax.swing.JTree 的类和接口。
-
JComponent 在 javax.swing 中的用法
javax.swing 中 JComponent 的子类修饰符和类型类描述class定义按钮和菜单项的通用行为。class使用 BoxLayout 对象作为其布局管理器的轻量级容器。static class参与布局但没有视图的轻量级组件的实现。class呈现列表中的项目。static class实现 UIResource 的 DefaultListCellRenderer 的子类。class“按下”按钮的实现。class复选框的实现——可以选择或取消选择的项目,并向用户显示其状态。class可以选择或取消选择的菜单项。classJColorChooser提供了一个控件面板,旨在允许用户操纵和选择颜色。classJComboBox<E>组合按钮或可编辑字段和下拉列表的组件。class用于创建多文档界面或虚拟桌面的容器。class用于编辑各种内容的文本组件。classJFileChooser为用户选择文件提供了一种简单的机制。classJFormattedTextFieldextendsJTextField添加对格式化任意值的支持,以及在用户编辑文本后检索特定对象。class一个轻量级对象,它提供了原生框架的许多功能,包括拖动、关闭、成为图标、调整大小、标题显示以及对菜单栏的支持。static class该组件代表JInternalFrame的图标化版本。class短文本字符串或图像或两者的显示区域。final classJLayer是 Swing 组件的通用装饰器,它使您能够实现各种高级绘画效果,并接收在其边界内生成的所有AWTEvent的通知。classJLayeredPane增加了 JFC/Swing 容器的深度,允许组件在需要时相互重叠。classJList<E>显示对象列表并允许用户选择一个或多个项目的组件。class菜单的实现——一个包含JMenuItem的弹出窗口,当用户在JMenuBar上选择一个项目时显示。class菜单栏的实现。class菜单中项目的实现。classJOptionPane可以很容易地弹出一个标准对话框,提示用户输入一个值或通知他们一些事情。classJPanel是一个通用的轻量级容器。classJPasswordField是一个轻量级组件,允许编辑单行文本,其中视图指示已键入内容,但不显示原始字符。class弹出菜单的实现——弹出并显示一系列选项的小窗口。static class特定于弹出菜单的分隔符。class可视化显示某些任务进度的组件。class单选按钮的实现——可以选择或取消选择的项目,并向用户显示其状态。class单选按钮菜单项的实现。classJFrame、JDialog、JWindow、JApplet和JInternalFrame在幕后使用的轻量级容器。class滚动条的实现。class提供轻量级组件的可滚动视图。protected class默认情况下,JScrollPane创建的滚动条是此类的实例。classJSeparator提供了一个用于实现分隔线的通用组件 - 最常用作菜单项之间的分隔线,将它们分解为逻辑分组。class允许用户通过在有界间隔内滑动旋钮以图形方式选择值的组件。class允许用户从有序序列中选择数字或对象值的单行输入字段。static class模型为SpinnerDateModel的JSpinner的编辑器。static class一个简单的基类,用于更专业的编辑器,它使用JFormattedTextField显示模型当前值的只读视图。static class模型为SpinnerListModel的JSpinner的编辑器。static class模型为SpinnerNumberModel的JSpinner的编辑器。classJSplitPane用于划分两个(并且只有两个)Components。class允许用户通过单击具有给定标题和/或图标的选项卡在一组组件之间切换的组件。classJTable用于显示和编辑常规的二维单元格表。classJTextArea是显示纯文本的多行区域。classJTextField是一个允许编辑单行文本的轻量级组件。class可以用图形表示的属性标记的文本组件。class两种状态按钮的实现。classJToolBar提供了一个组件,可用于显示常用的Action或控件。static class特定于工具栏的分隔符。class用于显示组件的“提示”。class将一组分层数据显示为大纲的控件。class您可以通过它查看基础信息的“视口”或“舷窗”。javax.swing 中的字段声明为 JComponentjavax.swing 中返回 JComponent 的方法修饰符和类型方法描述protected JComponentJSpinner.createEditor(SpinnerModel model) 构造函数调用此方法来创建显示序列当前值的JComponent。JFileChooser.getAccessory()返回附件组件。ComponentInputMap.getComponent()返回为其创建InputMap的组件。JToolTip.getComponent()返回工具提示适用的组件。JSpinner.getEditor()返回显示并可能更改模型值的组件。JColorChooser.getPreviewPanel()返回显示所选颜色的预览面板。返回类型中包含 JComponent 类型参数的 javax.swing 中的方法修饰符和类型方法描述JSlider.createStandardLabels(int increment) 创建一个Hashtable数字文本标签,从滑块最小值开始,并使用指定的增量。JSlider.createStandardLabels(int increment, int start) 创建一个Hashtable数字文本标签,从指定的起点开始,并使用指定的增量。javax.swing 中的方法,参数类型为 JComponent修饰符和类型方法描述voidRepaintManager.addDirtyRegion(JComponent c, int x, int y, int w, int h) 在应该刷新的组件列表中添加一个组件。voidRepaintManager.addInvalidComponent(JComponent invalidComponent) 将组件标记为需要布局,并为将首先验证组件的事件调度线程排队一个可运行的 isValidateRoot() 祖先。GroupLayout.SequentialGroup.addPreferredGap(JComponent comp1, JComponent comp2, LayoutStyle.ComponentPlacement type) 添加一个元素,表示两个组件之间的首选间隙。GroupLayout.SequentialGroup.addPreferredGap(JComponent comp1, JComponent comp2, LayoutStyle.ComponentPlacement type, int pref, int max) 添加一个元素,表示两个组件之间的首选间隙。voidDefaultDesktopManager.beginDraggingFrame(JComponent f) voidDesktopManager.beginDraggingFrame(JComponent f) 当用户指示他们将开始拖动组件时,通常会调用此方法。voidDefaultDesktopManager.beginResizingFrame(JComponent f, int direction) voidDesktopManager.beginResizingFrame(JComponent f, int direction) 当用户指示他们将开始调整框架大小时,通常会调用此方法。static RectangleSwingUtilities.calculateInnerArea(JComponent c, Rectangle r) 将指定组件的内部绘制区域的位置和大小存储在r中并返回r。booleanTransferHandler.canImport(JComponent comp, DataFlavor[] transferFlavors) 指示组件是否会在实际尝试导入之前接受给定数据类型集的导入。protected TransferableTransferHandler.createTransferable(JComponent c) 创建一个Transferable用作数据传输的源。static RepaintManagerRepaintManager.currentManager(JComponent c) 为给定 JComponent 的调用线程返回 RepaintManager。voidDefaultDesktopManager.dragFrame(JComponent f, int newX, int newY) 将被拖动的框架的可见位置移动到指定位置。voidDesktopManager.dragFrame(JComponent f, int newX, int newY) 用户移动了框架。voidDefaultDesktopManager.endDraggingFrame(JComponent f) voidDesktopManager.endDraggingFrame(JComponent f) 此方法发出拖动会话结束的信号。voidDefaultDesktopManager.endResizingFrame(JComponent f) voidDesktopManager.endResizingFrame(JComponent f) 此方法发出调整大小会话结束的信号。voidTransferHandler.exportAsDrag(JComponent comp, InputEvent e, int action) 导致启动 Swing 拖动支持。protected voidTransferHandler.exportDone(JComponent source, Transferable data, int action) 在导出数据后调用。voidTransferHandler.exportToClipboard(JComponent comp, Clipboard clip, int action) 导致从给定组件到给定剪贴板的传输。abstract intLayoutStyle.getContainerGap(JComponent component, int position, Container parent) 返回放置在组件与其父级的指定边缘之间的空间量。RepaintManager.getDirtyRegion(JComponent aComponent) 返回组件的当前脏区。LookAndFeel.getDisabledIcon(JComponent component, Icon icon) 返回具有禁用外观的Icon。LookAndFeel.getDisabledSelectedIcon(JComponent component, Icon icon) 返回一个Icon供同时被选中的禁用组件使用。static intJLayeredPane.getLayer(JComponent c) 获取 JComponent 的图层属性,它不会像 setLayer() 那样产生任何副作用。abstract intLayoutStyle.getPreferredGap(JComponent component1, JComponent component2, LayoutStyle.ComponentPlacement type, int position, Container parent) 返回两个组件之间使用的空间量。intTransferHandler.getSourceActions(JComponent c) 返回源支持的传输操作类型;COPY、MOVE和LINK的任意按位或组合。UIDefaults.getUI(JComponent target) 为指定组件创建ComponentUI实现。static ComponentUIUIManager.getUI(JComponent target) 返回target的适当ComponentUI实现。static ActionMapSwingUtilities.getUIActionMap(JComponent component) 返回组件component中 UI 提供的 ActionMap。static InputMapSwingUtilities.getUIInputMap(JComponent component, int condition) 返回 UI 为组件component中的条件condition提供的 InputMap。booleanTransferHandler.importData(JComponent comp, Transferable t) 导致从剪贴板或 DND 挂断操作传输到组件。static voidLookAndFeel.installBorder(JComponent c, String defaultBorderName) 使用默认值设置组件边框属性的便捷方法。static voidLookAndFeel.installColors(JComponent c, String defaultBgName, String defaultFgName) 使用默认值设置组件的前景色和背景色属性的便捷方法。static voidLookAndFeel.installColorsAndFont(JComponent c, String defaultBgName, String defaultFgName, String defaultFontName) 使用默认值设置组件的前景、背景和字体属性的便捷方法。static voidLookAndFeel.installProperty(JComponent c, String propertyName, Object propertyValue) 用于在组件上安装具有指定名称和值的属性(如果开发人员尚未设置该属性)的便捷方法。booleanRepaintManager.isCompletelyDirty(JComponent aComponent) 返回 true 的便捷方法组件将在下一个 paintDirtyRegions() 期间被完全绘制。static StringSwingUtilities.layoutCompoundLabel(JComponent c, FontMetrics fm, String text, Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition, Rectangle viewR, Rectangle iconR, Rectangle textR, int textIconGap) 计算并返回图标原点的位置、文本基线的原点位置以及复合标签字符串的可能裁剪版本。static ComponentInputMapLookAndFeel.makeComponentInputMap(JComponent c, Object[] keys) 从keys创建一个ComponentInputMapUIResource。voidRepaintManager.markCompletelyClean(JComponent aComponent) 将组件标记为完全清洁。voidRepaintManager.markCompletelyDirty(JComponent aComponent) 将组件标记为完全脏。static voidJLayeredPane.putLayer(JComponent c, int layer) 设置 JComponent 的图层属性。voidToolTipManager.registerComponent(JComponent component) 注册用于工具提示管理的组件。voidRepaintManager.removeInvalidComponent(JComponent component) 从无效组件列表中删除一个组件。static voidSwingUtilities.replaceUIActionMap(JComponent component, ActionMap uiActionMap) 将component的 UI ActionMap 更改为uiActionMap的便捷方法。static voidSwingUtilities.replaceUIInputMap(JComponent component, int type, InputMap uiInputMap) 将component的 UI InputMap 更改为uiInputMap的便捷方法。voidDefaultDesktopManager.resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) 使用新值调用setBoundsForFrame。voidDesktopManager.resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) 用户调整了组件的大小。voidJFileChooser.setAccessory(JComponent newAccessory) 设置附件组件。voidDefaultDesktopManager.setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) 这会移动JComponent并重新绘制损坏的区域。voidDesktopManager.setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) 这是一种原始的重塑方法。voidJToolTip.setComponent(JComponent c) 指定工具提示描述的组件。voidJSpinner.setEditor(JComponent editor) 更改显示SpinnerModel当前值的JComponent。voidJColorChooser.setPreviewPanel(JComponent preview) 设置当前预览面板。booleanInputVerifier.shouldYieldFocus(JComponent input) 已弃用。booleanInputVerifier.shouldYieldFocus(JComponent source, JComponent target) 如果此InputVerifier分配给sourceSwing 组件,则由 Swing 调用以检查是否允许请求的焦点从source转移到target。static voidLookAndFeel.uninstallBorder(JComponent c) 卸载边框的便捷方法。voidToolTipManager.unregisterComponent(JComponent component) 从工具提示控件中删除一个组件。abstract booleanInputVerifier.verify(JComponent input) 检查 JComponent 的输入是否有效。booleanInputVerifier.verifyTarget(JComponent target) 检查将接收焦点的目标 JComponent 是否准备好接受焦点。javax.swing 中的构造函数,参数类型为 JComponent修饰符构造方法描述ComponentInputMap(JComponent component) 创建与指定组件关联的ComponentInputMap。DebugGraphics(Graphics graphics, JComponent component) 从现有图形上下文构造调试图形上下文,这会减慢指定组件的绘制速度。 -
JComponent 在 javax.swing.colorchooser 中的用法
javax.swing.colorchooser 中返回 JComponent 的方法 -
JComponent 在 javax.swing.event 中的用法
javax.swing.event 中返回 JComponent 的方法javax.swing.event 中的构造函数,参数类型为 JComponent修饰符构造方法描述AncestorEvent(JComponent source, int id, Container ancestor, Container ancestorParent) 构造一个 AncestorEvent 对象以标识祖先组件显示状态的更改。 -
JComponent 在 javax.swing.plaf 中的用法
javax.swing.plaf 中的方法,参数类型为 JComponent修饰符和类型方法描述booleanComponentUI.contains(JComponent c, int x, int y) 如果指定则返回true坐标轴location 包含在指定组件的外观定义形状中。static ComponentUIComponentUI.createUI(JComponent c) 返回指定组件的 UI 委托实例。ComponentUI.getAccessibleChild(JComponent c, int i) 返回对象的第i个Accessible子对象。intComponentUI.getAccessibleChildrenCount(JComponent c) 返回对象中可访问的子对象的数量。intComponentUI.getBaseline(JComponent c, int width, int height) 返回基线。intLayerUI.getBaseline(JComponent c, int width, int height) 如果JLayer的视图组件不是null,则调用视图的getBaseline()方法。ComponentUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。LayerUI.getBaselineResizeBehavior(JComponent c) 如果JLayer的视图组件不是null,则返回视图的getBaselineResizeBehavior()方法的结果。ComponentUI.getMaximumSize(JComponent c) 返回适合外观的指定组件的最大尺寸。LayerUI.getMaximumSize(JComponent c) 如果JLayer的视图组件不是null,则返回视图的getMaximumSize()方法的结果。ComponentUI.getMinimumSize(JComponent c) 返回适合外观的指定组件的最小尺寸。LayerUI.getMinimumSize(JComponent c) 如果JLayer的视图组件不是null,则返回视图的getMinimalSize()方法的结果。ComponentUI.getPreferredSize(JComponent c) 返回适合外观的指定组件的首选大小。LayerUI.getPreferredSize(JComponent c) 如果JLayer的视图组件不是null,则返回视图的getPreferredSize()方法的结果。voidComponentUI.installUI(JComponent c) 为外观适当地配置指定的组件。voidLayerUI.installUI(JComponent c) 配置JLayerthisLayerUI设置为。voidComponentUI.paint(Graphics g, JComponent c) 为外观和感觉适当地绘制指定的组件。voidLayerUI.paint(Graphics g, JComponent c) 绘制指定的组件。voidComponentUI.uninstallUI(JComponent c) 反转在installUI期间在指定组件上完成的配置。voidLayerUI.uninstallUI(JComponent c) 反转先前在LayerUI.installUI(JComponent)方法中设置的配置。voidComponentUI.update(Graphics g, JComponent c) 通知此 UI 委托是时候绘制指定的组件了。javax.swing.plaf 中的构造函数,参数类型为 JComponent -
JComponent 在 javax.swing.plaf.basic 中的用法
修饰符和类型类描述classJButton 对象,它在其中一个主要方向上绘制一个按比例缩放的箭头。class组合框渲染器static class实现 UIResource 的 BasicComboBoxRenderer 的子类。class这是ComboPopup接口的基本实现。class管理基本标题栏的类class此类应被视为“受保护”的内部类。javax.swing.plaf.basic 中的字段声明为 JComponent修饰符和类型Field描述protected JComponentBasicInternalFrameUI.eastPane东窗格protected JComponentBasicDesktopIconUI.iconPane桌面图标中使用的标题窗格组件。protected JComponentBasicOptionPaneUI.inputComponent如果 optionPane.getWantsInput() 返回 true,则 JComponent 提供输入。protected JComponentBasicInternalFrameUI.northPane北窗格protected JComponentBasicInternalFrameUI.southPane南窗格protected JComponentBasicInternalFrameUI.westPane西窗格javax.swing.plaf.basic 中返回 JComponent 的方法修饰符和类型方法描述protected JComponentBasicInternalFrameUI.createEastPane(JInternalFrame w) 创建东窗格。protected JComponentBasicSpinnerUI.createEditor()installUI 调用此方法以获取JSpinner的编辑器组件。protected JComponentBasicInternalFrameUI.createNorthPane(JInternalFrame w) 创建北窗格。protected JComponentBasicInternalFrameUI.createSouthPane(JInternalFrame w) 创建北窗格。protected JComponentBasicInternalFrameUI.createWestPane(JInternalFrame w) 创建西窗格。BasicInternalFrameUI.getEastPane()返回东窗格。BasicInternalFrameUI.getNorthPane()返回北窗格。BasicInternalFrameUI.getSouthPane()返回南窗格。BasicInternalFrameUI.getWestPane()返回西窗格。javax.swing.plaf.basic 中的方法,参数类型为 JComponent修饰符和类型方法描述protected ChangeListenerBasicMenuUI.createChangeListener(JComponent c) 返回ChangeListener的实例。static ViewBasicHTML.createHTMLView(JComponent c, String html) 为给定的组件和 html 字符串创建一个 html 渲染器。protected MenuDragMouseListenerBasicMenuItemUI.createMenuDragMouseListener(JComponent c) 返回MenuDragMouseListener的实例。protected MenuKeyListenerBasicMenuItemUI.createMenuKeyListener(JComponent c) 返回MenuKeyListener的实例。protected MenuListenerBasicMenuUI.createMenuListener(JComponent c) 返回MenuListener的实例。protected MouseInputListenerBasicMenuItemUI.createMouseInputListener(JComponent c) 返回MouseInputListener的实例。protected PropertyChangeListenerBasicMenuItemUI.createPropertyChangeListener(JComponent c) 创建一个PropertyChangeListener,它将被添加到菜单项中。static ComponentUIBasicButtonUI.createUI(JComponent c) 返回BasicButtonUI的实例。static ComponentUIBasicCheckBoxMenuItemUI.createUI(JComponent c) 构造一个BasicCheckBoxMenuItemUI新实例static ComponentUIBasicCheckBoxUI.createUI(JComponent b) 返回BasicCheckBoxUI的实例。static ComponentUIBasicColorChooserUI.createUI(JComponent c) 返回BasicColorChooserUI的新实例。static ComponentUIBasicComboBoxUI.createUI(JComponent c) 构造一个BasicComboBoxUI新实例static ComponentUIBasicDesktopIconUI.createUI(JComponent c) 构造一个BasicDesktopIconUI新实例static ComponentUIBasicDesktopPaneUI.createUI(JComponent c) 构造一个BasicDesktopPaneUI新实例static ComponentUIBasicEditorPaneUI.createUI(JComponent c) 为 JTextPane 创建一个 UI。static ComponentUIBasicFileChooserUI.createUI(JComponent c) 为指定组件创建BasicFileChooserUI实现。static ComponentUIBasicFormattedTextFieldUI.createUI(JComponent c) 为 JFormattedTextField 创建一个 UI。static ComponentUIBasicInternalFrameUI.createUI(JComponent b) 返回一个组件 UI。static ComponentUIBasicLabelUI.createUI(JComponent c) 返回BasicLabelUI的实例。static ComponentUIBasicListUI.createUI(JComponent list) 返回BasicListUI的新实例。static ComponentUIBasicMenuBarUI.createUI(JComponent x) 返回BasicMenuBarUI的新实例。static ComponentUIBasicMenuItemUI.createUI(JComponent c) 返回BasicMenuItemUI的新实例。static ComponentUIBasicMenuUI.createUI(JComponent x) 构造一个BasicMenuUI新实例static ComponentUIBasicOptionPaneUI.createUI(JComponent x) 创建一个新的BasicOptionPaneUI实例。static ComponentUIBasicPanelUI.createUI(JComponent c) 返回BasicPanelUI的实例。static ComponentUIBasicPasswordFieldUI.createUI(JComponent c) 为 JPasswordField 创建一个 UI。static ComponentUIBasicPopupMenuSeparatorUI.createUI(JComponent c) 返回BasicPopupMenuSeparatorUI的新实例。static ComponentUIBasicPopupMenuUI.createUI(JComponent x) 构造一个BasicPopupMenuUI新实例static ComponentUIBasicProgressBarUI.createUI(JComponent x) 返回BasicProgressBarUI的新实例。static ComponentUIBasicRadioButtonMenuItemUI.createUI(JComponent b) 返回BasicRadioButtonMenuItemUI的新实例。static ComponentUIBasicRadioButtonUI.createUI(JComponent b) 返回BasicRadioButtonUI的实例。static ComponentUIBasicRootPaneUI.createUI(JComponent c) 返回BasicRootPaneUI的新实例。static ComponentUIBasicScrollBarUI.createUI(JComponent c) 创建用户界面。static ComponentUIBasicScrollPaneUI.createUI(JComponent x) 返回BasicScrollPaneUI的新实例。static ComponentUIBasicSeparatorUI.createUI(JComponent c) 返回BasicSeparatorUI的新实例。static ComponentUIBasicSliderUI.createUI(JComponent b) 创建一个用户界面。static ComponentUIBasicSpinnerUI.createUI(JComponent c) 返回 BasicSpinnerUI 的新实例。static ComponentUIBasicSplitPaneUI.createUI(JComponent x) 创建BasicSplitPaneUI的新实例。static ComponentUIBasicTabbedPaneUI.createUI(JComponent c) 创建一个用户界面。static ComponentUIBasicTableHeaderUI.createUI(JComponent h) 返回BasicTableHeaderUI的新实例。static ComponentUIBasicTableUI.createUI(JComponent c) 返回BasicTableUI的新实例。static ComponentUIBasicTextAreaUI.createUI(JComponent ta) 为 JTextArea 创建一个 UI。static ComponentUIBasicTextFieldUI.createUI(JComponent c) 为 JTextField 创建 UI。static ComponentUIBasicTextPaneUI.createUI(JComponent c) 为 JTextPane 创建一个 UI。static ComponentUIBasicToggleButtonUI.createUI(JComponent b) 返回BasicToggleButtonUI的实例。static ComponentUIBasicToolBarSeparatorUI.createUI(JComponent c) 返回BasicToolBarSeparatorUI的新实例。static ComponentUIBasicToolBarUI.createUI(JComponent c) 构造一个BasicToolBarUI新实例static ComponentUIBasicToolTipUI.createUI(JComponent c) 返回BasicToolTipUI的实例。static ComponentUIBasicTreeUI.createUI(JComponent x) 构造一个BasicTreeUI新实例static ComponentUIBasicViewportUI.createUI(JComponent c) 返回BasicViewportUI的实例。protected voidBasicInternalFrameUI.deinstallMouseHandlers(JComponent c) 卸载鼠标处理程序。static voidBasicGraphicsUtils.drawString(JComponent c, Graphics2D g, String string, float x, float y) 使用提供的组件的文本属性和抗锯齿提示在指定位置绘制给定字符串。static voidBasicGraphicsUtils.drawStringUnderlineCharAt(JComponent c, Graphics2D g, String string, int underlinedIndex, float x, float y) 在给定字符下划线的指定位置绘制给定字符串。intBasicButtonUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicComboBoxUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicLabelUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicListUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicPanelUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicProgressBarUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicScrollPaneUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicSliderUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicSpinnerUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicTabbedPaneUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicTableHeaderUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicTableUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicTextAreaUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicTextFieldUI.getBaseline(JComponent c, int width, int height) 返回基线。intBasicTreeUI.getBaseline(JComponent c, int width, int height) 返回基线。BasicButtonUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicComboBoxUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicLabelUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicListUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicPanelUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicProgressBarUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicScrollPaneUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicSliderUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicSpinnerUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicTabbedPaneUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicTableUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicTextAreaUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicTextFieldUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。BasicTreeUI.getBaselineResizeBehavior(JComponent c) 返回一个枚举,指示组件的基线如何随着大小的变化而变化。static StringBasicGraphicsUtils.getClippedString(JComponent c, FontMetrics fm, String string, int availTextWidth) 将传入的字符串剪切到提供的空间。BasicDesktopIconUI.getInsets(JComponent c) 返回insets。BasicSplitPaneUI.getInsets(JComponent jc) 返回insets。BasicDesktopIconUI.getMaximumSize(JComponent c) 桌面图标无法调整大小。BasicInternalFrameUI.getMaximumSize(JComponent x) 返回最大尺寸。BasicLabelUI.getMaximumSize(JComponent c) BasicScrollBarUI.getMaximumSize(JComponent c) BasicScrollPaneUI.getMaximumSize(JComponent c) BasicSliderUI.getMaximumSize(JComponent c) 返回最大尺寸。BasicSplitPaneUI.getMaximumSize(JComponent jc) 返回传入组件的最大尺寸,这将传递给当前的布局管理器。BasicTableHeaderUI.getMaximumSize(JComponent c) 返回标题的最大大小。BasicTableUI.getMaximumSize(JComponent c) 返回表的最大大小。BasicTextUI.getMaximumSize(JComponent c) 获取编辑器组件的最大大小。BasicTreeUI.getMaximumSize(JComponent c) 返回此组件的最大大小,如果实例当前位于 JTree 中,则这将是首选大小,或者 0、0。BasicComboBoxUI.getMinimumSize(JComponent c) 最小尺寸是显示区域加上insets加上按钮的尺寸。BasicInternalFrameUI.getMinimumSize(JComponent x) 返回最小尺寸。BasicLabelUI.getMinimumSize(JComponent c) BasicProgressBarUI.getMinimumSize(JComponent c) 此组件的最小大小为 10。BasicSliderUI.getMinimumSize(JComponent c) 返回最小尺寸。BasicSplitPaneUI.getMinimumSize(JComponent jc) 返回传入组件的最小尺寸,这将传递给当前的布局管理器。BasicTableHeaderUI.getMinimumSize(JComponent c) 返回标题的最小大小。BasicTableUI.getMinimumSize(JComponent c) 返回表的最小大小。BasicTextAreaUI.getMinimumSize(JComponent c) 该方法被重写以考虑插入符号的宽度。BasicTextUI.getMinimumSize(JComponent c) 获取编辑器组件的最小尺寸。BasicTreeUI.getMinimumSize(JComponent c) 返回此组件的最小尺寸。protected DimensionBasicMenuItemUI.getPreferredMenuItemSize(JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap) 返回菜单项的首选大小。BasicInternalFrameUI.getPreferredSize(JComponent x) 返回首选大小。BasicListUI.getPreferredSize(JComponent c) 列表的 preferredSize 取决于布局方向。BasicOptionPaneUI.getPreferredSize(JComponent c) 如果c是包含接收器的JOptionPane,则返回的首选大小是JOptionPane的LayoutManager和getMinimumOptionPaneSize的首选大小的最大值。BasicRadioButtonUI.getPreferredSize(JComponent c) 单选按钮的首选大小BasicScrollBarUI.getPreferredSize(JComponent c) 垂直滚动条的首选宽度是(非null)增量/减量按钮的首选宽度的最大值,以及拇指的最小宽度。BasicSliderUI.getPreferredSize(JComponent c) 返回首选大小。BasicSplitPaneUI.getPreferredSize(JComponent jc) 返回传入组件的首选大小,这将传递给当前布局管理器。BasicTableHeaderUI.getPreferredSize(JComponent c) 返回标题的首选大小。BasicTableUI.getPreferredSize(JComponent c) 返回表的首选大小。BasicTextAreaUI.getPreferredSize(JComponent c) 该方法被重写以考虑插入符号的宽度。BasicTextUI.getPreferredSize(JComponent c) 获取编辑器组件的首选大小。BasicTreeUI.getPreferredSize(JComponent c) 返回正确显示树的首选大小,这是getPreferredSize(c, true)的覆盖方法。BasicTreeUI.getPreferredSize(JComponent c, boolean checkConsistency) 返回表示树的首选大小c.static floatBasicGraphicsUtils.getStringWidth(JComponent c, FontMetrics fm, String string) 使用提供的组件的文本属性和抗锯齿提示返回传入字符串的宽度。protected voidBasicToolTipUI.installDefaults(JComponent c) 安装默认属性。protected voidBasicViewportUI.installDefaults(JComponent c) 安装视口属性。voidBasicButtonListener.installKeyboardActions(JComponent c) 注册默认键操作:按空格键“单击”按钮并注册键盘助记符(如果有)。protected voidBasicToolTipUI.installListeners(JComponent c) 注册听众。protected voidBasicInternalFrameUI.installMouseHandlers(JComponent c) 安装鼠标处理程序。protected voidBasicToolBarUI.installNonRolloverBorders(JComponent c) 在 JComponent 的所有子组件上安装非滚动边框。protected voidBasicToolBarUI.installNormalBorders(JComponent c) 在 JComponent 的所有子组件上安装正常边框。protected voidBasicToolBarUI.installRolloverBorders(JComponent c) 在 JComponent 的所有子组件上安装翻转边框。voidBasicEditorPaneUI.installUI(JComponent c) 安装组件的 UI。voidBasicFileChooserUI.installUI(JComponent c) 安装用户界面。voidBasicInternalFrameUI.installUI(JComponent c) 安装用户界面。voidBasicListUI.installUI(JComponent c) 通过依次调用installDefaults()、installListeners()和installKeyboardActions()来初始化this.list。voidBasicOptionPaneUI.installUI(JComponent c) 将接收器安装为传入的JOptionPane的 L&F。voidBasicScrollBarUI.installUI(JComponent c) 安装用户界面。voidBasicSliderUI.installUI(JComponent c) 安装一个 UI。voidBasicSpinnerUI.installUI(JComponent c) 调用installDefaults、installListeners,然后添加由createNextButton、createPreviousButton和createEditor返回的组件。voidBasicSplitPaneUI.installUI(JComponent c) 安装用户界面。voidBasicTextUI.installUI(JComponent c) 安装组件的 UI。voidBasicDesktopIconUI.MouseInputHandler.moveAndRepaint(JComponent f, int newX, int newY, int newWidth, int newHeight) 移动并重新绘制组件f。voidBasicLabelUI.paint(Graphics g, JComponent c) 使用前景色绘制标签文本,如果标签不透明,则使用背景色绘制整个背景。voidBasicListUI.paint(Graphics g, JComponent c) 绘制与 Graphics 对象 clipRect 相交的行。voidBasicProgressBarUI.paint(Graphics g, JComponent c) 将绘画委托给以下两种方法之一:paintDeterminate 或 paintIndeterminate。voidBasicRadioButtonUI.paint(Graphics g, JComponent c) 绘制单选按钮voidBasicTableUI.paint(Graphics g, JComponent c) 绘制在 installUI() 中设置的table实例的表示。final voidBasicTextUI.paint(Graphics g, JComponent c) 绘制界面。protected voidBasicProgressBarUI.paintDeterminate(Graphics g, JComponent c) 通用绘制方法应该对几乎所有线性的、确定的进度条做正确的事情。protected voidBasicTreeUI.paintHorizontalLine(Graphics g, JComponent c, int y, int left, int right) 绘制一条水平线。protected voidBasicButtonUI.paintIcon(Graphics g, JComponent c, Rectangle iconRect) 绘制当前按钮的图标。protected voidBasicProgressBarUI.paintIndeterminate(Graphics g, JComponent c) 应该为所有线性弹跳框进度条做正确事情的通用绘制方法。protected voidBasicMenuItemUI.paintMenuItem(Graphics g, JComponent c, Icon checkIcon, Icon arrowIcon, Color background, Color foreground, int defaultTextIconGap) 绘制菜单项。protected voidBasicButtonUI.paintText(Graphics g, JComponent c, Rectangle textRect, String text) 呈现当前按钮文本的方法。protected voidBasicScrollBarUI.paintThumb(Graphics g, JComponent c, Rectangle thumbBounds) 画拇指。protected voidBasicScrollBarUI.paintTrack(Graphics g, JComponent c, Rectangle trackBounds) 绘制轨道。protected voidBasicTreeUI.paintVerticalLine(Graphics g, JComponent c, int x, int top, int bottom) 绘制垂直线。protected voidBasicSpinnerUI.replaceEditor(JComponent oldEditor, JComponent newEditor) 当JSpinner编辑器属性更改时由PropertyChangeListener调用。protected voidBasicInternalFrameUI.replacePane(JComponent currentPane, JComponent newPane) 在newPane上安装必要的鼠标处理程序并将其添加到框架中。voidBasicInternalFrameUI.setEastPane(JComponent c) 设置东窗格。voidBasicInternalFrameUI.setNorthPane(JComponent c) 设置北窗格。voidBasicInternalFrameUI.setSouthPane(JComponent c) 设置南窗格。voidBasicInternalFrameUI.setWestPane(JComponent c) 设置西窗格。protected voidBasicToolTipUI.uninstallDefaults(JComponent c) 卸载默认属性。protected voidBasicViewportUI.uninstallDefaults(JComponent c) 卸载视口属性。voidBasicButtonListener.uninstallKeyboardActions(JComponent c) 注销默认键操作。protected voidBasicScrollPaneUI.uninstallListeners(JComponent c) 注销听众。protected voidBasicToolTipUI.uninstallListeners(JComponent c) 注销听众。voidBasicEditorPaneUI.uninstallUI(JComponent c) 卸载组件的 UI。voidBasicFileChooserUI.uninstallUI(JComponent c) 卸载用户界面。voidBasicInternalFrameUI.uninstallUI(JComponent c) 卸载用户界面。voidBasicListUI.uninstallUI(JComponent c) 通过依次调用uninstallListeners()、uninstallKeyboardActions()和uninstallDefaults()来取消初始化this.list。voidBasicOptionPaneUI.uninstallUI(JComponent c) 从传入的拆分窗格的 L&F 控制器中删除接收器。voidBasicScrollBarUI.uninstallUI(JComponent c) 卸载用户界面。voidBasicSliderUI.uninstallUI(JComponent c) 卸载 UI。voidBasicSpinnerUI.uninstallUI(JComponent c) 调用uninstallDefaults、uninstallListeners,然后移除所有微调子项。voidBasicSplitPaneUI.uninstallUI(JComponent c) 卸载用户界面。voidBasicTextUI.uninstallUI(JComponent c) 卸载组件的 UI。voidBasicMenuItemUI.update(Graphics g, JComponent c) 我们在 paintMenuItem() 中绘制背景,因此重写更新(默认填充不透明组件的背景)以仅调用 paint()。voidBasicTextUI.update(Graphics g, JComponent c) 超类以一种无法控制的方式绘制背景(即可能需要将图像平铺到背景中)。static voidBasicHTML.updateRenderer(JComponent c, String text) 将给定文本的 HTML 渲染存储到给定 JComponent 的客户端属性中。 -
JComponent 在 javax.swing.plaf.metal 中的用法
修饰符和类型类描述class帮助 MetalComboBoxUI 的 JButton 子类class已弃用。从 Java 2 平台 v1.4 开始。protected class已弃用。从 JDK 版本 9 开始。class呈现不同的字体大小和样式。class管理 JLF 标题栏的类class金属滚动条箭头的 JButton 对象。javax.swing.plaf.metal 中的方法,参数类型为 JComponent修饰符和类型方法描述static ComponentUIMetalButtonUI.createUI(JComponent c) 返回MetalButtonUI的实例。static ComponentUIMetalCheckBoxUI.createUI(JComponent b) 返回MetalCheckBoxUI的实例。static ComponentUIMetalComboBoxUI.createUI(JComponent c) 构造一个MetalComboBoxUI实例static ComponentUIMetalDesktopIconUI.createUI(JComponent c) 构造一个MetalDesktopIconUI新实例static ComponentUIMetalFileChooserUI.createUI(JComponent c) 构造一个MetalFileChooserUI新实例static ComponentUIMetalInternalFrameUI.createUI(JComponent c) 构造一个新的MetalInternalFrameUI实例。static ComponentUIMetalLabelUI.createUI(JComponent c) 返回MetalLabelUI的实例。static ComponentUIMetalMenuBarUI.createUI(JComponent x) 为传入的组件创建ComponentUI实现。static ComponentUIMetalPopupMenuSeparatorUI.createUI(JComponent c) 构造一个新的MetalPopupMenuSeparatorUI实例。static ComponentUIMetalProgressBarUI.createUI(JComponent c) 构造一个MetalProgressBarUI实例static ComponentUIMetalRadioButtonUI.createUI(JComponent c) 返回MetalRadioButtonUI的实例。static ComponentUIMetalRootPaneUI.createUI(JComponent c) 为JRootPane创建一个 UI。static ComponentUIMetalScrollBarUI.createUI(JComponent c) 构造一个新的MetalScrollBarUI实例。static ComponentUIMetalScrollPaneUI.createUI(JComponent x) 构造一个新的MetalScrollPaneUI.static ComponentUIMetalSeparatorUI.createUI(JComponent c) 构造一个新的MetalSeparatorUI实例。static ComponentUIMetalSliderUI.createUI(JComponent c) 构造一个MetalSliderUI实例。static ComponentUIMetalSplitPaneUI.createUI(JComponent x) 创建一个新的MetalSplitPaneUI实例static ComponentUIMetalTabbedPaneUI.createUI(JComponent x) 构造MetalTabbedPaneUI。static ComponentUIMetalTextFieldUI.createUI(JComponent c) 构造MetalTextFieldUI。static ComponentUIMetalToggleButtonUI.createUI(JComponent b) 构造MetalToogleButtonUI。static ComponentUIMetalToolBarUI.createUI(JComponent c) 构造一个MetalToolBarUI实例static ComponentUIMetalToolTipUI.createUI(JComponent c) 返回MetalToolTipUI的实例。static ComponentUIMetalTreeUI.createUI(JComponent x) 构造MetalTreeUI。intMetalComboBoxUI.getBaseline(JComponent c, int width, int height) 返回基线。MetalLookAndFeel.getDisabledIcon(JComponent component, Icon icon) 返回具有禁用外观的Icon。MetalLookAndFeel.getDisabledSelectedIcon(JComponent component, Icon icon) 返回一个Icon供同时被选中的禁用组件使用。MetalFileChooserUI.getMaximumSize(JComponent c) 返回JFileChooser的最大大小。MetalFileChooserUI.getMinimumSize(JComponent c) 返回JFileChooser的最小大小。MetalFileChooserUI.getPreferredSize(JComponent c) 返回指定JFileChooser的首选大小。voidMetalMenuBarUI.installUI(JComponent c) 配置适合金属外观的指定组件。voidMetalRootPaneUI.installUI(JComponent c) 调用installUI的超级实现,将必要的状态安装到传入的JRootPane上,以呈现RootPaneUI的金属外观实现。voidMetalProgressBarUI.paintDeterminate(Graphics g, JComponent c) 在进度条上绘制一些特殊的高亮。protected voidMetalTreeUI.paintHorizontalSeparators(Graphics g, JComponent c) 绘制水平分隔符。voidMetalProgressBarUI.paintIndeterminate(Graphics g, JComponent c) 在进度条和弹跳框上绘制一些特殊的高亮。voidMetalMenuBarUI.uninstallUI(JComponent c) 反转在installUI期间在指定组件上完成的配置。voidMetalRootPaneUI.uninstallUI(JComponent c) 调用超级实现来卸载它的任何状态。voidMetalButtonUI.update(Graphics g, JComponent c) 如有必要,绘制组件的背景,然后调用paint。voidMetalMenuBarUI.update(Graphics g, JComponent c) 如有必要,绘制组件的背景,然后调用paint。voidMetalToggleButtonUI.update(Graphics g, JComponent c) 如有必要,绘制组件的背景,然后调用paint。voidMetalToolBarUI.update(Graphics g, JComponent c) 如有必要,绘制组件的背景,然后调用paint。 -
JComponent 在 javax.swing.plaf.multi 中的用法
javax.swing.plaf.multi 中的方法,参数类型为 JComponent修饰符和类型方法描述booleanMultiButtonUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiColorChooserUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiComboBoxUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiDesktopIconUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiDesktopPaneUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiFileChooserUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiInternalFrameUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiLabelUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiListUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiMenuBarUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiMenuItemUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiOptionPaneUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiPanelUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiPopupMenuUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiProgressBarUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiRootPaneUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiScrollBarUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiScrollPaneUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiSeparatorUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiSliderUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiSpinnerUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiSplitPaneUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiTabbedPaneUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiTableHeaderUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiTableUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiTextUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiToolBarUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiToolTipUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiTreeUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。booleanMultiViewportUI.contains(JComponent a, int b, int c) 在此对象处理的每个 UI 上调用contains方法。static ComponentUIMultiButtonUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiColorChooserUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiComboBoxUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiDesktopIconUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiDesktopPaneUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiFileChooserUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiInternalFrameUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiLabelUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiListUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiMenuBarUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiMenuItemUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiOptionPaneUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiPanelUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiPopupMenuUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiProgressBarUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiRootPaneUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiScrollBarUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiScrollPaneUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiSeparatorUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiSliderUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiSpinnerUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiSplitPaneUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiTabbedPaneUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiTableHeaderUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiTableUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiTextUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiToolBarUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiToolTipUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiTreeUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiViewportUI.createUI(JComponent a) 如果任何辅助LookAndFeel支持此 UI,则返回多路复用 UI 实例。static ComponentUIMultiLookAndFeel.createUIs(ComponentUI mui, Vector<ComponentUI> uis, JComponent target) 创建呈现target组件所需的ComponentUI对象,将对象放置在uis向量中并返回最能代表组件 UI 的ComponentUI对象。MultiButtonUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiColorChooserUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiComboBoxUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiDesktopIconUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiDesktopPaneUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiFileChooserUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiInternalFrameUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiLabelUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiListUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiMenuBarUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiMenuItemUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiOptionPaneUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiPanelUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiPopupMenuUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiProgressBarUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiRootPaneUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiScrollBarUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiScrollPaneUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiSeparatorUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiSliderUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiSpinnerUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiSplitPaneUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiTabbedPaneUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiTableHeaderUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiTableUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiTextUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiToolBarUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiToolTipUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiTreeUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。MultiViewportUI.getAccessibleChild(JComponent a, int b) 在此对象处理的每个 UI 上调用getAccessibleChild方法。intMultiButtonUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiColorChooserUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiComboBoxUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiDesktopIconUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiDesktopPaneUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiFileChooserUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiInternalFrameUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiLabelUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiListUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiMenuBarUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiMenuItemUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiOptionPaneUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiPanelUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiPopupMenuUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiProgressBarUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiRootPaneUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiScrollBarUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiScrollPaneUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiSeparatorUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiSliderUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiSpinnerUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiSplitPaneUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiTabbedPaneUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiTableHeaderUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiTableUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiTextUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiToolBarUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiToolTipUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiTreeUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。intMultiViewportUI.getAccessibleChildrenCount(JComponent a) 在此对象处理的每个 UI 上调用getAccessibleChildrenCount方法。MultiButtonUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiColorChooserUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiComboBoxUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiDesktopIconUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiDesktopPaneUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiFileChooserUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiInternalFrameUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiLabelUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiListUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiMenuBarUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiMenuItemUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiOptionPaneUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiPanelUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiPopupMenuUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiProgressBarUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiRootPaneUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiScrollBarUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiScrollPaneUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiSeparatorUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiSliderUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiSpinnerUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiSplitPaneUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiTabbedPaneUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiTableHeaderUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiTableUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiTextUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiToolBarUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiToolTipUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiTreeUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiViewportUI.getMaximumSize(JComponent a) 在此对象处理的每个 UI 上调用getMaximumSize方法。MultiButtonUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiColorChooserUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiComboBoxUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiDesktopIconUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiDesktopPaneUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiFileChooserUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiInternalFrameUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiLabelUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiListUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiMenuBarUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiMenuItemUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiOptionPaneUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiPanelUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiPopupMenuUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiProgressBarUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiRootPaneUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiScrollBarUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiScrollPaneUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiSeparatorUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiSliderUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiSpinnerUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiSplitPaneUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiTabbedPaneUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiTableHeaderUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiTableUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiTextUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiToolBarUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiToolTipUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiTreeUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiViewportUI.getMinimumSize(JComponent a) 在此对象处理的每个 UI 上调用getMinimumSize方法。MultiButtonUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiColorChooserUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiComboBoxUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiDesktopIconUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiDesktopPaneUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiFileChooserUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiInternalFrameUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiLabelUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiListUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiMenuBarUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiMenuItemUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiOptionPaneUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiPanelUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiPopupMenuUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiProgressBarUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiRootPaneUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiScrollBarUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiScrollPaneUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiSeparatorUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiSliderUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiSpinnerUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiSplitPaneUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiTabbedPaneUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiTableHeaderUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiTableUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiTextUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiToolBarUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiToolTipUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiTreeUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。MultiViewportUI.getPreferredSize(JComponent a) 在此对象处理的每个 UI 上调用getPreferredSize方法。voidMultiButtonUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiColorChooserUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiComboBoxUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiDesktopIconUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiDesktopPaneUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiFileChooserUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiInternalFrameUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiLabelUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiListUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiMenuBarUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiMenuItemUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiOptionPaneUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiPanelUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiPopupMenuUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiProgressBarUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiRootPaneUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiScrollBarUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiScrollPaneUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiSeparatorUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiSliderUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiSpinnerUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiSplitPaneUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiTabbedPaneUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiTableHeaderUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiTableUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiTextUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiToolBarUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiToolTipUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiTreeUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiViewportUI.installUI(JComponent a) 在此对象处理的每个 UI 上调用installUI方法。voidMultiButtonUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiColorChooserUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiComboBoxUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiDesktopIconUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiDesktopPaneUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiFileChooserUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiInternalFrameUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiLabelUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiListUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiMenuBarUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiMenuItemUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiOptionPaneUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiPanelUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiPopupMenuUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiProgressBarUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiRootPaneUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiScrollBarUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiScrollPaneUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiSeparatorUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiSliderUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiSpinnerUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiSplitPaneUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiTabbedPaneUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiTableHeaderUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiTableUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiTextUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiToolBarUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiToolTipUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiTreeUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiViewportUI.paint(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用paint方法。voidMultiButtonUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiColorChooserUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiComboBoxUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiDesktopIconUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiDesktopPaneUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiFileChooserUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiInternalFrameUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiLabelUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiListUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiMenuBarUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiMenuItemUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiOptionPaneUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiPanelUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiPopupMenuUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiProgressBarUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiRootPaneUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiScrollBarUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiScrollPaneUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiSeparatorUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiSliderUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiSpinnerUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiSplitPaneUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiTabbedPaneUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiTableHeaderUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiTableUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiTextUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiToolBarUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiToolTipUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiTreeUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiViewportUI.uninstallUI(JComponent a) 在此对象处理的每个 UI 上调用uninstallUI方法。voidMultiButtonUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiColorChooserUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiComboBoxUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiDesktopIconUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiDesktopPaneUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiFileChooserUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiInternalFrameUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiLabelUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiListUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiMenuBarUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiMenuItemUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiOptionPaneUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiPanelUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiPopupMenuUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiProgressBarUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiRootPaneUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiScrollBarUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiScrollPaneUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiSeparatorUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiSliderUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiSpinnerUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiSplitPaneUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiTabbedPaneUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiTableHeaderUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiTableUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiTextUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiToolBarUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiToolTipUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiTreeUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。voidMultiViewportUI.update(Graphics a, JComponent b) 在此对象处理的每个 UI 上调用update方法。 -
JComponent 在 javax.swing.plaf.nimbus 中的用法
在 javax.swing.plaf.nimbus 中具有类型参数为 JComponent 的类javax.swing.plaf.nimbus 中的方法,参数类型为 JComponent修饰符和类型方法描述protected abstract voidAbstractRegionPainter.doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) 实际上执行绘画操作。protected final ColorAbstractRegionPainter.getComponentColor(JComponent c, String property, Color defaultColor, float saturationOffset, float brightnessOffset, int alphaOffset) 从给定的 JComponent 获取颜色属性。protected Object[]AbstractRegionPainter.getExtendedCacheKeys(JComponent c) 获取绘制器实现希望包含在图像缓存查找中的任何额外属性。static NimbusStyleNimbusLookAndFeel.getStyle(JComponent c, Region r) 获取与给定组件和区域关联的样式。final voidAbstractRegionPainter.paint(Graphics2D g, JComponent c, int w, int h) 呈现给定的Graphics2D对象。 -
JComponent 在 javax.swing.plaf.synth 中的用法
javax.swing.plaf.synth 中返回 JComponent 的方法修饰符和类型方法描述protected JComponentSynthSpinnerUI.createEditor()installUI 调用此方法以获取JSpinner的编辑器组件。SynthContext.getComponent()返回包含区域的托管组件。javax.swing.plaf.synth 中的方法,参数类型为 JComponent修饰符和类型方法描述static ComponentUISynthButtonUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthCheckBoxMenuItemUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthCheckBoxUI.createUI(JComponent b) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthColorChooserUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthComboBoxUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthDesktopIconUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthDesktopPaneUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthEditorPaneUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthFormattedTextFieldUI.createUI(JComponent c) 为 JFormattedTextField 创建一个 UI。static ComponentUISynthInternalFrameUI.createUI(JComponent b) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthLabelUI.createUI(JComponent c) 返回用于外观外观的 LabelUI 实现。static ComponentUISynthListUI.createUI(JComponent list) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthLookAndFeel.createUI(JComponent c) 为传入的JComponent创建合成器外观ComponentUI。static ComponentUISynthMenuBarUI.createUI(JComponent x) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthMenuItemUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthMenuUI.createUI(JComponent x) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthOptionPaneUI.createUI(JComponent x) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthPanelUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthPasswordFieldUI.createUI(JComponent c) 为 JPasswordField 创建一个 UI。static ComponentUISynthPopupMenuUI.createUI(JComponent x) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthProgressBarUI.createUI(JComponent x) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthRadioButtonMenuItemUI.createUI(JComponent b) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthRadioButtonUI.createUI(JComponent b) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthRootPaneUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthScrollBarUI.createUI(JComponent c) 返回一个 UI。static ComponentUISynthScrollPaneUI.createUI(JComponent x) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthSeparatorUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthSliderUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthSpinnerUI.createUI(JComponent c) 返回 SynthSpinnerUI 的新实例。static ComponentUISynthSplitPaneUI.createUI(JComponent x) 创建一个新的 SynthSplitPaneUI 实例static ComponentUISynthTabbedPaneUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthTableHeaderUI.createUI(JComponent h) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthTableUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthTextAreaUI.createUI(JComponent ta) 为 JTextArea 创建一个 UI 对象。static ComponentUISynthTextFieldUI.createUI(JComponent c) 为 JTextField 创建 UI。static ComponentUISynthTextPaneUI.createUI(JComponent c) 为 JTextPane 创建一个 UI。static ComponentUISynthToggleButtonUI.createUI(JComponent b) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthToolBarUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthToolTipUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthTreeUI.createUI(JComponent x) 为给定的组件创建一个新的 UI 对象。static ComponentUISynthViewportUI.createUI(JComponent c) 为给定的组件创建一个新的 UI 对象。SynthButtonUI.getContext(JComponent c) 返回指定组件的上下文。SynthColorChooserUI.getContext(JComponent c) 返回指定组件的上下文。SynthComboBoxUI.getContext(JComponent c) 返回指定组件的上下文。SynthDesktopIconUI.getContext(JComponent c) 返回指定组件的上下文。SynthDesktopPaneUI.getContext(JComponent c) 返回指定组件的上下文。SynthEditorPaneUI.getContext(JComponent c) 返回指定组件的上下文。SynthInternalFrameUI.getContext(JComponent c) 返回指定组件的上下文。SynthLabelUI.getContext(JComponent c) 返回指定组件的上下文。SynthListUI.getContext(JComponent c) 返回指定组件的上下文。SynthMenuBarUI.getContext(JComponent c) 返回指定组件的上下文。SynthMenuItemUI.getContext(JComponent c) 返回指定组件的上下文。SynthMenuUI.getContext(JComponent c) 返回指定组件的上下文。SynthOptionPaneUI.getContext(JComponent c) 返回指定组件的上下文。SynthPanelUI.getContext(JComponent c) 返回指定组件的上下文。SynthPopupMenuUI.getContext(JComponent c) 返回指定组件的上下文。SynthProgressBarUI.getContext(JComponent c) 返回指定组件的上下文。SynthRootPaneUI.getContext(JComponent c) 返回指定组件的上下文。SynthScrollBarUI.getContext(JComponent c) 返回指定组件的上下文。SynthScrollPaneUI.getContext(JComponent c) 返回指定组件的上下文。SynthSeparatorUI.getContext(JComponent c) 返回指定组件的上下文。SynthSliderUI.getContext(JComponent c) 返回指定组件的上下文。SynthSpinnerUI.getContext(JComponent c) 返回指定组件的上下文。SynthSplitPaneUI.getContext(JComponent c) 返回指定组件的上下文。SynthTabbedPaneUI.getContext(JComponent c) 返回指定组件的上下文。SynthTableHeaderUI.getContext(JComponent c) 返回指定组件的上下文。SynthTableUI.getContext(JComponent c) 返回指定组件的上下文。SynthTextAreaUI.getContext(JComponent c) 返回指定组件的上下文。SynthTextFieldUI.getContext(JComponent c) 返回指定组件的上下文。SynthToolBarUI.getContext(JComponent c) 返回指定组件的上下文。SynthToolTipUI.getContext(JComponent c) 返回指定组件的上下文。SynthTreeUI.getContext(JComponent c) 返回指定组件的上下文。SynthUI.getContext(JComponent c) 返回指定组件的上下文。SynthViewportUI.getContext(JComponent c) 返回指定组件的上下文。SynthScrollBarUI.getPreferredSize(JComponent c) 垂直滚动条的首选宽度是(非null)增量/减量按钮的首选宽度的最大值,以及拇指的最小宽度。static RegionSynthLookAndFeel.getRegion(JComponent c) 返回 JComponentc的区域。static SynthStyleSynthLookAndFeel.getStyle(JComponent c, Region region) 获取指定组件的指定区域的 SynthStyle。abstract SynthStyleSynthStyleFactory.getStyle(JComponent c, Region id) 返回指定组件的样式。protected voidSynthViewportUI.installDefaults(JComponent c) 安装视口的默认值。protected voidSynthViewportUI.installListeners(JComponent c) 将监听安装到视口中。voidSynthComboBoxUI.installUI(JComponent c) 为外观适当地配置指定的组件。voidSynthTextPaneUI.installUI(JComponent c) 安装组件的 UI。voidSynthButtonUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthColorChooserUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthComboBoxUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthDesktopIconUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthDesktopPaneUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthInternalFrameUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthLabelUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthMenuBarUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthMenuItemUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthMenuUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthOptionPaneUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthPanelUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthPopupMenuUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthProgressBarUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthRootPaneUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthScrollBarUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthScrollPaneUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthSeparatorUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthSliderUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthSpinnerUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthSplitPaneUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthTabbedPaneUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthTableHeaderUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthTableUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthToolBarUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthToolTipUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthTreeUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。voidSynthViewportUI.paint(Graphics g, JComponent c) 根据 Look and Feel 绘制指定的组件。protected voidSynthSpinnerUI.replaceEditor(JComponent oldEditor, JComponent newEditor) 当JSpinner编辑器属性更改时由PropertyChangeListener调用。protected voidSynthViewportUI.uninstallDefaults(JComponent c) 从视口卸载默认值。protected voidSynthViewportUI.uninstallListeners(JComponent c) 从视口中卸载监听。voidSynthButtonUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthColorChooserUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthComboBoxUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthDesktopIconUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthDesktopPaneUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthEditorPaneUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthInternalFrameUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthLabelUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthListUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthMenuBarUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthMenuItemUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthMenuUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthOptionPaneUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthPanelUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthPopupMenuUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthProgressBarUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthRootPaneUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthScrollBarUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthScrollPaneUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthSeparatorUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthSliderUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthSpinnerUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthSplitPaneUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthTabbedPaneUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthTableHeaderUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthTableUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthTextAreaUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthTextFieldUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthToolBarUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthToolTipUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthTreeUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。voidSynthViewportUI.update(Graphics g, JComponent c) 通知此 UI 委托重新绘制指定的组件。javax.swing.plaf.synth 中的构造函数,参数类型为 JComponent修饰符构造方法描述SynthContext(JComponent component, Region region, SynthStyle style, int state) 创建具有指定值的 SynthContext。 -
JComponent 在 javax.swing.table 中的用法
javax.swing.table 中 JComponent 的子类修饰符和类型类描述class用于在JTable中呈现(显示)单个单元格的标准类。static class实现UIResource的DefaultTableCellRenderer的子类。class这是管理JTable标头的对象。 -
JComponent 在 javax.swing.text 中的用法
javax.swing.text 中 JComponent 的子类 -
JComponent 在 javax.swing.tree 中的用法
javax.swing.tree 中 JComponent 的子类修饰符和类型类描述classTextField在没有提供编辑器时使用。class显示树中的条目。
InputVerifier.shouldYieldFocus(JComponent, JComponent)代替。