|
RSE Release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.rse.core.subsystems.AbstractResource
org.eclipse.rse.subsystems.terminals.core.elements.TerminalElement
public class TerminalElement
An element in the RSE Tree that resembles a Terminal connection.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the Target Management team.
| Constructor Summary | |
|---|---|
TerminalElement(String name,
ITerminalServiceSubSystem terminalServiceSubSystem)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getName()
Return the name of this element, which will also be used as the label in the tree. |
ITerminalShell |
getTerminalShell()
Return the back-end connection of this terminal instance. |
int |
hashCode()
|
void |
setTerminalShell(ITerminalShell terminalShell)
Set the back-end connection of this terminal instance. |
String |
toString()
|
| Methods inherited from class org.eclipse.rse.core.subsystems.AbstractResource |
|---|
getAdapter, getSubSystem, setSubSystem |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TerminalElement(String name,
ITerminalServiceSubSystem terminalServiceSubSystem)
| Method Detail |
|---|
public final String getName()
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ITerminalShell getTerminalShell()
public void setTerminalShell(ITerminalShell terminalShell)
|
RSE Release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||