com.ibm.etools.systems.model.impl
Class SystemScratchpad
java.lang.Object
com.ibm.etools.systems.model.impl.SystemScratchpad
- All Implemented Interfaces:
- IAdaptable
- public class SystemScratchpad
- extends Object
- implements IAdaptable
This is the root object for the Remote Scratchpad view.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_children
public List _children
_adapter
public static SystemViewScratchpadAdapter _adapter
SystemScratchpad
public SystemScratchpad()
hasChildren
public boolean hasChildren()
contains
public boolean contains(Object obj)
getChildren
public Object[] getChildren()
addChild
public void addChild(Object child)
removeChild
public void removeChild(Object child)
clearChildren
public void clearChildren()
getAdapter
public Object getAdapter(Class adapterType)
- Specified by:
getAdapter
in interface IAdaptable
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.