Uses of Class
javax.swing.plaf.synth.Region
-
Packages that use Region 软件包 描述 javax.swing.plaf.nimbus 提供根据跨平台Nimbus外观构建的用户界面对象。javax.swing.plaf.synth Synth是一种可换肤的外观和感觉,其中所有的绘画都被委派。 -
-
Uses of Region in javax.swing.plaf.nimbus
Methods in javax.swing.plaf.nimbus with parameters of type Region 变量和类型 方法 描述 static NimbusStyleNimbusLookAndFeel. getStyle(JComponent c, Region r)获取与给定组件和区域关联的样式。voidNimbusLookAndFeel. register(Region region, String prefix)使用NimbusLookAndFeel注册第三方组件。 -
Uses of Region in javax.swing.plaf.synth
Fields in javax.swing.plaf.synth declared as Region 变量和类型 字段 描述 static RegionRegion. ARROW_BUTTONArrowButton是特殊类型的按钮,也可以呈现方向指示器,通常是箭头。static RegionRegion. BUTTON按钮区域。static RegionRegion. CHECK_BOXCheckBox区域。static RegionRegion. CHECK_BOX_MENU_ITEMCheckBoxMenuItem区域。static RegionRegion. COLOR_CHOOSERColorChooser区域。static RegionRegion. COMBO_BOXComboBox地区。static RegionRegion. DESKTOP_ICONDesktopIcon区域。static RegionRegion. DESKTOP_PANEDesktopPane区域。static RegionRegion. EDITOR_PANEEditorPane地区。static RegionRegion. FILE_CHOOSERFileChooser区域。static RegionRegion. FORMATTED_TEXT_FIELDFormattedTextField区域。static RegionRegion. INTERNAL_FRAMEInternalFrame区域。static RegionRegion. INTERNAL_FRAME_TITLE_PANEInternalFrame的TitlePane。static RegionRegion. LABEL标签区域。static RegionRegion. LIST列表区域。static RegionRegion. MENU菜单区域。static RegionRegion. MENU_BARMenuBar区域。static RegionRegion. MENU_ITEMMenuItem区域。static RegionRegion. MENU_ITEM_ACCELERATORMenuItem的加速器区域。static RegionRegion. OPTION_PANEOptionPane区域。static RegionRegion. PANEL面板区域。static RegionRegion. PASSWORD_FIELDPasswordField区域。static RegionRegion. POPUP_MENUPopupMenu地区。static RegionRegion. POPUP_MENU_SEPARATORPopupMenuSeparator区域。static RegionRegion. PROGRESS_BARProgressBar区域。static RegionRegion. RADIO_BUTTONRadioButton地区。static RegionRegion. RADIO_BUTTON_MENU_ITEMRegionButtonMenuItem区域。static RegionRegion. ROOT_PANERootPane区域。static RegionRegion. SCROLL_BARScrollBar区域。static RegionRegion. SCROLL_BAR_THUMBScrollBar的拇指。static RegionRegion. SCROLL_BAR_TRACK跟踪ScrollBar。static RegionRegion. SCROLL_PANEScrollPane区域。static RegionRegion. SEPARATOR分隔区域。static RegionRegion. SLIDER滑块区域。static RegionRegion. SLIDER_THUMB滑块的拇指。static RegionRegion. SLIDER_TRACK滑块的轨道。static RegionRegion. SPINNER旋转区域。static RegionRegion. SPLIT_PANESplitPane地区。static RegionRegion. SPLIT_PANE_DIVIDERSplitPane的分隔线。static RegionRegion. TABBED_PANETabbedPane区域。static RegionRegion. TABBED_PANE_CONTENT包含内容的TabbedPane的区域。static RegionRegion. TABBED_PANE_TABTabbedPane的区域,用于一个选项卡。static RegionRegion. TABBED_PANE_TAB_AREA包含选项卡的TabbedPane的区域。static RegionRegion. TABLE表区域。static RegionRegion. TABLE_HEADERTableHeader区域。static RegionRegion. TEXT_AREATextArea区域。static RegionRegion. TEXT_FIELDTextField区域。static RegionRegion. TEXT_PANETextPane区域。static RegionRegion. TOGGLE_BUTTONToggleButton地区。static RegionRegion. TOOL_BARToolBar区域。static RegionRegion. TOOL_BAR_CONTENT包含内容的ToolBar的区域。static RegionRegion. TOOL_BAR_DRAG_WINDOW包含ToolBar的Window的区域。static RegionRegion. TOOL_BAR_SEPARATORToolBar分隔符区域。static RegionRegion. TOOL_TIP工具提示区域。static RegionRegion. TREE树区域。static RegionRegion. TREE_CELL树的区域为一个单元格。static RegionRegion. VIEWPORT视口区域。Methods in javax.swing.plaf.synth that return Region 变量和类型 方法 描述 RegionSynthContext. getRegion()返回标识此状态的Region。static RegionSynthLookAndFeel. getRegion(JComponent c)返回JComponentc的Region。Methods in javax.swing.plaf.synth with parameters of type Region 变量和类型 方法 描述 static SynthStyleSynthLookAndFeel. getStyle(JComponent c, Region region)获取指定组件的指定区域的SynthStyle。abstract SynthStyleSynthStyleFactory. getStyle(JComponent c, Region id)返回指定Component的样式。Constructors in javax.swing.plaf.synth with parameters of type Region 构造器 描述 SynthContext(JComponent component, Region region, SynthStyle style, int state)使用指定的值创建SynthContext。
-