org.xnap.plugin.jtella
Class JTellaPreferences

java.lang.Object
  extended by org.xnap.util.AbstractPluginPreferences
      extended by org.xnap.plugin.jtella.JTellaPreferences
All Implemented Interfaces:
PreferencesProvider, TablePreferencesProvider

public class JTellaPreferences
extends AbstractPluginPreferences


Field Summary
static int VERSION
           
 
Fields inherited from class org.xnap.util.AbstractPluginPreferences
logger, prefs, VERSION_KEY
 
Constructor Summary
JTellaPreferences()
           
 
Method Summary
 void convert(int oldVersion)
          Convert the preferences from oldVersion.
 boolean getAutoConnect()
           
 java.lang.String[] getHostCaches()
           
 java.lang.String getLocalPortRange()
           
 void setAutoConnect(boolean newValue)
           
 void setHostCaches(java.lang.String[] newValue)
           
 void setLocalPortRange(java.lang.String newValue)
           
 
Methods inherited from class org.xnap.util.AbstractPluginPreferences
addPropertyChangeListener, addPropertyChangeListener, addTableListener, get, getArray, getBoolean, getColor, getFont, getInt, getIntArray, getKeyStroke, getLong, getNotShowDialog, getTableColumns, getTableColumnWidths, getTableMaintainSortOrder, getTableSortedColumn, removeProperty, removePropertyChangeListener, removePropertyChangeListener, renameProperty, set, set, set, set, set, set, set, set, set, setDefault, setDefault, setNotShowDialog, setTableColumns, setTableColumnWidths, setTableMaintainSortOrder, setTableSortedColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final int VERSION
See Also:
Constant Field Values
Constructor Detail

JTellaPreferences

public JTellaPreferences()
Method Detail

convert

public void convert(int oldVersion)
Description copied from class: AbstractPluginPreferences
Convert the preferences from oldVersion. The default implementation does nothing. Sub classes should overwrite this method.

Overrides:
convert in class AbstractPluginPreferences

getAutoConnect

public boolean getAutoConnect()

setAutoConnect

public void setAutoConnect(boolean newValue)

getHostCaches

public java.lang.String[] getHostCaches()

setHostCaches

public void setHostCaches(java.lang.String[] newValue)

getLocalPortRange

public java.lang.String getLocalPortRange()

setLocalPortRange

public void setLocalPortRange(java.lang.String newValue)


Copyright © 2001-2005 XNap Team. All Rights Reserved.