Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Platform Plug-in Development Environment Guide
Previous Page Home Next Page


Eclipse PDE
Release 3.5

Package org.eclipse.pde.core

Interface Summary
IBaseModel A base generic model.
IEditable Models that implement this interface indicate that they can be changed.
IEditableModel Editable model is an editable object that can be saved.
IIdentifiable Classes implement this interface if their instances need to be uniquely identified using an id.
IModel A generic model.
IModelChangedEvent Model change events are fired by the model when it is changed from the last clean state.
IModelChangedListener Classes that need to be notified on model changes should implement this interface and add themselves as listeners to the model they want to listen to.
IModelChangeProvider Classes that implement this interface are capable of notifying listeners about model changes.
IModelProvider Classes that implement this interface are responsible for holding a table of models associated with the underlying objects.
IModelProviderEvent This event will be delivered to all model provider listeners when a model managed by the model provider changes in some way.
IModelProviderListener Classes should implement this interface in order to be able to register as model provider listeners.
ISourceObject This interface indicates that a model object is created by parsing an editable source file and can be traced back to a particular location in the file.
IWritable Classes that implement this interface can participate in saving the model to the ASCII output stream using the provided writer.
 

Class Summary
ModelChangedEvent  
 


Eclipse PDE
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire