| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Region 的软件包 | |
|---|---|
| javax.swing.plaf.synth | Synth 是一个可更换皮肤 (skinnable) 的外观,在其中可委托所有绘制。 | 
| javax.swing.plaf.synth 中 Region 的使用 | 
|---|
| 声明为 Region 的 javax.swing.plaf.synth 中的字段 | |
|---|---|
static Region | 
Region.ARROW_BUTTON
ArrowButton 是特殊类型的按钮,也呈现了一个方向指示器(通常是一个箭头)。  | 
static Region | 
Region.BUTTON
Button 的 region。  | 
static Region | 
Region.CHECK_BOX
CheckBox 的 region。  | 
static Region | 
Region.CHECK_BOX_MENU_ITEM
CheckBoxMenuItem 的 region。  | 
static Region | 
Region.COLOR_CHOOSER
ColorChooser 的 region。  | 
static Region | 
Region.COMBO_BOX
ComboBox 的 region。  | 
static Region | 
Region.DESKTOP_ICON
DesktopIcon 的 region。  | 
static Region | 
Region.DESKTOP_PANE
DesktopPane 的 region。  | 
static Region | 
Region.EDITOR_PANE
EditorPane 的 region。  | 
static Region | 
Region.FILE_CHOOSER
FileChooser 的 region。  | 
static Region | 
Region.FORMATTED_TEXT_FIELD
FormattedTextField 的 region。  | 
static Region | 
Region.INTERNAL_FRAME
InternalFrame 的 region。  | 
static Region | 
Region.INTERNAL_FRAME_TITLE_PANE
InternalFrame 的 TitlePane。  | 
static Region | 
Region.LABEL
Label 的 region。  | 
static Region | 
Region.LIST
List 的 region。  | 
static Region | 
Region.MENU
Menu 的 region。  | 
static Region | 
Region.MENU_BAR
MenuBar 的 region。  | 
static Region | 
Region.MENU_ITEM
MenuItem 的 region。  | 
static Region | 
Region.MENU_ITEM_ACCELERATOR
MenuItem 的加速器 region。  | 
static Region | 
Region.OPTION_PANE
OptionPane 的 region。  | 
static Region | 
Region.PANEL
Panel 的 region。  | 
static Region | 
Region.PASSWORD_FIELD
PasswordField 的 region。  | 
static Region | 
Region.POPUP_MENU
PopupMenu 的 region。  | 
static Region | 
Region.POPUP_MENU_SEPARATOR
PopupMenuSeparator 的 region。  | 
static Region | 
Region.PROGRESS_BAR
ProgressBar 的 region。  | 
static Region | 
Region.RADIO_BUTTON
RadioButton 的 region。  | 
static Region | 
Region.RADIO_BUTTON_MENU_ITEM
RegionButtonMenuItem 的 region。  | 
static Region | 
Region.ROOT_PANE
RootPane 的 region。  | 
static Region | 
Region.SCROLL_BAR
ScrollBar 的 region。  | 
static Region | 
Region.SCROLL_BAR_THUMB
ScrollBar 的 thumb。  | 
static Region | 
Region.SCROLL_BAR_TRACK
ScrollBar 的滑道。  | 
static Region | 
Region.SCROLL_PANE
ScrollPane 的 region。  | 
static Region | 
Region.SEPARATOR
Separator 的 region。  | 
static Region | 
Region.SLIDER
Slider 的 region。  | 
static Region | 
Region.SLIDER_THUMB
滑块的 thumb。  | 
static Region | 
Region.SLIDER_TRACK
Slider 的滑道。  | 
static Region | 
Region.SPINNER
Spinner 的 region。  | 
static Region | 
Region.SPLIT_PANE
SplitPane 的 region。  | 
static Region | 
Region.SPLIT_PANE_DIVIDER
SplitPane 的分隔器。  | 
static Region | 
Region.TABBED_PANE
TabbedPane 的 region。  | 
static Region | 
Region.TABBED_PANE_CONTENT
包含内容的 TabbedPane 的 region。  | 
static Region | 
Region.TABBED_PANE_TAB
某一选项卡的 TabbedPane 的 region。  | 
static Region | 
Region.TABBED_PANE_TAB_AREA
包含选项卡的 TabbedPane 的 region。  | 
static Region | 
Region.TABLE
Table 的 region。  | 
static Region | 
Region.TABLE_HEADER
TableHeader 的 region。  | 
static Region | 
Region.TEXT_AREA
TextArea 的 region。  | 
static Region | 
Region.TEXT_FIELD
TextField 的 region。  | 
static Region | 
Region.TEXT_PANE
TextPane 的 region。  | 
static Region | 
Region.TOGGLE_BUTTON
ToggleButton 的 region。  | 
static Region | 
Region.TOOL_BAR
ToolBar 的 region。  | 
static Region | 
Region.TOOL_BAR_CONTENT
包含内容的 ToolBar 的 region。  | 
static Region | 
Region.TOOL_BAR_DRAG_WINDOW
包含 ToolBar 的 Window 的 region。  | 
static Region | 
Region.TOOL_BAR_SEPARATOR
ToolBar 分隔器的 region。  | 
static Region | 
Region.TOOL_TIP
ToolTip 的 region。  | 
static Region | 
Region.TREE
Tree 的 region。  | 
static Region | 
Region.TREE_CELL
用于某一单元格的 Tree 的 region。  | 
static Region | 
Region.VIEWPORT
Viewport 的 region。  | 
| 返回 Region 的 javax.swing.plaf.synth 中的方法 | |
|---|---|
 Region | 
SynthContext.getRegion()
返回标识此状态的 Region。  | 
static Region | 
SynthLookAndFeel.getRegion(JComponent c)
返回 JComponent c 的 Region。 | 
| 参数类型为 Region 的 javax.swing.plaf.synth 中的方法 | |
|---|---|
abstract  SynthStyle | 
SynthStyleFactory.getStyle(JComponent c,
         Region id)
返回指定 Component 的样式。  | 
static SynthStyle | 
SynthLookAndFeel.getStyle(JComponent c,
         Region region)
获取指定组件的指定 region 的 SynthStyle。  | 
| 参数类型为 Region 的 javax.swing.plaf.synth 中的构造方法 | |
|---|---|
SynthContext(JComponent component,
             Region region,
             SynthStyle style,
             int state)
创建一个具有指定值的 SynthContext。  | 
|
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。