Uses of Class
de.uni_paderborn.fujaba.fsa.swing.border.TextBorder

Packages that use TextBorder
de.uni_paderborn.fujaba.fsa Fujaba Swing Adapter 
de.uni_paderborn.fujaba.fsa.swing.border   
 

Uses of TextBorder in de.uni_paderborn.fujaba.fsa
 

Methods in de.uni_paderborn.fujaba.fsa that return TextBorder
 TextBorder FSABorderFactory.getCreateBorder()
          Get the createBorder attribute of the FSABorderFactory object
 TextBorder FSABorderFactory.getDeleteBorder()
          Get the value of deleteBorder.
 

Methods in de.uni_paderborn.fujaba.fsa with parameters of type TextBorder
 void FSABorderFactory.setCreateBorder(TextBorder newCreateBorder)
          Sets the createBorder attribute of the FSABorderFactory object
 void FSABorderFactory.setDeleteBorder(TextBorder newDeleteBorder)
          Set the value of deleteBorder.
 

Uses of TextBorder in de.uni_paderborn.fujaba.fsa.swing.border
 

Subclasses of TextBorder in de.uni_paderborn.fujaba.fsa.swing.border
 class ColoredTextBorder
          No comment provided by developer, please add a comment to improve documentation.