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 LayoutListener.Stub

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

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

A stub implementation which implements all of the declared methods.

Since:
3.1

Nested Class Summary
 
Nested classes inherited from class org.eclipse.draw2d. LayoutListener
LayoutListener.Stub
 
Constructor Summary
LayoutListener.Stub ()
           
 
Method Summary
 void invalidate ( IFigure container)
          Stub which does nothing.
 boolean layout ( IFigure container)
          Stub which does nothing.
 void postLayout ( IFigure container)
          Stub which does nothing.
 void remove ( IFigure child)
          Stub which does nothing.
 void setConstraint ( IFigure child, java.lang.Object constraint)
          Stub which does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutListener.Stub

public LayoutListener.Stub()
Method Detail

invalidate

public void invalidate(
IFigure container)
Stub which does nothing.

Specified by:
invalidate in interface LayoutListener
Parameters:
container - the invalidated Figure
See Also:
LayoutListener.invalidate(IFigure)

layout

public boolean layout(
IFigure container)
Stub which does nothing.

Specified by:
layout in interface LayoutListener
Parameters:
container - the figure incurring a layout
Returns:
true if the layout has been intercepted by the listener
See Also:
LayoutListener.layout(IFigure)

postLayout

public void postLayout(
IFigure container)
Stub which does nothing.

Specified by:
postLayout in interface LayoutListener
Parameters:
container - the figure incurring a layout
See Also:
LayoutListener.postLayout(IFigure)

remove

public void remove(
IFigure child)
Stub which does nothing.

Specified by:
remove in interface LayoutListener
Parameters:
child - the child being removed
See Also:
LayoutListener.remove(IFigure)

setConstraint

public void setConstraint(
IFigure child,
                          java.lang.Object constraint)
Stub which does nothing.

Specified by:
setConstraint in interface LayoutListener
Parameters:
child - the child being updated
constraint - the child's new constraint
See Also:
LayoutListener.setConstraint(IFigure, java.lang.Object)

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