|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.FSABorderFactory
Class FSABorderFactory
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 |
public static FSABorderFactory get()
public TextBorder getCreateBorder()
public void setCreateBorder(TextBorder newCreateBorder)
newCreateBorder
- The new createBorder valuepublic TextBorder getDeleteBorder()
public void setDeleteBorder(TextBorder newDeleteBorder)
newDeleteBorder
- The new deleteBorder valuepublic LineBorder getBlackLineBorder()
public void setBlackLineBorder(LineBorder newBlackLineBorder)
newBlackLineBorder
- The new blackLineBorder valuepublic LineBorder getBlueLineBorder()
public void setBlueLineBorder(LineBorder newBlueLineBorder)
newBlueLineBorder
- The new blueLineBorder valuepublic LineBorder getCreateLineBorder()
public void setCreateLineBorder(LineBorder newCreateLineBorder)
newCreateLineBorder
- The new createLineBorder valuepublic DashedBorder getCreateOptionalBorder()
public void setCreateOptionalBorder(DashedBorder newBorder)
newBorder
- The new createOptionalBorder valuepublic LineBorder getDeleteLineBorder()
public void setDeleteLineBorder(LineBorder newDeleteLineBorder)
newDeleteLineBorder
- The new deleteLineBorder valuepublic DashedBorder getDashedLineBorder()
public SetBorder getSetBorder()
public javax.swing.border.Border getNormalBorder()
public javax.swing.border.Border getSelectedBorder()
public javax.swing.border.Border getOptionalBorder()
public DashedBorder getDeleteOptionalBorder()
public void setDeleteOptionalBorder(DashedBorder newBorder)
newBorder
- The new deleteOptionalBorder valuepublic SetBorder getDeleteSetBorder()
public void setDeleteSetBorder(SetBorder newBorder)
newBorder
- The new deleteSetBorder valuepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |