DESY ACOP Beans Home

com.cosylab.gui.components.util
Class CosyUIElements

java.lang.Object
  extended by com.cosylab.gui.components.util.CosyUIElements

public class CosyUIElements
extends java.lang.Object

A class containing user interface and border inner classes, used in rendering some of the Swing components

Version:
$id$
Author:
Miha Kadunc

Nested Class Summary
static class CosyUIElements.ButtonOnRightLayout
           
static class CosyUIElements.FillingGridLayout
           
static class CosyUIElements.FlushTabbedPaneUI
          A class implementing the user interface of a JTabbedPane.
static class CosyUIElements.PanelFlushBorder
          A clean border that visually raises the component above its surroundings.
static class CosyUIElements.PlainTabbedPaneUI
          A class implementing the user interface of a JTabbedPane.
static class CosyUIElements.TwinOptimalLayout
           
 
Field Summary
static int BOTTOM
           
static int LEFT
           
static int RIGHT
           
static int TOP
           
 
Constructor Summary
CosyUIElements()
           
 
Method Summary
static javax.swing.border.Border getFlushBorder()
           
static javax.swing.border.Border getPlainBorder(boolean raised)
           
static javax.swing.border.Border getSingleLineBorder(int location, java.awt.Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

TOP

public static final int TOP
See Also:
Constant Field Values
Constructor Detail

CosyUIElements

public CosyUIElements()
Method Detail

getPlainBorder

public static javax.swing.border.Border getPlainBorder(boolean raised)

getSingleLineBorder

public static javax.swing.border.Border getSingleLineBorder(int location,
                                                            java.awt.Color color)

getFlushBorder

public static javax.swing.border.Border getFlushBorder()


Copyright © 2010. All Rights Reserved.