public class ServerElement extends DefaultManageableElement
DefaultManageableElement.TypeIterator<T>
manageable_, STATE_CHANGED, STRUCTURE_CHANGED
Constructor and Description |
---|
ServerElement(oracle.rc.asadapter.weblogic.mgmt.Server server) |
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon()
This implementation returns a plain document icon.
|
oracle.rc.asadapter.weblogic.mgmt.Server |
getServer() |
java.lang.String |
getShortLabel()
This implementation returns a place-holder
String . |
java.lang.String |
getToolTipText()
This implementation delegates to
DefaultDisplayable.getLongLabel() . |
attach, detach, fireStateChanged, fireStructureChanged, getData, getManageable, getParent, getWaitCursor, isWaitCursorEnabled, moStateChanged, moStructureChanged, notifyObservers, refresh, setManageable, setWaitCursorEnabled, update
getAttributes, getChildren, mayHaveChildren
getLongLabel, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLongLabel, toString
public ServerElement(oracle.rc.asadapter.weblogic.mgmt.Server server)
public oracle.rc.asadapter.weblogic.mgmt.Server getServer()
public java.lang.String getShortLabel()
DefaultDisplayable
String
.getShortLabel
in interface Displayable
getShortLabel
in class DefaultDisplayable
Displayable
that can be shown to the user.Displayable.getShortLabel()
public java.lang.String getToolTipText()
DefaultDisplayable
DefaultDisplayable.getLongLabel()
.getToolTipText
in interface Displayable
getToolTipText
in class DefaultDisplayable
Displayable
.Displayable.getToolTipText()
public javax.swing.Icon getIcon()
DefaultDisplayable
getIcon
in interface Displayable
getIcon
in class DefaultManageableElement
Icon
to be displayed for the
Displayable
.Displayable.getIcon()