Class BoundAction.BooleanInvocationHandler

java.lang.Object
org.jdesktop.swingx.action.BoundAction.BooleanInvocationHandler
All Implemented Interfaces:
ItemListener, EventListener
Enclosing class:
BoundAction

private class BoundAction.BooleanInvocationHandler extends Object implements ItemListener
The callback for the toggle/state changed action that invokes a method with a boolean argument on a target. TODO: should reimplement this class as something that can be persistable.
  • Field Details

    • falseStatement

      private Statement falseStatement
    • trueStatement

      private Statement trueStatement
  • Constructor Details

    • BooleanInvocationHandler

      public BooleanInvocationHandler(Object target, String methodName)
  • Method Details