de.uni_paderborn.fujaba.preferences.gui
Class PlugInsPreferencesPanel.StringListModel

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

private class PlugInsPreferencesPanel.StringListModel
extends javax.swing.AbstractListModel

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

Version:
$Revision: 1.11 $
Author:
$Author: cschneid $

Field Summary
private  java.util.Vector strings
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
PlugInsPreferencesPanel.StringListModel(java.util.Vector str)
          Constructor for class StringListModel
 
Method Summary
 void add(java.lang.String newString)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.Object getElementAt(int index)
           
 int getSize()
           
 java.util.Vector getStrings()
          Get the strings attribute of the StringListModel object
 void remove(java.lang.String oldString)
          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

strings

private java.util.Vector strings
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

PlugInsPreferencesPanel.StringListModel

public PlugInsPreferencesPanel.StringListModel(java.util.Vector str)
Constructor for class StringListModel

Parameters:
str - No description provided
Method Detail

getStrings

public java.util.Vector getStrings()
Get the strings attribute of the StringListModel object

Returns:
The strings value

add

public void add(java.lang.String newString)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
newString - No description provided

remove

public void remove(java.lang.String oldString)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
oldString - No description provided

getSize

public int getSize()
Returns:
The size value
See Also:
ListModel.getSize()

getElementAt

public java.lang.Object getElementAt(int index)
Parameters:
index - No description provided
Returns:
The elementAt value
See Also:
ListModel.getElementAt(int)