Interface CheckedModelClassComposite

    • Method Detail

      • getViewer

        org.eclipse.jface.viewers.CheckboxTreeViewer getViewer()
        Returns the CheckboxTreeViewer.
        Returns:
        the viewer
      • getSelection

        java.lang.Object[] getSelection()
        Returns the selected objects.
        Returns:
        the selection
      • getChecked

        java.lang.Object[] getChecked()
        Returns the checked Elements.
        Returns:
        an array containing the checked elements
      • setInitialSelection

        void setInitialSelection​(java.lang.Object[] selection)
        Initialize the selection by setting the checked elements.
        Parameters:
        selection - the objects to check