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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DClientPropertyKey.java48 * enum, provide a value of {@code false} for the {@code reportValueNotSerializable}
54 * {@code true} for the {@code reportValueNotSerializable} property. This
89 private final boolean reportValueNotSerializable; field in class:ClientPropertyKey
101 * Constructs a key with the {@code reportValueNotSerializable} property
109 * Constructs a key with the {@code reportValueNotSerializable} property
112 private ClientPropertyKey(boolean reportValueNotSerializable) { argument
113 this.reportValueNotSerializable = reportValueNotSerializable;
122 return reportValueNotSerializable;

Completed in 29 milliseconds