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 SubordinateUpdateManager

java.lang.Object
  extended by

org.eclipse.draw2d.UpdateManager
      extended by
org.eclipse.draw2d.SubordinateUpdateManager

Deprecated. this class is not used

public abstract class SubordinateUpdateManager
extends UpdateManager


Field Summary
protected   GraphicsSource graphicsSource
          Deprecated. A graphics source
protected   IFigure root
          Deprecated. A root figure.
 
Constructor Summary
SubordinateUpdateManager ()
          Deprecated.  
 
Method Summary
 void addDirtyRegion ( IFigure f, int x, int y, int w, int h)
          Deprecated. Adds the dirty region defined by the coordinates on the IFigure figure.
 void addInvalidFigure ( IFigure f)
          Deprecated. The receiver should call validate() on the IFigure figure in a timely fashion.
protected abstract   IFigure getHost ()
          Deprecated. Returns the host figure.
protected   UpdateManager getSuperior ()
          Deprecated. Returns the superior update manager.
 void performUpdate ()
          Deprecated. Forces an update to occur.
 void performUpdate ( Rectangle rect)
          Deprecated. Performs an update on the given exposed rectangle.
 void setGraphicsSource ( GraphicsSource gs)
          Deprecated. Sets the GraphicsSource for this update manager.
 void setRoot ( IFigure f)
          Deprecated. Sets the root figure.
 
Methods inherited from class org.eclipse.draw2d. UpdateManager
addDirtyRegion, addUpdateListener, dispose, firePainting, fireValidating, isDisposed, performValidation, removeUpdateListener, runWithUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected 
IFigure root
Deprecated. 
A root figure.


graphicsSource

protected 
GraphicsSource graphicsSource
Deprecated. 
A graphics source

Constructor Detail

SubordinateUpdateManager

public SubordinateUpdateManager()
Deprecated. 
Method Detail

addDirtyRegion

public void addDirtyRegion(
IFigure f,
                           int x,
                           int y,
                           int w,
                           int h)
Deprecated. 
Description copied from class: UpdateManager
Adds the dirty region defined by the coordinates on the IFigure figure. The update manager should repaint the dirty region in a timely fashion.

Specified by:
addDirtyRegion in class UpdateManager
Parameters:
f - the dirty figure
x - the x coordinate of the dirty region
y - the y coordinate of the dirty region
w - the width of the dirty region
h - the height of the dirty region
See Also:
UpdateManager.addDirtyRegion(IFigure, int, int, int, int)

addInvalidFigure

public void addInvalidFigure(
IFigure f)
Deprecated. 
Description copied from class: UpdateManager
The receiver should call validate() on the IFigure figure in a timely fashion.

Specified by:
addInvalidFigure in class UpdateManager
Parameters:
f - the invalid figure
See Also:
UpdateManager.addInvalidFigure(IFigure)

getHost

protected abstract 
IFigure getHost()
Deprecated. 
Returns the host figure.

Returns:
the host figure

getSuperior

protected 
UpdateManager getSuperior()
Deprecated. 
Returns the superior update manager.

Returns:
the superior

performUpdate

public void performUpdate()
Deprecated. 
Description copied from class: UpdateManager
Forces an update to occur. Update managers will perform updates automatically, but may do so asynchronously. Calling this method forces a synchronous update.

Specified by:
performUpdate in class UpdateManager
See Also:
UpdateManager.performUpdate()

performUpdate

public void performUpdate(
Rectangle rect)
Deprecated. 
Description copied from class: UpdateManager
Performs an update on the given exposed rectangle.

Specified by:
performUpdate in class UpdateManager
Parameters:
rect - the exposed rectangle
See Also:
UpdateManager.performUpdate(Rectangle)

setRoot

public void setRoot(
IFigure f)
Deprecated. 
Description copied from class: UpdateManager
Sets the root figure.

Specified by:
setRoot in class UpdateManager
Parameters:
f - the new root figure
See Also:
UpdateManager.setRoot(IFigure)

setGraphicsSource

public void setGraphicsSource(
GraphicsSource gs)
Deprecated. 
Description copied from class: UpdateManager
Sets the GraphicsSource for this update manager.

Specified by:
setGraphicsSource in class UpdateManager
Parameters:
gs - the new GraphicsSource
See Also:
UpdateManager.setGraphicsSource(GraphicsSource)

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