|
Java 2 Platform 5.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
RowHeightResizer
UIDefaultsResizer
public class UIDefaultsResizer
UIDefaultsResizer class handles setting the
javax.swing.JTable row heights back to default
size after a table cell has been resized in Camicker's
ShowUIDefaults.
| Constructor Summary | |
|---|---|
UIDefaultsResizer(javax.swing.JTable table)
Class constructor passes the javax.swing.JTable to this
instance's super class constructor. |
|
| Method Summary | |
|---|---|
void |
mouseReleased(java.awt.event.MouseEvent e)
Detects mouse released event and sets the row back to its original height after a row has been resized. |
| Methods inherited from class RowHeightResizer |
|---|
done, mouseDragged, mouseMoved, mousePressed |
| Methods inherited from class java.awt.event.MouseAdapter |
|---|
mouseClicked, mouseEntered, mouseExited, mouseWheelMoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.event.MouseListener |
|---|
mouseClicked, mouseEntered, mouseExited |
| Constructor Detail |
|---|
public UIDefaultsResizer(javax.swing.JTable table)
javax.swing.JTable to this
instance's super class constructor.
table - javax.swing.JTable reference for this instance.| Method Detail |
|---|
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenermouseReleased in class RowHeightResizere - java.awt.event.MouseEvent reference for this event.
|
Java 2 Platform 5.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||