Uses of Class
javax.swing.plaf.synth.Region
Packages that use Region
包
描述
Provides user interface objects built according to the cross-platform Nimbus
look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
-
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) Gets the style associated with the given component and region.voidRegisters a third party component with the NimbusLookAndFeel. -
Uses of Region in javax.swing.plaf.synth
Fields in javax.swing.plaf.synth declared as Region修饰符和类Field描述static final RegionRegion.ARROW_BUTTONArrowButton's are special types of buttons that also render a directional indicator, typically an arrow.static final RegionRegion.BUTTONButton region.static final RegionRegion.CHECK_BOXCheckBox region.static final RegionRegion.CHECK_BOX_MENU_ITEMCheckBoxMenuItem region.static final RegionRegion.COLOR_CHOOSERColorChooser region.static final RegionRegion.COMBO_BOXComboBox region.static final RegionRegion.DESKTOP_ICONDesktopIcon region.static final RegionRegion.DESKTOP_PANEDesktopPane region.static final RegionRegion.EDITOR_PANEEditorPane region.static final RegionRegion.FILE_CHOOSERFileChooser region.static final RegionRegion.FORMATTED_TEXT_FIELDFormattedTextField region.static final RegionRegion.INTERNAL_FRAMEInternalFrame region.static final RegionRegion.INTERNAL_FRAME_TITLE_PANETitlePane of an InternalFrame.static final RegionRegion.LABELLabel region.static final RegionRegion.LISTList region.static final RegionRegion.MENUMenu region.static final RegionRegion.MENU_BARMenuBar region.static final RegionRegion.MENU_ITEMMenuItem region.static final RegionRegion.MENU_ITEM_ACCELERATORAccelerator region of a MenuItem.static final RegionRegion.OPTION_PANEOptionPane region.static final RegionRegion.PANELPanel region.static final RegionRegion.PASSWORD_FIELDPasswordField region.static final RegionRegion.POPUP_MENUPopupMenu region.static final RegionRegion.POPUP_MENU_SEPARATORPopupMenuSeparator region.static final RegionRegion.PROGRESS_BARProgressBar region.static final RegionRegion.RADIO_BUTTONRadioButton region.static final RegionRegion.RADIO_BUTTON_MENU_ITEMRadioButtonMenuItem region.static final RegionRegion.ROOT_PANERootPane region.static final RegionRegion.SCROLL_BARScrollBar region.static final RegionRegion.SCROLL_BAR_THUMBThumb of the ScrollBar.static final RegionRegion.SCROLL_BAR_TRACKTrack of the ScrollBar.static final RegionRegion.SCROLL_PANEScrollPane region.static final RegionRegion.SEPARATORSeparator region.static final RegionRegion.SLIDERSlider region.static final RegionRegion.SLIDER_THUMBThumb of the Slider.static final RegionRegion.SLIDER_TRACKTrack of the Slider.static final RegionRegion.SPINNERSpinner region.static final RegionRegion.SPLIT_PANESplitPane region.static final RegionRegion.SPLIT_PANE_DIVIDERDivider of the SplitPane.static final RegionRegion.TABBED_PANETabbedPane region.static final RegionRegion.TABBED_PANE_CONTENTRegion of a TabbedPane containing the content.static final RegionRegion.TABBED_PANE_TABRegion of a TabbedPane for one tab.static final RegionRegion.TABBED_PANE_TAB_AREARegion of a TabbedPane containing the tabs.static final RegionRegion.TABLETable region.static final RegionRegion.TABLE_HEADERTableHeader region.static final RegionRegion.TEXT_AREATextArea region.static final RegionRegion.TEXT_FIELDTextField region.static final RegionRegion.TEXT_PANETextPane region.static final RegionRegion.TOGGLE_BUTTONToggleButton region.static final RegionRegion.TOOL_BARToolBar region.static final RegionRegion.TOOL_BAR_CONTENTRegion of the ToolBar containing the content.static final RegionRegion.TOOL_BAR_DRAG_WINDOWRegion for the Window containing the ToolBar.static final RegionRegion.TOOL_BAR_SEPARATORToolBar separator region.static final RegionRegion.TOOL_TIPToolTip region.static final RegionRegion.TREETree region.static final RegionRegion.TREE_CELLRegion of the Tree for one cell.static final RegionRegion.VIEWPORTViewport region.Methods in javax.swing.plaf.synth that return Region修饰符和类方法描述SynthContext.getRegion()Returns the Region identifying this state.static RegionSynthLookAndFeel.getRegion(JComponent c) Returns the Region for the JComponentc.Methods in javax.swing.plaf.synth with parameters of type Region修饰符和类方法描述static SynthStyleSynthLookAndFeel.getStyle(JComponent c, Region region) Gets a SynthStyle for the specified region of the specified component.abstract SynthStyleSynthStyleFactory.getStyle(JComponent c, Region id) Returns the style for the specified Component.Constructors in javax.swing.plaf.synth with parameters of type RegionModifierConstructor描述SynthContext(JComponent component, Region region, SynthStyle style, int state) Creates a SynthContext with the specified values.