Package | Description |
---|---|
org.eclipse.zest.layouts | |
org.eclipse.zest.layouts.algorithms |
Modifier and Type | Method and Description |
---|---|
void |
LayoutAlgorithm.addProgressListener(ProgressListener listener)
A layout algorithm could take an uncomfortable amout of time to complete.
|
void |
Stoppable.addProgressListener(ProgressListener listener) |
void |
LayoutAlgorithm.removeProgressListener(ProgressListener listener)
Removes the given progress listener, preventing it from receiving any more updates.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLayoutAlgorithm.addProgressListener(ProgressListener listener)
A layout algorithm could take an uncomfortable amout of time to complete.
|
void |
AbstractLayoutAlgorithm.removeProgressListener(ProgressListener listener)
Removes the given progress listener, preventing it from receiving any more updates.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.