| java.lang.Object jimm.datavision.gui.cmd.CommandAdapter jimm.datavision.gui.cmd.GroupEditCommand
DRASTIC_CHANGE | final protected static int DRASTIC_CHANGE(Code) | | |
NO_CHANGE | final protected static int NO_CHANGE(Code) | | |
ONLY_SORTING_CHANGE | final protected static int ONLY_SORTING_CHANGE(Code) | | |
perform | public void perform()(Code) | | |
whatChanged | protected int whatChanged(Collection fromList, Collection toList)(Code) | | Determines the severity of the difference between the report and what we
have now: NO_CHANGE , ONLY_SORTING_CHANGE , or
DRASTIC_CHANGE .
Parameters: fromList - the list of groups before the pending change Parameters: toList - the list of groups after the pending change one of NO_CHANGE , ONLY_SORTING_CHANGE ,or DRASTIC_CHANGE |
|
|