| java.lang.Object com.sshtools.common.ui.SessionProvider
SessionProvider | public class SessionProvider (Code) | | Instances of this class are created by the SessionProviderFactory
for each installed session provider. Instances of this class can be supplied
to the SessionProviderFrame to create windows contains the
session providers service
author: Lee David Painter version: $Id: SessionProvider.java,v 1.12 2003/09/22 15:57:57 martianx Exp $ |
equals | public boolean equals(Object obj)(Code) | | Compares this session provider against another object. This method
will only return true if the object provided is an instance of
SessionProvider and that the provider id and implementation
class are equal.
Parameters: obj - |
getDescription | public String getDescription()(Code) | | Get the description of the provider e.g. 'Opens a terminal session'
|
getId | public String getId()(Code) | | Get the id of the provider e.g. 'sshterm'.
|
getMnemonic | public char getMnemonic()(Code) | | Get the mnemonic character for key access
|
getName | public String getName()(Code) | | Get the name of the provider e.g. 'Terminal Session'.
|
getOptionsClass | public Class getOptionsClass()(Code) | | Get the options class implementation
|
getPropertyPages | public Class[] getPropertyPages()(Code) | | Get an array of class instances for the providers property pages.
|
getProviderClass | public Class getProviderClass()(Code) | | Get the class instance for the session providers implementation.
|
getWeight | public int getWeight()(Code) | | Get the weight of the provider.
|
toString | public String toString()(Code) | | Returns the name of the provider.
|
|
|