Module com.iamsoft.util.ui
Class ContiguousTableRowSelectionCriterion
- java.lang.Object
-
- com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
-
- com.iamsoft.util.ui.swing.activation.ContiguousTableRowSelectionCriterion
-
- All Implemented Interfaces:
ActivationCriterion
public class ContiguousTableRowSelectionCriterion extends AbstractActivationCriterion
-
-
Constructor Summary
Constructors Constructor Description ContiguousTableRowSelectionCriterion(JTable pTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getFailureMessage()
boolean
test()
TODO: return an Object (null for passed test).-
Methods inherited from class com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
addChangeListener, equals, fireSatisfactionChange, hashCode, inverse, removeChangeListener
-
-
-
-
Constructor Detail
-
ContiguousTableRowSelectionCriterion
public ContiguousTableRowSelectionCriterion(JTable pTable)
- Parameters:
pTable
- Table to monitor.
-
-
Method Detail
-
test
public boolean test()
Description copied from interface:ActivationCriterion
TODO: return an Object (null for passed test).
-
getFailureMessage
public Object getFailureMessage()
-
-