com.zfqjava.swing.plaf.basic
Class BasicListViewUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.zfqjava.swing.plaf.ListViewUI
com.zfqjava.swing.plaf.basic.BasicListViewUI
public class BasicListViewUI
- extends ListViewUI
The basic L&F for ListViewUI.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicListViewUI
public BasicListViewUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
installUI in class ComponentUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI in class ComponentUI
installDefaults
protected void installDefaults()
uninstallDefaults
protected void uninstallDefaults()
installComponents
protected void installComponents()
uninstallComponents
protected void uninstallComponents()
getList
public JList getList()
- Returns the JList for the
JListView's small icon,
large icon, list, thumbnails view mode.
- Returns:
- the JList
- Since:
- ComponentSet 1.3.1
- See Also:
createList()
createList
protected JList createList()
getTable
public JTable getTable()
- Returns the JTable for the
JListView's detail view mode.
- Returns:
- the JTable
- Since:
- ComponentSet 1.3.1
- See Also:
createTable()
createTable
protected JTable createTable()
- Creates a JTable for the
JListView's detail view mode.
- Returns:
- the JTable
- Since:
- ComponentSet 1.3.1
- See Also:
getTable()
installListeners
protected void installListeners()
uninstallListeners
protected void uninstallListeners()
isEditing
public boolean isEditing(JListView listView)
- Specified by:
isEditing in class ListViewUI
stopEditing
public boolean stopEditing(JListView listView)
- Specified by:
stopEditing in class ListViewUI
cancelEditing
public void cancelEditing(JListView listView)
- Specified by:
cancelEditing in class ListViewUI
startEditingAtIndex
public void startEditingAtIndex(JListView listView,
int index)
- Specified by:
startEditingAtIndex in class ListViewUI
getEditingIndex
public int getEditingIndex(JListView listView)
- Specified by:
getEditingIndex in class ListViewUI
Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.