Package com.sshtools.common.ui
Class SessionProvider
java.lang.Object
com.sshtools.common.ui.SessionProvider
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
- Version:
- $Id: SessionProvider.java,v 1.12 2003/09/22 15:57:57 martianx Exp $
- Author:
- Lee David Painter
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compares this session provider against another object.Get the description of the provider e.g.getId()
Get the id of the provider e.g.Get the large icon of the provider.char
Get the mnemonic character for key accessgetName()
Get the name of the provider e.g.Get the options class implementationClass[]
Get an array of class instances for the providers property pages.Get the class instance for the session providers implementation.Get the small icon of the provider.int
Get the weight of the provider.toString()
Returns the name of the provider.
-
Method Details
-
getName
Get the name of the provider e.g. 'Terminal Session'.- Returns:
-
getProviderClass
Get the class instance for the session providers implementation.- Returns:
-
getPropertyPages
Get an array of class instances for the providers property pages.- Returns:
-
getDescription
Get the description of the provider e.g. 'Opens a terminal session'- Returns:
-
getMnemonic
public char getMnemonic()Get the mnemonic character for key access- Returns:
-
getWeight
public int getWeight()Get the weight of the provider.- Returns:
-
getId
Get the id of the provider e.g. 'sshterm'.- Returns:
-
getSmallIcon
Get the small icon of the provider.- Returns:
-
getLargeIcon
Get the large icon of the provider.- Returns:
-
getOptionsClass
Get the options class implementation- Returns:
-
equals
Compares this session provider against another object. This method will only return true if the object provided is an instance ofSessionProvider
and that the provider id and implementation class are equal. -
toString
Returns the name of the provider.
-