com.jtattoo.plaf
Class BaseBorders

java.lang.Object
  extended by com.jtattoo.plaf.BaseBorders
Direct Known Subclasses:
AcrylBorders, AeroBorders, AluminiumBorders, FastBorders, GraphiteBorders, HiFiBorders

public class BaseBorders
extends Object

Author:
Michael Hagen

Nested Class Summary
static class BaseBorders.BaseInternalFrameBorder
           
static class BaseBorders.ComboBoxBorder
           
static class BaseBorders.Down3DBorder
           
static class BaseBorders.FocusFrameBorder
           
static class BaseBorders.MenuItemBorder
           
static class BaseBorders.PaletteBorder
           
static class BaseBorders.PopupMenuBorder
           
static class BaseBorders.PopupMenuShadowBorder
           
static class BaseBorders.ScrollPaneBorder
           
static class BaseBorders.SpinnerBorder
           
static class BaseBorders.TableHeaderBorder
           
static class BaseBorders.TextFieldBorder
           
static class BaseBorders.ToolBarBorder
           
static class BaseBorders.ToolButtonBorder
           
 
Constructor Summary
BaseBorders()
           
 
Method Summary
static Border getComboBoxBorder()
           
static Border getDesktopIconBorder()
           
static Border getFocusFrameBorder()
           
static Border getMenuBarBorder()
           
static Border getMenuItemBorder()
           
static Border getPaletteBorder()
           
static Border getPopupMenuBorder()
           
static Border getProgressBarBorder()
           
static Border getScrollPaneBorder()
           
static Border getSpinnerBorder()
           
static Border getTabbedPaneBorder()
           
static Border getTableHeaderBorder()
           
static Border getTableScrollPaneBorder()
           
static Border getTextBorder()
           
static Border getTextFieldBorder()
           
static Border getToolBarBorder()
           
static Border getToolButtonBorder()
           
static void initDefaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseBorders

public BaseBorders()
Method Detail

initDefaults

public static void initDefaults()

getFocusFrameBorder

public static Border getFocusFrameBorder()

getTextBorder

public static Border getTextBorder()

getSpinnerBorder

public static Border getSpinnerBorder()

getTextFieldBorder

public static Border getTextFieldBorder()

getComboBoxBorder

public static Border getComboBoxBorder()

getProgressBarBorder

public static Border getProgressBarBorder()

getTableHeaderBorder

public static Border getTableHeaderBorder()

getPopupMenuBorder

public static Border getPopupMenuBorder()

getMenuItemBorder

public static Border getMenuItemBorder()

getToolBarBorder

public static Border getToolBarBorder()

getToolButtonBorder

public static Border getToolButtonBorder()

getMenuBarBorder

public static Border getMenuBarBorder()

getPaletteBorder

public static Border getPaletteBorder()

getScrollPaneBorder

public static Border getScrollPaneBorder()

getTableScrollPaneBorder

public static Border getTableScrollPaneBorder()

getTabbedPaneBorder

public static Border getTabbedPaneBorder()

getDesktopIconBorder

public static Border getDesktopIconBorder()


Copyright © 2011. All Rights Reserved.