Uses of Interface
org.eclipse.higgins.idas.IProperty

Packages that use IProperty
org.eclipse.higgins.idas Defines the core set of interfaces for IdAS. 
org.eclipse.higgins.idas.impl This package provides some basic implementations of various IdAS interfaces for use by context providers. 
 

Uses of IProperty in org.eclipse.higgins.idas
 

Subinterfaces of IProperty in org.eclipse.higgins.idas
 interface IAttribute
          As defined at (TODO: add reference), This interface represents an attribte of a DigitalSubject.
 interface IMetadata
          TODO: Add (or point to) doc which explains what metadata is and how it's used
 

Uses of IProperty in org.eclipse.higgins.idas.impl
 

Classes in org.eclipse.higgins.idas.impl that implement IProperty
 class BasicAttribute
          Implements IAttribute using BasicProperty and BasicMetadata
 class BasicMetadata
          Implements IMetadata in terms of a BasicProperty.
 class BasicProperty
          Basic implementation of IProperty.
 



Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
  Jim Sermersheim (Novell, Inc.) - initial API and implementation