GATE
Version 3.1-2270

gate.gui
Class PluginManagerUI.ResourcesListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by gate.gui.PluginManagerUI.ResourcesListModel
All Implemented Interfaces:
Serializable, ListModel
Enclosing class:
PluginManagerUI

protected class PluginManagerUI.ResourcesListModel
extends AbstractListModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
protected PluginManagerUI.ResourcesListModel()
           
 
Method Summary
 void dataChanged()
           
 Object getElementAt(int index)
           
 int getSize()
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginManagerUI.ResourcesListModel

protected PluginManagerUI.ResourcesListModel()
Method Detail

getElementAt

public Object getElementAt(int index)

getSize

public int getSize()

dataChanged

public void dataChanged()

GATE
Version 3.1-2270