public class DeploymentsFolder extends AppServerManageableFolder implements Refreshable
DefaultManageableElement.TypeIterator<T>manageable_, STATE_CHANGED, STRUCTURE_CHANGED| Constructor and Description | 
|---|
| DeploymentsFolder(Deployments ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| Deployments | getDeploymentsContext() | 
| Deployments | getManageable() | 
| java.lang.String | getShortLabel()This implementation returns a place-holder  String. | 
| protected void | refreshFolder()Refresh a folder. | 
add, canAdd, canRemove, containsChild, fetchOnBackgroundThread, getChildren, getChildrenList, getIcon, loadChildren, mayHaveChildren, moStateChanged, moStructureChanged, recognize, refresh, 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, waitrefreshgetAttributes, getDatagetLongLabel, getToolTipText, toStringpublic DeploymentsFolder(Deployments ctx)
public Deployments getManageable()
getManageable in class AppServerManageableFolderpublic Deployments getDeploymentsContext()
public java.lang.String getShortLabel()
DefaultDisplayableString.getShortLabel in interface DisplayablegetShortLabel in class AppServerManageableFolderDisplayable
  that can be shown to the user.Displayable.getShortLabel()protected void refreshFolder()
DefaultManageableFolderreloadChildren.
 If the current folder also has some state that needs to be refreshed, it should
 override this method and then refresh children.refreshFolder in class DefaultManageableFolder