|
||||||||||
| PREV CLASS Documentation homepage. NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvManagerViewInteractor
ilog.views.interactor.IlvDragRectangleInteractor
ilog.views.interactor.IlvUnZoomViewInteractor
public class IlvUnZoomViewInteractor
Interactor class that lets you drag a rectangle, and unzoom the view on the selected rectangle.
| Constructor Summary | |
|---|---|
IlvUnZoomViewInteractor()
Creates a new instance of IlvUnZoomViewInteractor. |
|
| Method Summary | |
|---|---|
protected void |
attach(IlvManagerView v)
This method is called when the interactor is attached to the manager view. |
protected void |
fireRectangleDraggedEvent(IlvRect rectangle,
MouseEvent event)
This method is called when the user releases the dragged rectangle. |
boolean |
isPermanent()
Returns true if the interactor operates in permanent mode;
false otherwise. |
void |
setPermanent(boolean set)
Changes the mode of the interactor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvUnZoomViewInteractor()
| Method Detail |
|---|
protected void attach(IlvManagerView v)
attach in class IlvDragRectangleInteractorv - the manager viewIlvManagerViewInteractor.detach()
protected void fireRectangleDraggedEvent(IlvRect rectangle,
MouseEvent event)
fireRectangleDraggedEvent in class IlvDragRectangleInteractorrectangle - the rectangle that determines the unzoom amount.event - the MouseEvent that triggered this method.public final boolean isPermanent()
true if the interactor operates in permanent mode;
false otherwise.
isPermanent in interface IlvPermanentInteractorInterfacesetPermanent(boolean)public final void setPermanent(boolean set)
setPermanent in interface IlvPermanentInteractorInterfaceset - The new mode.isPermanent()
|
||||||||||
| PREV CLASS Documentation homepage. NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||