com.rapidminer.gui.look.borders
Class Borders

java.lang.Object
  extended by 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

Field Summary
static javax.swing.border.Border BUTTON_BORDER
           
static javax.swing.border.Border CHECK_BOX_BORDER
           
static javax.swing.border.Border COMBO_BOX_BORDER
           
static javax.swing.border.Border COMBO_BOX_EDITOR_BORDER
           
static javax.swing.border.Border COMBO_BOX_LIST_CELL_RENDERER_FOCUS_BORDER
           
static javax.swing.border.Border DUMMY_BORDER
           
static javax.swing.border.Border EMPTY_BORDER
           
static javax.swing.border.Border EMPTY_BUTTON_BORDER
           
static javax.swing.border.Border EMPTY_COMBO_BOX_BORDER
           
static javax.swing.border.Border INTERNAL_FRAME_BORDER
           
static javax.swing.border.Border MENU_BAR_BORDER
           
static javax.swing.border.Border MENU_BORDER
           
static javax.swing.border.Border POPUP_BORDER
           
static javax.swing.border.Border POPUP_MENU_BORDER
           
static javax.swing.border.Border PROGRESS_BAR_BORDER
           
static javax.swing.border.Border SCROLL_PANE_BORDER
           
static javax.swing.border.Border SHADOWED_POPUP_MENU_BORDER
           
static javax.swing.border.Border SPINNER_BORDER
           
static javax.swing.border.Border SPLIT_PANE_BORDER
           
static javax.swing.border.Border TABLE_HEADER_BORDER
           
static javax.swing.border.Border TEXT_FIELD_BORDER
           
static javax.swing.border.Border TOOL_BAR_BORDER
           
static javax.swing.border.Border TOOL_TIP_BORDER
           
 
Constructor Summary
Borders()
           
 
Method Summary
static javax.swing.border.Border getButtonBorder()
           
static javax.swing.border.Border getCheckBoxBorder()
           
static javax.swing.border.Border getComboBoxBorder()
           
static javax.swing.border.Border getComboBoxEditorBorder()
           
static javax.swing.border.Border getComboBoxListCellRendererFocusBorder()
           
static javax.swing.border.Border getDummyBorder()
           
static javax.swing.border.Border getEmptyBorder()
           
static javax.swing.border.Border getEmptyButtonBorder()
           
static javax.swing.border.Border getEmptyComboBoxBorder()
           
static javax.swing.border.Border getInternalFrameBorder()
           
static javax.swing.border.Border getMenuBarBorder()
           
static javax.swing.border.Border getMenuBorder()
           
static javax.swing.border.Border getPopupBorder()
           
static javax.swing.border.Border getPopupMenuBorder()
           
static javax.swing.border.Border getProgressBarBorder()
           
static javax.swing.border.Border getScrollPaneBorder()
           
static javax.swing.border.Border getShadowedPopupMenuBorder()
           
static javax.swing.border.Border getSpinnerBorder()
           
static javax.swing.border.Border getSplitPaneBorder()
           
static javax.swing.border.Border getTableHeaderBorder()
           
static javax.swing.border.Border getTextFieldBorder()
           
static javax.swing.border.Border getToolBarBorder()
           
static javax.swing.border.Border getToolTipBorder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Borders

public Borders()
Method Detail

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