Package | Description |
---|---|
casa.socialcommitments |
Contains classes implementing social commitments.
|
casa.socialcommitments.ui |
Modifier and Type | Class and Description |
---|---|
class |
FulfilledLastSocialCommitmentComparator
This is a simple comparator that sorts social commitments so that the
commitments that have ended are last and furthermore that commitments that
have ended because they are fulfilled are last among those that have ended.
|
class |
PrioritySocialCommitmentComparator
PrioritySocialCommitmentComparator is a comparator that can be
used to compare social commitments. |
class |
SerialNumberSocialCommitmentComparator
This is a simple comparator that sorts social commitments based on their
serial number, oldest first.
|
Modifier and Type | Field and Description |
---|---|
(package private) SocialCommitmentComparator |
SocialCommitmentListModel.comparator |
Modifier and Type | Method and Description |
---|---|
void |
SocialCommitmentJList.setCommitmentComparator(SocialCommitmentComparator commitmentComparator)
setCommitmentComparator does...
|
void |
SocialCommitmentListModel.setComparator(SocialCommitmentComparator commitmentComparator)
This changes the comparator used to sort the list.
|