KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > synth > Region

javax.swing.plaf.synth
Class Region

java.lang.Object
  extended by javax.swing.plaf.synth.Region
See Also:
Source Code

public static final Region ARROW_BUTTON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region BUTTON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region CHECK_BOX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region CHECK_BOX_MENU_ITEM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region COLOR_CHOOSER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region COMBO_BOX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region DESKTOP_ICON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region DESKTOP_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region EDITOR_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region FILE_CHOOSER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region FORMATTED_TEXT_FIELD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region INTERNAL_FRAME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region INTERNAL_FRAME_TITLE_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isSubregion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region LABEL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region LIST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region MENU
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region MENU_BAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region MENU_ITEM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region MENU_ITEM_ACCELERATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region OPTION_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region PANEL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region PASSWORD_FIELD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region POPUP_MENU
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region POPUP_MENU_SEPARATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region PROGRESS_BAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region RADIO_BUTTON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region RADIO_BUTTON_MENU_ITEM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Region(String name,
                 String ui,
                 boolean subregion)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region ROOT_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SCROLL_BAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SCROLL_BAR_THUMB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SCROLL_BAR_TRACK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SCROLL_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SEPARATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SLIDER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SLIDER_THUMB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SLIDER_TRACK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SPINNER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SPLIT_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region SPLIT_PANE_DIVIDER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TABBED_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TABBED_PANE_CONTENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TABBED_PANE_TAB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TABBED_PANE_TAB_AREA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TABLE_HEADER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TEXT_AREA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TEXT_FIELD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TEXT_PANE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TOGGLE_BUTTON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TOOL_BAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TOOL_BAR_CONTENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TOOL_BAR_DRAG_WINDOW
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TOOL_BAR_SEPARATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TOOL_TIP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TREE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region TREE_CELL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Region VIEWPORT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags