|
|||||||||||
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
Field Summary | |
private LineBorder |
blackLineBorder
No comment provided by developer, please add a comment to improve documentation. |
private LineBorder |
blueLineBorder
No comment provided by developer, please add a comment to improve documentation. |
private TextBorder |
createBorder
No comment provided by developer, please add a comment to improve documentation. |
private LineBorder |
createLineBorder
No comment provided by developer, please add a comment to improve documentation. |
private DashedBorder |
dashedLineBorder
No comment provided by developer, please add a comment to improve documentation. |
private TextBorder |
deleteBorder
UMLAttribute : 'deleteBorder : TextBorder ' |
private LineBorder |
deleteLineBorder
No comment provided by developer, please add a comment to improve documentation. |
private DashedBorder |
deleteOptionalBorder
No comment provided by developer, please add a comment to improve documentation. |
private SetBorder |
deleteSetBorder
No comment provided by developer, please add a comment to improve documentation. |
private SetBorder |
setBorder
No comment provided by developer, please add a comment to improve documentation. |
private static FSABorderFactory |
theInstance
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
private |
FSABorderFactory()
Default Constructor |
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 |
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 |
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 |
Field Detail |
private static FSABorderFactory theInstance
private TextBorder createBorder
private TextBorder deleteBorder
private LineBorder blackLineBorder
private LineBorder blueLineBorder
private LineBorder createLineBorder
private LineBorder deleteLineBorder
private DashedBorder dashedLineBorder
private SetBorder setBorder
private DashedBorder deleteOptionalBorder
private SetBorder deleteSetBorder
Constructor Detail |
private FSABorderFactory()
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 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 |