|
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.
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 Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public 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 |