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

  




 

 

Runtime

org.eclipse.gmf.runtime.draw2d.ui.figures
Class PolylineConnectionEx.JumpLinkSet

java.lang.Object
  extended by 
org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx.JumpLinkSet
Enclosing class:
PolylineConnectionEx

protected class PolylineConnectionEx.JumpLinkSet
extends java.lang.Object

Inner class for storing the set of JumpLink's associated with the polyline connection.


Constructor Summary
PolylineConnectionEx.JumpLinkSet ()
          Default constructor
 
Method Summary
protected  void cleanJumpLinks ( Connection connect)
          Sets the dirty flag back to false and notifies the connection layer that it has been cleaned.
 void dirtyJumpLinks ()
          Sets the jump links set as being dirty so that they will be regenerated again at display time.
 boolean isDirty ()
          Determines if the jump links need to be regenerated.
 boolean regenerateJumpLinks ( Connection connect)
          Regenerates the jump links again according to the current arrangement of connections on the diagram.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolylineConnectionEx.JumpLinkSet

public PolylineConnectionEx.JumpLinkSet()
Default constructor

Method Detail

isDirty

public boolean isDirty()
Determines if the jump links need to be regenerated.

Returns:
boolean true if jump links need to be regenerated, false otherwise.

cleanJumpLinks

protected void cleanJumpLinks(
Connection connect)
Sets the dirty flag back to false and notifies the connection layer that it has been cleaned.

Parameters:
connect - Connection whose jump links need to be regenerated.

dirtyJumpLinks

public void dirtyJumpLinks()
Sets the jump links set as being dirty so that they will be regenerated again at display time.


regenerateJumpLinks

public boolean regenerateJumpLinks(
Connection connect)
Regenerates the jump links again according to the current arrangement of connections on the diagram.

Parameters:
connect - Connection whose jump links need to be regenerated.
Returns:
boolean true if jump links were regenerated, false otherwise.

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


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