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 GEF
3.3

Uses of Interface
org.eclipse.gef.EditPartListener

Packages that use EditPartListener
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. 
org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles. 
 

Uses of EditPartListener in org.eclipse.gef
 

Classes in org.eclipse.gef that implement EditPartListener
static class EditPartListener.Stub
          Listeners interested in just a subset of Events can extend this stub implementation.
 

Methods in org.eclipse.gef with parameters of type EditPartListener
 void EditPart. addEditPartListener ( EditPartListener listener)
          Adds a listener to the EditPart.
 void EditPart. removeEditPartListener ( EditPartListener listener)
          Removes the first occurance of the specified listener from the list of listeners.
 

Uses of EditPartListener in org.eclipse.gef.editparts
 

Methods in org.eclipse.gef.editparts with parameters of type EditPartListener
 void AbstractEditPart. addEditPartListener ( EditPartListener listener)
          Adds an EditPartListener.
 void AbstractEditPart. removeEditPartListener ( EditPartListener listener)
          No reason to override
 

Uses of EditPartListener in org.eclipse.gef.editpolicies
 

Methods in org.eclipse.gef.editpolicies that return EditPartListener
protected   EditPartListener LayoutEditPolicy. createListener ()
          creates the EditPartListener for observing when children are added to the host.
 

Methods in org.eclipse.gef.editpolicies with parameters of type EditPartListener
protected  void LayoutEditPolicy. setListener ( EditPartListener listener)
          Sets the EditPartListener used to decorate new children.
 


Eclipse GEF
3.3

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

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