Deprecated API


Contents
Deprecated Methods
types.GUIAttributes.get(Object)
          Use GUIAttributes.getAll(java.lang.String) instead; it typechecks its argument and throws suitable exceptions on invalid attribute values. Better yet, use one of GUIAttributes.getString(java.lang.String), GUIAttributes.getStrings(java.lang.String), GUIAttributes.getInteger(java.lang.String), etc., as needed. This method is only meant to allow GUIAttributes objects to be cast to Maps and still work (somewhat). 
parser.SimpleCharStream.getColumn()
            
parser.SimpleCharStream.getLine()
            
types.GUIAttributes.put(String, List)
          Use GUIAttributes.putAttribute(String, String[]) when possible, as it throws the proper checked exception, BadAttributeNameException, on error. This method is only provided for compatibility with the base class.