|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.listener.BorderHighlighter
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
private static javax.swing.border.Border |
NOBORDER
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
OLDBORDER_CLIENTPROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
OLDBORDERCOLOR_CLIENTPROPERTY
No comment provided by developer, please add a comment to improve documentation. |
private static BorderHighlighter |
singleton
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
private |
BorderHighlighter()
The default constructor is empty. |
Method Summary | |
static BorderHighlighter |
get()
No comment provided by developer, please add a comment to improve documentation. |
private javax.swing.border.Border |
getOldBorder(javax.swing.JComponent comp)
Get the oldBorder attribute of the BorderHighlighter object |
private java.awt.Color |
getOldBorderColor(javax.swing.JComponent comp)
Get the oldBorderColor attribute of the BorderHighlighter object |
void |
selectionChanged(SelectionEvent event)
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
setOldBorder(javax.swing.JComponent comp,
javax.swing.border.Border border)
Sets the oldBorder attribute of the BorderHighlighter object |
private boolean |
setOldBorderColor(javax.swing.JComponent comp,
java.awt.Color c)
Sets the oldBorderColor attribute of the BorderHighlighter object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String OLDBORDER_CLIENTPROPERTY
public static final java.lang.String OLDBORDERCOLOR_CLIENTPROPERTY
private static final javax.swing.border.Border NOBORDER
private static BorderHighlighter singleton
Constructor Detail |
private BorderHighlighter()
Method Detail |
public static BorderHighlighter get()
public void selectionChanged(SelectionEvent event)
selectionChanged
in interface SelectionListener
event
- No description providedprivate boolean setOldBorder(javax.swing.JComponent comp, javax.swing.border.Border border)
comp
- The new oldBorder valueborder
- The new oldBorder value
private javax.swing.border.Border getOldBorder(javax.swing.JComponent comp)
comp
- No description provided
private boolean setOldBorderColor(javax.swing.JComponent comp, java.awt.Color c)
comp
- The new oldBorderColor valuec
- The new oldBorderColor value
private java.awt.Color getOldBorderColor(javax.swing.JComponent comp)
comp
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |