sk.uniba.euromath.editor
Class PreferredByControlLayout

java.lang.Object
  extended by org.eclipse.swt.widgets.Layout
      extended by sk.uniba.euromath.editor.PreferredByControlLayout

public class PreferredByControlLayout
extends Layout

Author:
Tomáš Studva 12.10.2005

Constructor Summary
PreferredByControlLayout()
          Constructs a new instance of this class.
 
Method Summary
protected  Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
           
protected  boolean flushCache(Control control)
           
protected  void layout(Composite composite, boolean flushCache)
           
 String toString()
          Returns a string containing a concise, human-readable description of the receiver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreferredByControlLayout

public PreferredByControlLayout()
Constructs a new instance of this class.

Method Detail

computeSize

protected Point computeSize(Composite composite,
                            int wHint,
                            int hHint,
                            boolean flushCache)
Specified by:
computeSize in class Layout

flushCache

protected boolean flushCache(Control control)
Overrides:
flushCache in class Layout

layout

protected void layout(Composite composite,
                      boolean flushCache)
Specified by:
layout in class Layout

toString

public String toString()
Returns a string containing a concise, human-readable description of the receiver.

Overrides:
toString in class Object
Returns:
a string representation of the event


Copyright © 2003-2006 null. All Rights Reserved.