com.rapidminer.gui.look.borders
Class Borders
java.lang.Object
com.rapidminer.gui.look.borders.Borders
public class Borders
- extends java.lang.Object
The border creation and maintaining class used for all components. This class
creates all borders once and use these singletons for painting. Therefore,
this class mainly serves as access point for the border singletons.
- Author:
- Ingo Mierswa
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOOL_TIP_BORDER
public static javax.swing.border.Border TOOL_TIP_BORDER
DUMMY_BORDER
public static javax.swing.border.Border DUMMY_BORDER
POPUP_BORDER
public static javax.swing.border.Border POPUP_BORDER
SHADOWED_POPUP_MENU_BORDER
public static javax.swing.border.Border SHADOWED_POPUP_MENU_BORDER
MENU_BORDER
public static javax.swing.border.Border MENU_BORDER
TABLE_HEADER_BORDER
public static javax.swing.border.Border TABLE_HEADER_BORDER
SPLIT_PANE_BORDER
public static javax.swing.border.Border SPLIT_PANE_BORDER
INTERNAL_FRAME_BORDER
public static javax.swing.border.Border INTERNAL_FRAME_BORDER
BUTTON_BORDER
public static javax.swing.border.Border BUTTON_BORDER
COMBO_BOX_BORDER
public static javax.swing.border.Border COMBO_BOX_BORDER
TOOL_BAR_BORDER
public static javax.swing.border.Border TOOL_BAR_BORDER
PROGRESS_BAR_BORDER
public static javax.swing.border.Border PROGRESS_BAR_BORDER
MENU_BAR_BORDER
public static javax.swing.border.Border MENU_BAR_BORDER
EMPTY_BORDER
public static javax.swing.border.Border EMPTY_BORDER
EMPTY_BUTTON_BORDER
public static javax.swing.border.Border EMPTY_BUTTON_BORDER
POPUP_MENU_BORDER
public static javax.swing.border.Border POPUP_MENU_BORDER
TEXT_FIELD_BORDER
public static javax.swing.border.Border TEXT_FIELD_BORDER
COMBO_BOX_EDITOR_BORDER
public static javax.swing.border.Border COMBO_BOX_EDITOR_BORDER
SCROLL_PANE_BORDER
public static javax.swing.border.Border SCROLL_PANE_BORDER
SPINNER_BORDER
public static javax.swing.border.Border SPINNER_BORDER
EMPTY_COMBO_BOX_BORDER
public static javax.swing.border.Border EMPTY_COMBO_BOX_BORDER
CHECK_BOX_BORDER
public static javax.swing.border.Border CHECK_BOX_BORDER
COMBO_BOX_LIST_CELL_RENDERER_FOCUS_BORDER
public static javax.swing.border.Border COMBO_BOX_LIST_CELL_RENDERER_FOCUS_BORDER
Borders
public Borders()
getCheckBoxBorder
public static javax.swing.border.Border getCheckBoxBorder()
getToolTipBorder
public static javax.swing.border.Border getToolTipBorder()
getDummyBorder
public static javax.swing.border.Border getDummyBorder()
getPopupBorder
public static javax.swing.border.Border getPopupBorder()
getShadowedPopupMenuBorder
public static javax.swing.border.Border getShadowedPopupMenuBorder()
getMenuBorder
public static javax.swing.border.Border getMenuBorder()
getTableHeaderBorder
public static javax.swing.border.Border getTableHeaderBorder()
getSplitPaneBorder
public static javax.swing.border.Border getSplitPaneBorder()
getInternalFrameBorder
public static javax.swing.border.Border getInternalFrameBorder()
getButtonBorder
public static javax.swing.border.Border getButtonBorder()
getComboBoxBorder
public static javax.swing.border.Border getComboBoxBorder()
getToolBarBorder
public static javax.swing.border.Border getToolBarBorder()
getProgressBarBorder
public static javax.swing.border.Border getProgressBarBorder()
getMenuBarBorder
public static javax.swing.border.Border getMenuBarBorder()
getEmptyBorder
public static javax.swing.border.Border getEmptyBorder()
getEmptyButtonBorder
public static javax.swing.border.Border getEmptyButtonBorder()
getPopupMenuBorder
public static javax.swing.border.Border getPopupMenuBorder()
getTextFieldBorder
public static javax.swing.border.Border getTextFieldBorder()
getComboBoxEditorBorder
public static javax.swing.border.Border getComboBoxEditorBorder()
getScrollPaneBorder
public static javax.swing.border.Border getScrollPaneBorder()
getSpinnerBorder
public static javax.swing.border.Border getSpinnerBorder()
getComboBoxListCellRendererFocusBorder
public static javax.swing.border.Border getComboBoxListCellRendererFocusBorder()
getEmptyComboBoxBorder
public static javax.swing.border.Border getEmptyComboBoxBorder()
Copyright © 2001-2009 by Rapid-I