de.uni_paderborn.fujaba.fsa
Class FSABorderFactory

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.FSABorderFactory

public class FSABorderFactory
extends java.lang.Object

Class FSABorderFactory

Version:
$Revision: 1.16.2.1 $
Author:
$Author: creckord $

Method Summary
static FSABorderFactory get()
          No comment provided by developer, please add a comment to improve documentation.
 LineBorder getBlackLineBorder()
          Get the value of blackLineBorder.
 LineBorder getBlueLineBorder()
          Get the value of blueLineBorder.
 TextBorder getCreateBorder()
          Get the createBorder attribute of the FSABorderFactory object
 LineBorder getCreateLineBorder()
          Get the createLineBorder attribute of the FSABorderFactory object
 DashedBorder getCreateOptionalBorder()
          Get the createOptionalBorder attribute of the FSABorderFactory object
 DashedBorder getDashedLineBorder()
          Get the value of dashedLineBorder.
 TextBorder getDeleteBorder()
          Get the value of deleteBorder.
 LineBorder getDeleteLineBorder()
          Get the deleteLineBorder attribute of the FSABorderFactory object
 DashedBorder getDeleteOptionalBorder()
          Get the deleteOptionalBorder attribute of the FSABorderFactory object
 SetBorder getDeleteSetBorder()
          Get the deleteSetBorder attribute of the FSABorderFactory object
 javax.swing.border.Border getNormalBorder()
          Get the normalBorder attribute of the FSABorderFactory object
 javax.swing.border.Border getOptionalBorder()
          Get the optionalBorder attribute of the FSABorderFactory object
 javax.swing.border.Border getSelectedBorder()
          Get the selectedBorder attribute of the FSABorderFactory object
 SetBorder getSetBorder()
          Get the value of setBorder.
 void setBlackLineBorder(LineBorder newBlackLineBorder)
          Set the value of blackLineBorder.
 void setBlueLineBorder(LineBorder newBlueLineBorder)
          Set the value of blueLineBorder.
 void setCreateBorder(TextBorder newCreateBorder)
          Sets the createBorder attribute of the FSABorderFactory object
 void setCreateLineBorder(LineBorder newCreateLineBorder)
          Sets the createLineBorder attribute of the FSABorderFactory object
 void setCreateOptionalBorder(DashedBorder newBorder)
          Sets the createOptionalBorder attribute of the FSABorderFactory object
 void setDeleteBorder(TextBorder newDeleteBorder)
          Set the value of deleteBorder.
 void setDeleteLineBorder(LineBorder newDeleteLineBorder)
          Sets the deleteLineBorder attribute of the FSABorderFactory object
 void setDeleteOptionalBorder(DashedBorder newBorder)
          Sets the deleteOptionalBorder attribute of the FSABorderFactory object
 void setDeleteSetBorder(SetBorder newBorder)
          Sets the deleteSetBorder attribute of the FSABorderFactory object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public static FSABorderFactory get()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

getCreateBorder

public TextBorder getCreateBorder()
Get the createBorder attribute of the FSABorderFactory object

Returns:
The createBorder value

setCreateBorder

public void setCreateBorder(TextBorder newCreateBorder)
Sets the createBorder attribute of the FSABorderFactory object

Parameters:
newCreateBorder - The new createBorder value

getDeleteBorder

public TextBorder getDeleteBorder()
Get the value of deleteBorder.

Returns:
Value of deleteBorder.

setDeleteBorder

public void setDeleteBorder(TextBorder newDeleteBorder)
Set the value of deleteBorder.

Parameters:
newDeleteBorder - The new deleteBorder value

getBlackLineBorder

public LineBorder getBlackLineBorder()
Get the value of blackLineBorder.

Returns:
Value of blackLineBorder.

setBlackLineBorder

public void setBlackLineBorder(LineBorder newBlackLineBorder)
Set the value of blackLineBorder.

Parameters:
newBlackLineBorder - The new blackLineBorder value

getBlueLineBorder

public LineBorder getBlueLineBorder()
Get the value of blueLineBorder.

Returns:
Value of blueLineBorder.

setBlueLineBorder

public void setBlueLineBorder(LineBorder newBlueLineBorder)
Set the value of blueLineBorder.

Parameters:
newBlueLineBorder - The new blueLineBorder value

getCreateLineBorder

public LineBorder getCreateLineBorder()
Get the createLineBorder attribute of the FSABorderFactory object

Returns:
The createLineBorder value

setCreateLineBorder

public void setCreateLineBorder(LineBorder newCreateLineBorder)
Sets the createLineBorder attribute of the FSABorderFactory object

Parameters:
newCreateLineBorder - The new createLineBorder value

getCreateOptionalBorder

public DashedBorder getCreateOptionalBorder()
Get the createOptionalBorder attribute of the FSABorderFactory object

Returns:
The createOptionalBorder value

setCreateOptionalBorder

public void setCreateOptionalBorder(DashedBorder newBorder)
Sets the createOptionalBorder attribute of the FSABorderFactory object

Parameters:
newBorder - The new createOptionalBorder value

getDeleteLineBorder

public LineBorder getDeleteLineBorder()
Get the deleteLineBorder attribute of the FSABorderFactory object

Returns:
The deleteLineBorder value

setDeleteLineBorder

public void setDeleteLineBorder(LineBorder newDeleteLineBorder)
Sets the deleteLineBorder attribute of the FSABorderFactory object

Parameters:
newDeleteLineBorder - The new deleteLineBorder value

getDashedLineBorder

public DashedBorder getDashedLineBorder()
Get the value of dashedLineBorder.

Returns:
Value of dashedLineBorder.

getSetBorder

public SetBorder getSetBorder()
Get the value of setBorder.

Returns:
Value of setBorder.

getNormalBorder

public javax.swing.border.Border getNormalBorder()
Get the normalBorder attribute of the FSABorderFactory object

Returns:
The normalBorder value

getSelectedBorder

public javax.swing.border.Border getSelectedBorder()
Get the selectedBorder attribute of the FSABorderFactory object

Returns:
The selectedBorder value

getOptionalBorder

public javax.swing.border.Border getOptionalBorder()
Get the optionalBorder attribute of the FSABorderFactory object

Returns:
The optionalBorder value

getDeleteOptionalBorder

public DashedBorder getDeleteOptionalBorder()
Get the deleteOptionalBorder attribute of the FSABorderFactory object

Returns:
The deleteOptionalBorder value

setDeleteOptionalBorder

public void setDeleteOptionalBorder(DashedBorder newBorder)
Sets the deleteOptionalBorder attribute of the FSABorderFactory object

Parameters:
newBorder - The new deleteOptionalBorder value

getDeleteSetBorder

public SetBorder getDeleteSetBorder()
Get the deleteSetBorder attribute of the FSABorderFactory object

Returns:
The deleteSetBorder value

setDeleteSetBorder

public void setDeleteSetBorder(SetBorder newBorder)
Sets the deleteSetBorder attribute of the FSABorderFactory object

Parameters:
newBorder - The new deleteSetBorder value

toString

public java.lang.String toString()
Returns:
short string representation of current object