public class IltExpandCollapseInteractor extends IlvObjectInteractor
IltExpandCollapseInteractor
is an object interactor
set on subgrapher nodes.Constructor and Description |
---|
IltExpandCollapseInteractor()
Creates a new expand/collapse interactor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
processEvent(IlvGraphic obj,
AWTEvent event,
IlvObjectInteractorContext context)
Toggles the expanded state of the expandable node
on mouse clicks.
|
static void |
SetCollapsed(IlvManager mgr,
boolean collapse) |
Get, handleExpose, onEnter, onExit, Put
public IltExpandCollapseInteractor()
public static void SetCollapsed(IlvManager mgr, boolean collapse)
public boolean processEvent(IlvGraphic obj, AWTEvent event, IlvObjectInteractorContext context)
processEvent
in class IlvObjectInteractor
obj
- The graphic object.event
- The event.context
- The interactor context.true
if the event was handled
by this processEvent
invocation,
false
otherwise.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.