public abstract class ClientTempModuleImpl extends java.lang.Object implements ClientTempModule
Constructor and Description |
---|
ClientTempModuleImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getToolTip() |
int |
hashCode() |
void |
selected()
Tells the module, that it was selected.
|
void |
setViewport(DwMainViewport dwMainViewport) |
getClass, notify, notifyAll, toString, wait, wait, wait
onMouseOver
getIcon, getMainWidget, getModuleName, isRecyclable
public void selected()
ClientModule
selected
in interface ClientModule
public java.lang.String getToolTip()
getToolTip
in interface ClientModule
public void setViewport(DwMainViewport dwMainViewport)
setViewport
in interface ClientTempModule
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object