Class WidgetAction.LockedAdapter

java.lang.Object
org.netbeans.api.visual.action.WidgetAction.LockedAdapter
All Implemented Interfaces:
WidgetAction
Enclosing interface:
WidgetAction

public abstract static class WidgetAction.LockedAdapter extends Object implements WidgetAction
An adapter of the widget action. All methods return locked or rejected event state based on a result of isLocked method. This is often used for long-term actions like MoveAction.