クラス
javax.swing.plaf.synth.Regionの使用
パッケージ | 説明 |
---|---|
javax.swing.plaf.nimbus |
クロス・プラットフォームのNimbus Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.plaf.synth |
Synthは、すべてのペイントが委譲されるスキン設定可能なLook & Feelです。
|
-
javax.swing.plaf.nimbusでのRegionの使用
Region型のパラメータを持つjavax.swing.plaf.nimbusのメソッド 修飾子と型 メソッド 説明 static NimbusStyle
NimbusLookAndFeel. getStyle(JComponent c, Region r)
指定されたコンポーネントと領域に関連付けられたスタイルを取得します。void
NimbusLookAndFeel. register(Region region, String prefix)
サード・パーティ・コンポーネントをNimbusLookAndFeelに登録します。 -
javax.swing.plaf.synthでのRegionの使用
Regionとして宣言されているjavax.swing.plaf.synthのフィールド 修飾子と型 フィールド 説明 static Region
Region. ARROW_BUTTON
ArrowButtonは、方向のインジケータ(通常は矢印)を描画する特別な型のボタンです。static Region
Region. BUTTON
Button領域です。static Region
Region. CHECK_BOX
CheckBox領域です。static Region
Region. CHECK_BOX_MENU_ITEM
CheckBoxMenuItem領域です。static Region
Region. COLOR_CHOOSER
ColorChooser領域です。static Region
Region. COMBO_BOX
ComboBox領域です。static Region
Region. DESKTOP_ICON
DesktopIcon領域です。static Region
Region. DESKTOP_PANE
DesktopPane領域です。static Region
Region. EDITOR_PANE
EditorPane領域です。static Region
Region. FILE_CHOOSER
FileChooser領域です。static Region
Region. FORMATTED_TEXT_FIELD
FormattedTextField領域です。static Region
Region. INTERNAL_FRAME
InternalFrame領域です。static Region
Region. INTERNAL_FRAME_TITLE_PANE
InternalFrameのTitlePaneです。static Region
Region. LABEL
Label領域です。static Region
Region. LIST
List領域です。static Region
Region. MENU
Menu領域です。static Region
Region. MENU_BAR
MenuBar領域です。static Region
Region. MENU_ITEM
MenuItem領域です。static Region
Region. MENU_ITEM_ACCELERATOR
MenuItemのアクセラレータ領域です。static Region
Region. OPTION_PANE
OptionPane領域です。static Region
Region. PANEL
Panel領域です。static Region
Region. PASSWORD_FIELD
PasswordField領域です。static Region
Region. POPUP_MENU
PopupMenu領域です。static Region
Region. POPUP_MENU_SEPARATOR
PopupMenuSeparator領域です。static Region
Region. PROGRESS_BAR
ProgressBar領域です。static Region
Region. RADIO_BUTTON
RadioButton領域です。static Region
Region. RADIO_BUTTON_MENU_ITEM
RegionButtonMenuItem領域です。static Region
Region. ROOT_PANE
RootPane領域です。static Region
Region. SCROLL_BAR
ScrollBar領域です。static Region
Region. SCROLL_BAR_THUMB
ScrollBarのサムです。static Region
Region. SCROLL_BAR_TRACK
ScrollBarのトラックです。static Region
Region. SCROLL_PANE
ScrollPane領域です。static Region
Region. SEPARATOR
Separator領域です。static Region
Region. SLIDER
Slider領域です。static Region
Region. SLIDER_THUMB
Sliderのサムです。static Region
Region. SLIDER_TRACK
Sliderのトラックです。static Region
Region. SPINNER
Spinner領域です。static Region
Region. SPLIT_PANE
SplitPane領域です。static Region
Region. SPLIT_PANE_DIVIDER
SplitPaneのディバイダです。static Region
Region. TABBED_PANE
TabbedPane領域です。static Region
Region. TABBED_PANE_CONTENT
コンテンツを格納するTabbedPaneの領域です。static Region
Region. TABBED_PANE_TAB
1つのタブのTabbedPaneの領域です。static Region
Region. TABBED_PANE_TAB_AREA
複数のタブを格納するTabbedPaneの領域です。static Region
Region. TABLE
Table領域です。static Region
Region. TABLE_HEADER
TableHeader領域です。static Region
Region. TEXT_AREA
TextArea領域です。static Region
Region. TEXT_FIELD
TextField領域です。static Region
Region. TEXT_PANE
TextPane領域です。static Region
Region. TOGGLE_BUTTON
ToggleButton領域です。static Region
Region. TOOL_BAR
ToolBar領域です。static Region
Region. TOOL_BAR_CONTENT
コンテンツを格納するToolBarの領域です。static Region
Region. TOOL_BAR_DRAG_WINDOW
ToolBarを格納するWindowの領域です。static Region
Region. TOOL_BAR_SEPARATOR
ToolBarのセパレータ領域です。static Region
Region. TOOL_TIP
ToolTip領域です。static Region
Region. TREE
Tree領域です。static Region
Region. TREE_CELL
1つのセルのTreeの領域です。static Region
Region. VIEWPORT
Viewport領域です。Regionを返すjavax.swing.plaf.synthのメソッド 修飾子と型 メソッド 説明 Region
SynthContext. getRegion()
この状態を識別するRegionを返します。static Region
SynthLookAndFeel. getRegion(JComponent c)
JComponentc
のRegionを返します。Region型のパラメータを持つjavax.swing.plaf.synthのメソッド 修飾子と型 メソッド 説明 static SynthStyle
SynthLookAndFeel. getStyle(JComponent c, Region region)
指定されたコンポーネントの指定された領域のSynthStyleを取得します。abstract SynthStyle
SynthStyleFactory. getStyle(JComponent c, Region id)
指定されたComponentのスタイルを返します。Region型のパラメータを持つjavax.swing.plaf.synthのコンストラクタ コンストラクタ 説明 SynthContext(JComponent component, Region region, SynthStyle style, int state)
指定された値を使ってSynthContextを作成します。