data.swing
Class NOPDataBasketEntryGrouper
java.lang.Object
|
+--data.swing.NOPDataBasketEntryGrouper
- public final class NOPDataBasketEntryGrouper
- extends Object
- implements DataBasketEntryGrouper
DataBasketEntryGrouper that can be used to indicate no grouping at all.
- Since:
- v2.0
- Version:
- 2.0 23/08/1999
- Author:
- Steffen Zschaler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NO_GROUPS
public static final DataBasketEntryGrouper NO_GROUPS
- Convenience variable holding an instance of NOPDataBasketEntryGrouper.
NOPDataBasketEntryGrouper
public NOPDataBasketEntryGrouper()
canGroup
public final boolean canGroup(DataBasketEntry dbe1,
DataBasketEntry dbe2)
- Returns false.
- Override:
- Never.
- Specified by:
- canGroup in interface DataBasketEntryGrouper
- Returns:
- false.
group
public final DataBasketEntry group(DataBasketEntry dbe1,
DataBasketEntry dbe2)
- Returns
dbe1
.
- Override:
- Never.
- Specified by:
- group in interface DataBasketEntryGrouper
- Returns:
dbe1