| |
|
| java.lang.Object workbench.gui.profiles.DriverListModel
DriverListModel | class DriverListModel implements ListModel(Code) | | author: support@sql-workbench.net |
addListDataListener | public void addListDataListener(ListDataListener l)(Code) | | Adds a listener to the list that's notified each time a change
to the data model occurs.
Parameters: l - the ListDataListener to be added |
deleteDriver | public void deleteDriver(int index)(Code) | | |
getElementAt | public Object getElementAt(int index)(Code) | | Returns the value at the specified index.
Parameters: index - the requested index the value at index |
getSize | public int getSize()(Code) | | Returns the length of the list.
the length of the list |
|
|
|