de.uni_paderborn.fujaba.preferences.gui
Class IconsPreferencesPanel.FilesListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byde.uni_paderborn.fujaba.preferences.gui.IconsPreferencesPanel.FilesListModel
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable
Enclosing class:
IconsPreferencesPanel

private class IconsPreferencesPanel.FilesListModel
extends javax.swing.AbstractListModel

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.6 $
Author:
$Author: trinet $

Field Summary
private  de.upb.tools.fca.FLinkedList files
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
IconsPreferencesPanel.FilesListModel()
          Constructor for class FilesListModel
 
Method Summary
 java.lang.Object getElementAt(int index)
          Get the elementAt attribute of the FilesListModel object
 int getSize()
          Get the size attribute of the FilesListModel object
 void update()
          No comment provided by developer, please add a comment to improve documentation.
 
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
 

Field Detail

files

private de.upb.tools.fca.FLinkedList files
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

IconsPreferencesPanel.FilesListModel

public IconsPreferencesPanel.FilesListModel()
Constructor for class FilesListModel

Method Detail

update

public void update()
No comment provided by developer, please add a comment to improve documentation.


getElementAt

public java.lang.Object getElementAt(int index)
Get the elementAt attribute of the FilesListModel object

Parameters:
index - No description provided
Returns:
The elementAt value

getSize

public int getSize()
Get the size attribute of the FilesListModel object

Returns:
The size value