Class CheckListAction.CheckAll<T>

java.lang.Object
jaxx.runtime.swing.list.CheckListAction.CheckAll<T>
All Implemented Interfaces:
CheckListAction<T>
Enclosing interface:
CheckListAction<T>

public static class CheckListAction.CheckAll<T>
extends java.lang.Object
implements CheckListAction<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jaxx.runtime.swing.list.CheckListAction

    CheckListAction.CheckAll<T>
  • Constructor Summary

    Constructors
    Constructor Description
    CheckAll()  
  • Method Summary

    Modifier and Type Method Description
    void check​(CheckListModel<T> model, boolean value)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CheckAll

      public CheckAll()
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • check

      public void check​(CheckListModel<T> model, boolean value)
      Specified by:
      check in interface CheckListAction<T>