com.ibm.etools.iseries.core
Class ISeriesElementContext
java.lang.Object
com.ibm.etools.iseries.core.ISeriesElementContext
- public class ISeriesElementContext
- extends Object
When listing objects in a view, we need to record some context
about how the object came to be listed.
This class encapsulates all the info such that we need only store
a single pointer in each object, reducing memory requirements.
There need only be one of these objects per expanded tree node.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
ISeriesElementContext
public ISeriesElementContext()
- Constructor
setFilterString
public void setFilterString(String fs)
getFilterString
public String getFilterString()
setSubSystem
public void setSubSystem(com.ibm.etools.systems.subsystems.SubSystem ss)
getSubSystem
public com.ibm.etools.systems.subsystems.SubSystem getSubSystem()
setParent
public void setParent(Object parent)
getParent
public Object getParent()
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.