|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Implementations of all J2ME platform components, including wireless toolkits, configurations and profiles implement this interface. Platform components may have dependent platform components. Components that have one or more dependencies may not be deletable from the user interface.
Note: This class/interface is part of an interim API that is still under development and expected to change 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 as the API evolves.
Copyright (c) 2003-2005 Craig Setera
| Method Summary | |
void |
addDependentComponent(IPlatformComponent component)
Add a component to the list of components that are dependent on this component. |
java.util.Iterator |
getDependentComponents()
Return an Iterator on the list of components that are dependent on this component. |
java.lang.String |
getIdentifier()
Return the unique identifier of this platform component. |
java.lang.String |
getName()
Return the name of this platform component. |
eclipseme.core.model.registry.IPersistenceDelegate |
getPersistenceDelegate()
Get the persistence delegate for this particular platform component. |
Version |
getVersion()
Get the version of this platform component. |
boolean |
hasDependentComponents()
Return a boolean indicating whether there are components that are dependent on this component. |
boolean |
isDerived()
Return a boolean indicating whether or not this component is derived from another component. |
void |
removeDependentComponent(IPlatformComponent component)
Remove a component from the list of components that are dependent on this component. |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Method Detail |
public void addDependentComponent(IPlatformComponent component)
component - the dependent componentpublic java.util.Iterator getDependentComponents()
public java.lang.String getIdentifier()
null.
null.public java.lang.String getName()
null.public eclipseme.core.model.registry.IPersistenceDelegate getPersistenceDelegate()
public Version getVersion()
public boolean hasDependentComponents()
public boolean isDerived()
public void removeDependentComponent(IPlatformComponent component)
component - the component to be removed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||