Class StringVariableSelectionDialog.VariableFilter

  • Enclosing class:
    StringVariableSelectionDialog

    public static class StringVariableSelectionDialog.VariableFilter
    extends java.lang.Object
    Base class for custom variable filters. Clients may extend this class to filter specific dynamic variables from the selection dialog.
    Since:
    3.6
    • Constructor Summary

      Constructors 
      Constructor Description
      VariableFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFiltered​(IDynamicVariable var)
      Returns whether the given variable should be filtered.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VariableFilter

        public VariableFilter()
    • Method Detail

      • isFiltered

        public boolean isFiltered​(IDynamicVariable var)
        Returns whether the given variable should be filtered.
        Parameters:
        var - variable to be consider
        Returns:
        true to filter the variable, otherwise false