|
RSE Release 3.2 |
|||||||||
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.
Constructor Summary | |
---|---|
TerminalElement(java.lang.String name,
ITerminalServiceSubSystem terminalServiceSubSystem)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.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. |
java.lang.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(java.lang.String name, ITerminalServiceSubSystem terminalServiceSubSystem)
Method Detail |
---|
public final java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ITerminalShell getTerminalShell()
public void setTerminalShell(ITerminalShell terminalShell)
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |