Uses of Class
javax.swing.plaf.synth.Region
Packages that use Region
Package
Description
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 RegionModifier and TypeMethodDescriptionstatic 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 RegionModifier and TypeFieldDescriptionstatic RegionRegion.ARROW_BUTTONArrowButton's are special types of buttons that also render a directional indicator, typically an arrow.static RegionRegion.BUTTONButton region.static RegionRegion.CHECK_BOXCheckBox region.static RegionRegion.CHECK_BOX_MENU_ITEMCheckBoxMenuItem region.static RegionRegion.COLOR_CHOOSERColorChooser region.static RegionRegion.COMBO_BOXComboBox region.static RegionRegion.DESKTOP_ICONDesktopIcon region.static RegionRegion.DESKTOP_PANEDesktopPane region.static RegionRegion.EDITOR_PANEEditorPane region.static RegionRegion.FILE_CHOOSERFileChooser region.static RegionRegion.FORMATTED_TEXT_FIELDFormattedTextField region.static RegionRegion.INTERNAL_FRAMEInternalFrame region.static RegionRegion.INTERNAL_FRAME_TITLE_PANETitlePane of an InternalFrame.static RegionRegion.LABELLabel region.static RegionRegion.LISTList region.static RegionRegion.MENUMenu region.static RegionRegion.MENU_BARMenuBar region.static RegionRegion.MENU_ITEMMenuItem region.static RegionRegion.MENU_ITEM_ACCELERATORAccelerator region of a MenuItem.static RegionRegion.OPTION_PANEOptionPane region.static RegionRegion.PANELPanel region.static RegionRegion.PASSWORD_FIELDPasswordField region.static RegionRegion.POPUP_MENUPopupMenu region.static RegionRegion.POPUP_MENU_SEPARATORPopupMenuSeparator region.static RegionRegion.PROGRESS_BARProgressBar region.static RegionRegion.RADIO_BUTTONRadioButton region.static RegionRegion.RADIO_BUTTON_MENU_ITEMRadioButtonMenuItem region.static RegionRegion.ROOT_PANERootPane region.static RegionRegion.SCROLL_BARScrollBar region.static RegionRegion.SCROLL_BAR_THUMBThumb of the ScrollBar.static RegionRegion.SCROLL_BAR_TRACKTrack of the ScrollBar.static RegionRegion.SCROLL_PANEScrollPane region.static RegionRegion.SEPARATORSeparator region.static RegionRegion.SLIDERSlider region.static RegionRegion.SLIDER_THUMBThumb of the Slider.static RegionRegion.SLIDER_TRACKTrack of the Slider.static RegionRegion.SPINNERSpinner region.static RegionRegion.SPLIT_PANESplitPane region.static RegionRegion.SPLIT_PANE_DIVIDERDivider of the SplitPane.static RegionRegion.TABBED_PANETabbedPane region.static RegionRegion.TABBED_PANE_CONTENTRegion of a TabbedPane containing the content.static RegionRegion.TABBED_PANE_TABRegion of a TabbedPane for one tab.static RegionRegion.TABBED_PANE_TAB_AREARegion of a TabbedPane containing the tabs.static RegionRegion.TABLETable region.static RegionRegion.TABLE_HEADERTableHeader region.static RegionRegion.TEXT_AREATextArea region.static RegionRegion.TEXT_FIELDTextField region.static RegionRegion.TEXT_PANETextPane region.static RegionRegion.TOGGLE_BUTTONToggleButton region.static RegionRegion.TOOL_BARToolBar region.static RegionRegion.TOOL_BAR_CONTENTRegion of the ToolBar containing the content.static RegionRegion.TOOL_BAR_DRAG_WINDOWRegion for the Window containing the ToolBar.static RegionRegion.TOOL_BAR_SEPARATORToolBar separator region.static RegionRegion.TOOL_TIPToolTip region.static RegionRegion.TREETree region.static RegionRegion.TREE_CELLRegion of the Tree for one cell.static RegionRegion.VIEWPORTViewport region.Methods in javax.swing.plaf.synth that return RegionModifier and TypeMethodDescriptionSynthContext.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 RegionModifier and TypeMethodDescriptionstatic 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 RegionModifierConstructorDescriptionSynthContext(JComponent component, Region region, SynthStyle style, int state)Creates a SynthContext with the specified values.