com.bankframe.fe.statemachine.ext.apploaders.bean.editors
Class ProcessUserCustomizer.ListModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultListModel
com.bankframe.fe.statemachine.ext.apploaders.bean.editors.ProcessUserCustomizer.ListModel
- All Implemented Interfaces:
- PropertyChangeListener, Serializable, EventListener, ListModel
- Enclosing class:
- ProcessUserCustomizer
public class ProcessUserCustomizer.ListModel
- extends DefaultListModel
- implements PropertyChangeListener
- See Also:
- Serialized Form
Methods inherited from class javax.swing.DefaultListModel |
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, getElementAt, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSize |
ProcessUserCustomizer.ListModel
public ProcessUserCustomizer.ListModel()
getValue
public ProcessUser getValue()
- Returns the value.
- Returns:
- ProcessUser
setValue
public void setValue(ProcessUser value)
- Sets the value.
- Parameters:
value
- The value to set
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener
- See Also:
PropertyChangeListener.propertyChange(PropertyChangeEvent)
Copyright © 2005, 2007, Oracle. All rights reserved.