src/java.desktop/share/classes/javax/accessibility/AccessibleState.java

Print this page

        

*** 351,361 **** * is text in a spreadsheet cell that is truncated by the bounds of * the cell. * * @since 1.5 */ ! static public final AccessibleState TRUNCATED = new AccessibleState("truncated"); /** * Creates a new AccessibleState using the given locale independent key. * This should not be a public method. Instead, it is used to create --- 351,361 ---- * is text in a spreadsheet cell that is truncated by the bounds of * the cell. * * @since 1.5 */ ! public static final AccessibleState TRUNCATED = new AccessibleState("truncated"); /** * Creates a new AccessibleState using the given locale independent key. * This should not be a public method. Instead, it is used to create