|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.swingui.enterprise.UsersListModel
public class UsersListModel
| Constructor Summary | |
|---|---|
UsersListModel(Group group,
WabitWorkspace workspace,
boolean currentMode)
|
|
| Method Summary | |
|---|---|
void |
addListDataListener(javax.swing.event.ListDataListener l)
|
java.lang.Object |
getElementAt(int index)
|
int |
getSize()
|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
void |
removeListDataListener(javax.swing.event.ListDataListener l)
|
void |
transactionEnded(ca.sqlpower.util.TransactionEvent e)
Signals a transaction has finished. |
void |
transactionRollback(ca.sqlpower.util.TransactionEvent e)
Signals a transaction has finished and the events that occurred during the transaction need to be reversed or not acted upon. |
void |
transactionStarted(ca.sqlpower.util.TransactionEvent e)
Called when a transaction has started. |
void |
wabitChildAdded(WabitChildEvent e)
Called when a child is added to an object this listener is attached to. |
void |
wabitChildRemoved(WabitChildEvent e)
Called when a child is removed from an object this listener is attached to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UsersListModel(Group group,
WabitWorkspace workspace,
boolean currentMode)
| Method Detail |
|---|
public void addListDataListener(javax.swing.event.ListDataListener l)
addListDataListener in interface javax.swing.ListModelpublic void removeListDataListener(javax.swing.event.ListDataListener l)
removeListDataListener in interface javax.swing.ListModelpublic java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelpublic int getSize()
getSize in interface javax.swing.ListModelpublic void transactionEnded(ca.sqlpower.util.TransactionEvent e)
WabitListener
transactionEnded in interface WabitListenere - Contains the object that has finished a transaction.public void transactionRollback(ca.sqlpower.util.TransactionEvent e)
WabitListener
transactionRollback in interface WabitListenere - Contains the object that was rolled back and a message
describing why the transaction was rolled back.public void transactionStarted(ca.sqlpower.util.TransactionEvent e)
WabitListener
transactionStarted in interface WabitListenere - Contains what object started a transaction and a message
describing the transaction.public void wabitChildAdded(WabitChildEvent e)
WabitListener
wabitChildAdded in interface WabitListenere - An event describing the child added.public void wabitChildRemoved(WabitChildEvent e)
WabitListener
wabitChildRemoved in interface WabitListenere - An event describing the child removed.public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||