com.melloware.jukes.gui.view.component
Class DisclistListModel
java.lang.Object
javax.swing.AbstractListModel
com.melloware.jukes.gui.view.component.DisclistListModel
- All Implemented Interfaces:
- PropertyChangeListener, Serializable, EventListener, ListModel
public final class DisclistListModel
- extends AbstractListModel
- implements PropertyChangeListener
Mode used for displaying disclists in a JList.
Copyright (c) 1999-2007 Melloware, Inc.
- Version:
- 4.0 AZ Development 2009
- Author:
- Emil A. Lefkof III
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisclistListModel
public DisclistListModel(Disclist aDisclist,
DisclistPanel aPanel)
- Constructs a
DisclistPanel for the given module.
- Parameters:
aDisclist - provides the disclist class needed for display
getElementAt
public Object getElementAt(int aIndex)
- Specified by:
getElementAt in interface ListModel
getKeyTypedListener
public KeyListener getKeyTypedListener()
- Gets the keyTypedListener.
- Returns:
- Returns the keyTypedListener.
getSize
public int getSize()
- Specified by:
getSize in interface ListModel
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Whenever the master disclist changes update this view.
- Specified by:
propertyChange in interface PropertyChangeListener
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.