Package hec.map
Class JLayerSelection.DefaultCanMoveUpMenuEnabledRule
java.lang.Object
hec.map.JLayerSelection.DefaultCanMoveUpMenuEnabledRule
- All Implemented Interfaces:
Predicate<JLayerSelection>
- Enclosing class:
- JLayerSelection
public static class JLayerSelection.DefaultCanMoveUpMenuEnabledRule
extends Object
implements Predicate<JLayerSelection>
enabled the ability to move up if the TreeNode that represents this layer selection
is not the top in the list.
-
Constructor Details
-
DefaultCanMoveUpMenuEnabledRule
public DefaultCanMoveUpMenuEnabledRule()
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<JLayerSelection>
-