Remote Systems
v6.4.1

com.ibm.etools.systems.model.impl
Class SystemScratchpad

java.lang.Object
  extended bycom.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.


Field Summary
static SystemViewScratchpadAdapter _adapter
           
 List _children
           
 
Constructor Summary
SystemScratchpad()
           
 
Method Summary
 void addChild(Object child)
           
 void clearChildren()
           
 boolean contains(Object obj)
           
 Object getAdapter(Class adapterType)
           
 Object[] getChildren()
           
 boolean hasChildren()
           
 void removeChild(Object child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_children

public List _children

_adapter

public static SystemViewScratchpadAdapter _adapter
Constructor Detail

SystemScratchpad

public SystemScratchpad()
Method Detail

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

Remote Systems
v6.4.1

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.