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

org.eclipse.draw2d
Class AncestorListener.Stub

java.lang.Object
  extended by
org.eclipse.draw2d.AncestorListener.Stub
All Implemented Interfaces:
AncestorListener
Enclosing class:
AncestorListener

public static class AncestorListener.Stub
extends java.lang.Object
implements AncestorListener

An empty implementation of AncestorListener for convenience.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.draw2d. AncestorListener
AncestorListener.Stub
 
Constructor Summary
AncestorListener.Stub ()
           
 
Method Summary
 void ancestorAdded ( IFigure ancestor)
          Called when an ancestor has been added into the listening figure's hierarchy.
 void ancestorMoved ( IFigure ancestor)
          Called when an ancestor has moved to a new location.
 void ancestorRemoved ( IFigure ancestor)
          Called when an ancestor has been removed from the listening figure's hierarchy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AncestorListener.Stub

public AncestorListener.Stub()
Method Detail

ancestorMoved

public void ancestorMoved(
IFigure ancestor)
Description copied from interface: AncestorListener
Called when an ancestor has moved to a new location.

Specified by:
ancestorMoved in interface AncestorListener
Parameters:
ancestor - The ancestor that has moved

ancestorAdded

public void ancestorAdded(
IFigure ancestor)
Description copied from interface: AncestorListener
Called when an ancestor has been added into the listening figure's hierarchy.

Specified by:
ancestorAdded in interface AncestorListener
Parameters:
ancestor - The ancestor that was added

ancestorRemoved

public void ancestorRemoved(
IFigure ancestor)
Description copied from interface: AncestorListener
Called when an ancestor has been removed from the listening figure's hierarchy.

Specified by:
ancestorRemoved in interface AncestorListener
Parameters:
ancestor - The ancestor that has been removed

Eclipse Draw2d
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