Uses of Class
de.gebit.integrity.remoting.entities.setlist.SetListEntryResultStates
-
Packages that use SetListEntryResultStates Package Description de.gebit.integrity.eclipse.controls de.gebit.integrity.remoting.entities.setlist -
-
Uses of SetListEntryResultStates in de.gebit.integrity.eclipse.controls
Methods in de.gebit.integrity.eclipse.controls that return SetListEntryResultStates Modifier and Type Method Description protected SetListEntryResultStatesProgressBar. getResultStateForPosition(int aPos, int aWidth, int aMax)Returns the result state (which controls the color) at a specific pixel position. -
Uses of SetListEntryResultStates in de.gebit.integrity.remoting.entities.setlist
Methods in de.gebit.integrity.remoting.entities.setlist that return SetListEntryResultStates Modifier and Type Method Description protected SetListEntryResultStatesSetList. determineEntryResultState(SetListEntry anEntry)Determines the result state for a specific entry.SetListEntryResultStatesSetList. getResultStateForEntry(SetListEntry anEntry)Returns the result state of an entry from the map.SetListEntryResultStatesSetList. getResultStateForExecutableEntry(int aPosition)Returns the result state of an executable entry at the specified position in the list of executable entries.static SetListEntryResultStatesSetListEntryResultStates. valueOf(String name)Returns the enum constant of this type with the specified name.static SetListEntryResultStates[]SetListEntryResultStates. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gebit.integrity.remoting.entities.setlist with parameters of type SetListEntryResultStates Modifier and Type Method Description intSetList. getNumberOfEntriesInResultState(SetListEntryResultStates aState)Returns the number of entries in the given result state.
-