java.lang.Objectcom.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
Lee - David Painter$ - Id: SessionProvider.java,v 1.12 2003/09/22 15:57:57 martianx Exp $| Field Summary | ||
|---|---|---|
| String | id | |
| String | name | |
| Class | cls | |
| String | description | |
| char | mnemonic | |
| ResourceIcon | smallicon | |
| ResourceIcon | largeicon | |
| Class[] | propertypages | |
| int | weight | |
| Class | optionsClass | |
| Constructor: |
|---|
|
| Method from com.sshtools.common.ui.SessionProvider Summary: |
|---|
| equals, getDescription, getId, getLargeIcon, getMnemonic, getName, getOptionsClass, getPropertyPages, getProviderClass, getSmallIcon, getWeight, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.sshtools.common.ui.SessionProvider Detail: |
|---|
SessionProvider and that the provider id and implementation
class are equal. |
|
|
|
|
|
|
|
|
|
|
|