JavaTM 2 Platform
Standard Edition

Uses of Class
java.lang.Integer

Packages that use Integer
java.awt.font Provides classes and interface relating to fonts. 
java.lang Provides classes that are fundamental to the design of the Java programming language. 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
 

Uses of Integer in java.awt.font
 

Fields in java.awt.font declared as Integer
static Integer TextAttribute.SUPERSCRIPT_SUPER
          Standard superscript.
static Integer TextAttribute.SUPERSCRIPT_SUB
          Standard subscript.
static Integer TextAttribute.UNDERLINE_ON
          Standard underline at the roman baseline for roman text, and below the decenders for other text.
 

Uses of Integer in java.lang
 

Methods in java.lang that return Integer
static Integer Integer.valueOf(String s, int radix)
          Returns a new Integer object initialized to the value of the specified String.
static Integer Integer.valueOf(String s)
          Returns a new Integer object initialized to the value of the specified String.
static Integer Integer.getInteger(String nm)
          Determines the integer value of the system property with the specified name.
static Integer Integer.getInteger(String nm, int val)
          Determines the integer value of the system property with the specified name.
static Integer Integer.getInteger(String nm, Integer val)
          Returns the integer value of the system property with the specified name.
static Integer Integer.decode(String nm)
          Decodes a String into an Integer.
 

Methods in java.lang with parameters of type Integer
static Integer Integer.getInteger(String nm, Integer val)
          Returns the integer value of the system property with the specified name.
 int Integer.compareTo(Integer anotherInteger)
          Compares two Integers numerically.
 

Uses of Integer in javax.swing
 

Fields in javax.swing declared as Integer
static Integer JLayeredPane.DEFAULT_LAYER
          Convenience object defining the Default layer.
static Integer JLayeredPane.PALETTE_LAYER
          Convenience object defining the Palette layer.
static Integer JLayeredPane.MODAL_LAYER
          Convenience object defining the Modal layer.
static Integer JLayeredPane.POPUP_LAYER
          Convenience object defining the Popup layer.
static Integer JLayeredPane.DRAG_LAYER
          Convenience object defining the Drag layer.
static Integer JLayeredPane.FRAME_CONTENT_LAYER
          Convenience object defining the Frame Content layer.
 

Methods in javax.swing that return Integer
protected  Integer JLayeredPane.getObjectForLayer(int layer)
          Returns the Integer object associated with a specified layer.
 

Methods in javax.swing with parameters of type Integer
 void JInternalFrame.setLayer(Integer layer)
          Convenience method for setting the layer attribute of this component.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.