net.jbeans.ui.border
Class CustomBorderFactory

java.lang.Object
  extended bynet.jbeans.ui.border.CustomBorderFactory

public final class CustomBorderFactory
extends java.lang.Object

CustomBorderFactory can be used to create a border object.

Version:
$Revision: 1.1.1.1 $
Author:
Masahiro Takatsuka (masa@jbeans.net)

Nested Class Summary
static class CustomBorderFactory.AbstractFlatBorder
           
static class CustomBorderFactory.FlatButtonBorder
           
 
Method Summary
static javax.swing.border.Border createBorder()
          Creates an blank border.
static javax.swing.border.Border createBorder(java.lang.String text)
          Creates an etched border with the displayed text
static javax.swing.border.Border createBorder(java.lang.String text, int justification, int orientation)
          Creates an etched border with the displayed text
static javax.swing.border.Border createFlatButtonBorder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createBorder

public static javax.swing.border.Border createBorder(java.lang.String text,
                                                     int justification,
                                                     int orientation)
Creates an etched border with the displayed text


createBorder

public static javax.swing.border.Border createBorder(java.lang.String text)
Creates an etched border with the displayed text


createBorder

public static javax.swing.border.Border createBorder()
Creates an blank border.


createFlatButtonBorder

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


Copyright © 2003 JBean project. All Rights Reserved.