org.xnap.plugin.jtella
Class JTellaPreferences
java.lang.Object
org.xnap.util.AbstractPluginPreferences
org.xnap.plugin.jtella.JTellaPreferences
- All Implemented Interfaces:
- PreferencesProvider, TablePreferencesProvider
public class JTellaPreferences
- extends AbstractPluginPreferences
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 |
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
JTellaPreferences
public JTellaPreferences()
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.