| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Region | |
|---|---|
| javax.swing.plaf.synth | Synth is a skinnable look and feel in which all painting is delegated. | 
| Uses of Region in javax.swing.plaf.synth | 
|---|
| Fields in javax.swing.plaf.synth declared as Region | |
|---|---|
| static Region | Region.ARROW_BUTTONArrowButton's are special types of buttons that also render a directional indicator, typically an arrow. | 
| static Region | Region.BUTTONButton region. | 
| static Region | Region.CHECK_BOXCheckBox region. | 
| static Region | Region.CHECK_BOX_MENU_ITEMCheckBoxMenuItem region. | 
| static Region | Region.COLOR_CHOOSERColorChooser region. | 
| static Region | Region.COMBO_BOXComboBox region. | 
| static Region | Region.DESKTOP_ICONDesktopIcon region. | 
| static Region | Region.DESKTOP_PANEDesktopPane region. | 
| static Region | Region.EDITOR_PANEEditorPane region. | 
| static Region | Region.FILE_CHOOSERFileChooser region. | 
| static Region | Region.FORMATTED_TEXT_FIELDFormattedTextField region. | 
| static Region | Region.INTERNAL_FRAMEInternalFrame region. | 
| static Region | Region.INTERNAL_FRAME_TITLE_PANETitlePane of an InternalFrame. | 
| static Region | Region.LABELLabel region. | 
| static Region | Region.LISTList region. | 
| static Region | Region.MENUMenu region. | 
| static Region | Region.MENU_BARMenuBar region. | 
| static Region | Region.MENU_ITEMMenuItem region. | 
| static Region | Region.MENU_ITEM_ACCELERATORAccelerator region of a MenuItem. | 
| static Region | Region.OPTION_PANEOptionPane region. | 
| static Region | Region.PANELPanel region. | 
| static Region | Region.PASSWORD_FIELDPasswordField region. | 
| static Region | Region.POPUP_MENUPopupMenu region. | 
| static Region | Region.POPUP_MENU_SEPARATORPopupMenuSeparator region. | 
| static Region | Region.PROGRESS_BARProgressBar region. | 
| static Region | Region.RADIO_BUTTONRadioButton region. | 
| static Region | Region.RADIO_BUTTON_MENU_ITEMRegionButtonMenuItem region. | 
| static Region | Region.ROOT_PANERootPane region. | 
| static Region | Region.SCROLL_BARScrollBar region. | 
| static Region | Region.SCROLL_BAR_THUMBThumb of the ScrollBar. | 
| static Region | Region.SCROLL_BAR_TRACKTrack of the ScrollBar. | 
| static Region | Region.SCROLL_PANEScrollPane region. | 
| static Region | Region.SEPARATORSeparator region. | 
| static Region | Region.SLIDERSlider region. | 
| static Region | Region.SLIDER_THUMBThumb of the Slider. | 
| static Region | Region.SLIDER_TRACKTrack of the Slider. | 
| static Region | Region.SPINNERSpinner region. | 
| static Region | Region.SPLIT_PANESplitPane region. | 
| static Region | Region.SPLIT_PANE_DIVIDERDivider of the SplitPane. | 
| static Region | Region.TABBED_PANETabbedPane region. | 
| static Region | Region.TABBED_PANE_CONTENTRegion of a TabbedPane containing the content. | 
| static Region | Region.TABBED_PANE_TABRegion of a TabbedPane for one tab. | 
| static Region | Region.TABBED_PANE_TAB_AREARegion of a TabbedPane containing the tabs. | 
| static Region | Region.TABLETable region. | 
| static Region | Region.TABLE_HEADERTableHeader region. | 
| static Region | Region.TEXT_AREATextArea region. | 
| static Region | Region.TEXT_FIELDTextField region. | 
| static Region | Region.TEXT_PANETextPane region. | 
| static Region | Region.TOGGLE_BUTTONToggleButton region. | 
| static Region | Region.TOOL_BARToolBar region. | 
| static Region | Region.TOOL_BAR_CONTENTRegion of the ToolBar containing the content. | 
| static Region | Region.TOOL_BAR_DRAG_WINDOWRegion for the Window containing the ToolBar. | 
| static Region | Region.TOOL_BAR_SEPARATORToolBar separator region. | 
| static Region | Region.TOOL_TIPToolTip region. | 
| static Region | Region.TREETree region. | 
| static Region | Region.TREE_CELLRegion of the Tree for one cell. | 
| static Region | Region.VIEWPORTViewport region. | 
| Methods in javax.swing.plaf.synth that return Region | |
|---|---|
|  Region | SynthContext.getRegion()Returns the Region identifying this state. | 
| static Region | SynthLookAndFeel.getRegion(JComponent c)Returns the Region for the JComponent c. | 
| Methods in javax.swing.plaf.synth with parameters of type Region | |
|---|---|
| abstract  SynthStyle | SynthStyleFactory.getStyle(JComponent c,
         Region id)Returns the style for the specified Component. | 
| static SynthStyle | SynthLookAndFeel.getStyle(JComponent c,
         Region region)Gets a SynthStyle for the specified region of the specified component. | 
| Constructors in javax.swing.plaf.synth with parameters of type Region | |
|---|---|
| SynthContext(JComponent component,
             Region region,
             SynthStyle style,
             int state)Creates a SynthContext with the specified values. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.