Searched refs:State (Results 1 - 25 of 179) sorted by relevance

12345678

/openjdk7/langtools/test/tools/javac/generics/6372782/
H A DState.java24 public class State {} class
H A DElement.java27 State getState();
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DStateTrackable.java38 * State curState = STABLE;
71 * // changes the State.
111 * and all modifications to the data, including its State.
139 * how fine the granularity of State updates should be managed based
141 * consequences of returning an inaccurate State for a particularly
158 public enum State { enum in interface:StateTrackable
215 public State getState();
230 * <li>If the current state is {@link State#IMMUTABLE IMMUTABLE},
234 * <li>If the current state is {@link State#UNTRACKABLE UNTRACKABLE},
238 * <li>If the current state is {@link State#DYNAMI
[all...]
H A DStateTrackableDelegate.java28 import sun.java2d.StateTrackable.State;
29 import static sun.java2d.StateTrackable.State.*;
45 * {@link State#UNTRACKABLE UNTRACKABLE} state.
53 * {@link State#IMMUTABLE IMMUTABLE} state.
60 * specified initial {@link State State}.
61 * If the specified {@code State} is
62 * {@link State#UNTRACKABLE UNTRACKABLE} or
63 * {@link State#IMMUTABLE IMMUTABLE}
68 public static StateTrackableDelegate createInstance(State stat
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/fsm/
H A DStateEngine.java56 public StateEngine add( State oldState, Input input, Guard guard,
57 Action action, State newState ) throws IllegalStateException ;
61 public StateEngine add( State oldState, Input input,
62 Action action, State newState ) throws IllegalStateException ;
71 public StateEngine setDefault( State oldState, Action action, State newState )
77 public StateEngine setDefault( State oldState, State newState )
82 public StateEngine setDefault( State oldState )
106 public FSM makeFSM( State startStat
[all...]
H A DFSM.java48 public State getState() ;
H A DState.java43 public interface State interface
56 // end of State.java
H A DFSMImpl.java47 private State state ;
53 public FSMImpl( StateEngine se, State startState )
58 public FSMImpl( StateEngine se, State startState, boolean debug )
67 public State getState()
98 public void internalSetState( State nextState )
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DStateImpl.template31 class ${STATE_NAME} extends State {
H A DState.java51 * <p>This class, State, is intended to be used for such situations.
61 * public final class IndeterminateState extends State&lt;JProgressBar&gt; {
73 public abstract class State<T extends JComponent>{ class
75 static final State Enabled = new StandardState(SynthConstants.ENABLED);
76 static final State MouseOver = new StandardState(SynthConstants.MOUSE_OVER);
77 static final State Pressed = new StandardState(SynthConstants.PRESSED);
78 static final State Disabled = new StandardState(SynthConstants.DISABLED);
79 static final State Focused = new StandardState(SynthConstants.FOCUSED);
80 static final State Selected = new StandardState(SynthConstants.SELECTED);
81 static final State Defaul
100 protected State(String name) { method in class:State
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputEdge.java32 public enum State { enum in class:InputEdge
41 private State state;
47 this.state = State.SAME;
50 public State getState() {
54 public void setState(State x) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DMouseOverAction.java28 import org.netbeans.api.visual.action.WidgetAction.State;
45 public State mouseMoved(Widget widget, WidgetMouseEvent event) {
51 return State.REJECTED;
55 public State mouseExited(Widget widget, WidgetMouseEvent event) {
57 return State.REJECTED;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAManagerImpl.java37 import org.omg.PortableServer.POAManagerPackage.State;
63 private State state; // current state of this POAManager
74 private String stateToString( State state )
77 case State._HOLDING : return "State[HOLDING]" ;
78 case State._ACTIVE : return "State[ACTIVE]" ;
79 case State._DISCARDING : return "State[DISCARDING]" ;
80 case State
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaScrollRegionBorder.java35 import apple.laf.JRSUIConstants.State;
61 final State state = getState((JComponent)c);
63 painter.state.set(isFocused(c) && state == State.ACTIVE ? Focused.YES : Focused.NO);
67 protected State getState(final JComponent c) {
68 if (!AquaFocusHandler.isActive(c)) return State.INACTIVE;
69 if (!c.isEnabled()) return State.DISABLED;
70 return State.ACTIVE;
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCardTerminals.java72 return list(State.ALL);
79 * <p>If state is {@link State#ALL State.ALL}, this method returns
81 * If state is {@link State#CARD_PRESENT State.CARD_PRESENT} or
82 * {@link State#CARD_ABSENT State.CARD_ABSENT}, it returns all
85 * <p>If state is {@link State#CARD_INSERTION State.CARD_INSERTION} or
86 * {@link State#CARD_REMOVA
192 public static enum State { enum in class:CardTerminals
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DDoubleClickAction.java42 public WidgetAction.State mouseClicked(Widget widget, WidgetAction.WidgetMouseEvent event) {
45 return WidgetAction.State.CONSUMED;
47 return WidgetAction.State.REJECTED;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DProxyLoader.java32 * at {@link #startElement(UnmarshallingContext.State, TagName)}.
42 public final void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
53 protected abstract Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException;
56 public final void leaveElement(UnmarshallingContext.State state, TagName ea) {
H A DReceiver.java44 void receive(UnmarshallingContext.State state, Object o) throws SAXException;
H A DDomLoader.java49 private final class State { class in class:DomLoader
59 public State( UnmarshallingContext context ) throws SAXException { method in class:DomLoader.State
99 public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
102 state.target = new State(context);
104 State s = (State) state.target;
115 public void childElement(UnmarshallingContext.State state, TagName ea) throws SAXException {
117 State s = (State) state.prev.target;
123 public void text(UnmarshallingContext.State stat
[all...]
/openjdk7/jdk/src/share/classes/sun/net/
H A DProgressSource.java36 public enum State { NEW, CONNECTED, UPDATE, DELETE }; enum in class:ProgressSource
51 private State state;
76 this.state = State.NEW;
84 state = State.CONNECTED;
94 state = State.DELETE;
140 public State getState() {
167 state = State.CONNECTED;
169 state = State.UPDATE;
H A DProgressEvent.java48 private ProgressSource.State state;
53 public ProgressEvent(ProgressSource source, URL url, String method, String contentType, ProgressSource.State state, long progress, long expected) {
105 public ProgressSource.State getState() {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.hpp73 enum State { enum in class:VALUE_OBJ_CLASS_SPEC
82 void set_state(State state); // sets state and initializes counter correspondingly
83 inline void set(State state, int count); // sets state and counter
89 State state() const { return (State)(_counter & state_mask); }
125 static void def(State state, int init, Action action);
126 static const char* state_as_string(State state);
127 static const char* state_as_short_string(State state);
130 inline void InvocationCounter::set(State state, int count) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/fsm/
H A DGuardedAction.java32 import com.sun.corba.se.spi.orbutil.fsm.State ;
45 private State nextState ;
47 public GuardedAction( Action action, State nextState )
54 public GuardedAction( Guard guard, Action action, State nextState )
69 public State getNextState() { return nextState ; }
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DUtils.java37 while (t.getState() == Thread.State.RUNNABLE && retryCount < MAX_RETRY) {
41 return (t.getState() != Thread.State.RUNNABLE);
44 public static boolean waitForThreadState(Thread t, Thread.State expected) {
54 public static void checkThreadState(Thread t, Thread.State expected) {
57 Thread.State state = tm.getThreadInfo(t.getId()).getThreadState();
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java42 private static enum State { OK, REMOVED, DISCONNECTED }; enum in class:CardImpl
60 private volatile State state;
89 state = State.OK;
93 State s = state;
94 if (s == State.DISCONNECTED) {
96 } else if (s == State.REMOVED) {
102 if (state != State.OK) {
110 state = State.REMOVED;
124 state = State.REMOVED;
244 if (state != State
[all...]

Completed in 86 milliseconds

12345678