|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
Dimension getMaximumSize(JComponent ) |
Documentation changed from old to new. |
@return the preferred size |
Dimension getMinimumSize(JComponent ) |
Documentation changed from old to new. |
@return the preferred size |
Dimension getPreferredSize(JComponent ) |
Documentation changed from old to new. |
The preferredSize of the list depends upon the layout orientation. |
void installKeyboardActions() |
Documentation changed from old to new. |
Registers the keyboard bindings on the JList that the BasicListUI is associated with. |
int locationToIndex(JList, |
Documentation changed from old to new. |
Convert a point in JList coordinates to the closest index of the cell at that location. |
void selectNextIndex() |
Documentation changed from old to new. |
Selected the previous row and force it to be visible. |
void selectPreviousIndex() |
Documentation changed from old to new. |
Selected the previous row and force it to be visible. |
void uninstallDefaults() |
Documentation changed from old to new. |
Set the JList properties that haven't been explicitly overridden to null. |
void uninstallKeyboardActions() |
Documentation changed from old to new. |
Unregisters keyboard actions installed from installKeyboardActions . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |