EGF Engine
Release 0.1.0

org.eclipse.egf.core.ui.data.explorer
Class FactoryComponentWorkingSet

java.lang.Object
  extended by org.eclipse.egf.core.ui.data.explorer.FactoryComponentWorkingSet

public class FactoryComponentWorkingSet
extends Object

A working set that contains factory components


Constructor Summary
FactoryComponentWorkingSet(IWorkingSet workingSet_p)
          Constructor.
 
Method Summary
 Object getAdapter(Class adapter_p)
           
 List<FactoryComponent> getFactoryComponents()
          Get all existing factory components in the workspace.
 IWorkingSet getWorkingSet()
          Get the related platform working set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryComponentWorkingSet

public FactoryComponentWorkingSet(IWorkingSet workingSet_p)
Constructor.

Parameters:
workingSet_p -
Method Detail

getAdapter

public Object getAdapter(Class adapter_p)
See Also:
org.eclipse.core.runtime.IAdaptable#getAdapter(java.lang.Class)

getFactoryComponents

public List<FactoryComponent> getFactoryComponents()
Get all existing factory components in the workspace.

Returns:
the internal collection or an empty list if this later one is null.

getWorkingSet

public IWorkingSet getWorkingSet()
Get the related platform working set.

Returns:
the workingSet

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.