Searched defs:lastState (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java901 * context, but is less specific than the given "lastState". Essentially,
911 * ENABLED+PRESSED+FOCUSED and <code>lastState</code> was null (or an
914 * pass the index of Enabled+Pressed as the "lastState", then
916 * the index of Enabled in as the <code>lastState</code>, then null would be
923 * @param lastState a 1 element array, allowing me to do pass-by-reference.
927 int[] lastState,
954 lastState[0] = counter;
959 lastState[0] = -1;
965 //determine from which index to start looking. If lastState[0] is -1
968 int lastStateIndex = lastState
926 getNextState(RuntimeState[] states, int[] lastState, int xstate) argument
[all...]

Completed in 43 milliseconds