public class AppDeploymentFolder extends DefaultManageableFolder
DefaultManageableElement.TypeIterator<T>manageable_, STATE_CHANGED, STRUCTURE_CHANGED| Constructor and Description |
|---|
AppDeploymentFolder(oracle.rc.asadapter.weblogic.mgmt.AppDeployment appdeployment) |
| Modifier and Type | Method and Description |
|---|---|
oracle.rc.asadapter.weblogic.mgmt.AppDeployment |
getAppDeployment() |
java.util.Iterator<Element> |
getChildren()
Part of the
Element interface. |
javax.swing.Icon |
getIcon()
This implementation returns a plain document icon.
|
java.lang.String |
getShortLabel()
This implementation returns a place-holder
String. |
boolean |
mayHaveChildren()
Part of the
Element interface. |
add, canAdd, canRemove, containsChild, fetchOnBackgroundThread, getChildrenList, getManageable, loadChildren, moStateChanged, moStructureChanged, recognize, refresh, refreshFolder, reloadChildren, remove, removeAll, setStateIf, sizeattach, detach, fireStateChanged, fireStructureChanged, getData, getParent, getWaitCursor, isWaitCursorEnabled, notifyObservers, setManageable, setWaitCursorEnabled, updategetAttributesgetLongLabel, getToolTipText, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributes, getDatagetLongLabel, getToolTipText, toStringpublic AppDeploymentFolder(oracle.rc.asadapter.weblogic.mgmt.AppDeployment appdeployment)
public oracle.rc.asadapter.weblogic.mgmt.AppDeployment getAppDeployment()
public java.lang.String getShortLabel()
DefaultDisplayableString.getShortLabel in interface DisplayablegetShortLabel in class DefaultDisplayableDisplayable
that can be shown to the user.Displayable.getShortLabel()public boolean mayHaveChildren()
DefaultElementElement interface. This implementation always
returns false.mayHaveChildren in interface ElementmayHaveChildren in class DefaultManageableFoldertrue if this Element may contain
child Elements.Element.mayHaveChildren()public java.util.Iterator<Element> getChildren()
DefaultElementElement interface. This implementation always
returns null.getChildren in interface ElementgetChildren in class DefaultManageableFolderIterator over any child Elements
contained by this Element. If there are no children,
null is returned.Element.getChildren()public javax.swing.Icon getIcon()
DefaultDisplayablegetIcon in interface DisplayablegetIcon in class DefaultManageableFolderIcon to be displayed for the
Displayable.Displayable.getIcon()