|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicTableUI.FocusHandler
ilog.cpl.table.IlpBasicTableUI.IlpFocusHandler
public class IlpBasicTableUI.IlpFocusHandler
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of BasicTableUI.
Manages the anchor display when the IlpTableView gains or loses
focus.
| Constructor Summary | |
|---|---|
IlpBasicTableUI.IlpFocusHandler()
|
|
| Method Summary | |
|---|---|
void |
focusGained(FocusEvent e)
Called when the table gains focus. |
void |
focusLost(FocusEvent e)
Called when the table loses focus. |
protected void |
repaintAnchor()
Asks the IlpTableView to redisplay the cell having the anchor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpBasicTableUI.IlpFocusHandler()
| Method Detail |
|---|
protected void repaintAnchor()
IlpTableView to redisplay the cell having the anchor.
The cell will be painted with a focus border if the IlpTableView
has focus.
public void focusGained(FocusEvent e)
focusGained in interface FocusListenerfocusGained in class BasicTableUI.FocusHandlere - The corresponding event.public void focusLost(FocusEvent e)
focusLost in interface FocusListenerfocusLost in class BasicTableUI.FocusHandlere - The corresponding event.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||