KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > ListUI

javax.swing.plaf
Class ListUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ListUI
Direct Known Subclasses:
BasicListUI, MultiListUI
See Also:
Source Code

public abstract Rectangle getCellBounds(JList list,
                                        int index1,
                                        int index2)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Point indexToLocation(JList list,
                                      int index)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ListUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int locationToIndex(JList list,
                                    Point location)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags