Uses of Class
javax.swing.plaf.synth.Region
-
Packages that use Region 软件包 描述 javax.swing.plaf.nimbus 提供根据跨平台Nimbus外观构建的用户界面对象。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。 -
-
Uses of Region in javax.swing.plaf.nimbus
Methods in javax.swing.plaf.nimbus with parameters of type Region Modifier and Type 方法 描述 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 Modifier and Type Field 描述 static RegionRegion. ARROW_BUTTONArrowButton是特殊类型的按钮,它们还呈现方向指示器,通常是箭头。static RegionRegion. BUTTON按钮区域。static RegionRegion. CHECK_BOX复选框区域。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_PANE内部框架的标题。static RegionRegion. LABEL标签区域。static RegionRegion. LIST列表区域。static RegionRegion. MENU菜单区域。static RegionRegion. MENU_BARMenuBar区域。static RegionRegion. MENU_ITEMMenuItem区域。static RegionRegion. MENU_ITEM_ACCELERATOR一个MenuItem的加速器区域。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_TRACKTrackBar的轨迹。static RegionRegion. SCROLL_PANEScrollPane区域。static RegionRegion. SEPARATOR分隔区。static RegionRegion. SLIDER滑块区域。static RegionRegion. SLIDER_THUMB滑块的拇指。static RegionRegion. SLIDER_TRACK轨道滑块。static RegionRegion. SPINNER旋转区域。static RegionRegion. SPLIT_PANE拆分区域。static RegionRegion. SPLIT_PANE_DIVIDER拆分板的分隔线。static RegionRegion. TABBED_PANETabbedPane区域。static RegionRegion. TABBED_PANE_CONTENT包含内容的TabbedPane的区域。static RegionRegion. TABBED_PANE_TAB一个选项卡的TabbedPane的区域。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_BAR工具栏区域。static RegionRegion. TOOL_BAR_CONTENT包含内容的ToolBar区域。static RegionRegion. TOOL_BAR_DRAG_WINDOW包含工具栏的窗口区域。static RegionRegion. TOOL_BAR_SEPARATOR工具栏分隔区。static RegionRegion. TOOL_TIP工具提示区域。static RegionRegion. TREE树地区。static RegionRegion. TREE_CELL一个单元格的树的区域。static RegionRegion. VIEWPORT视口区域。Methods in javax.swing.plaf.synth that return Region Modifier and Type 方法 描述 RegionSynthContext. getRegion()返回标识此状态的区域。static RegionSynthLookAndFeel. getRegion(JComponent c)返回JComponent的区域c。Methods in javax.swing.plaf.synth with parameters of type Region Modifier and Type 方法 描述 static SynthStyleSynthLookAndFeel. getStyle(JComponent c, Region region)获取指定组件的指定区域的SynthStyle。abstract SynthStyleSynthStyleFactory. getStyle(JComponent c, Region id)返回指定组件的样式。Constructors in javax.swing.plaf.synth with parameters of type Region Constructor 描述 SynthContext(JComponent component, Region region, SynthStyle style, int state)创建具有指定值的SynthContext。
-