| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.  | 
static Integer | 
TextAttribute.UNDERLINE_LOW_ONE_PIXEL
Single pixel solid low underline.  | 
static Integer | 
TextAttribute.UNDERLINE_LOW_TWO_PIXEL
Double pixel solid low underline.  | 
static Integer | 
TextAttribute.UNDERLINE_LOW_DOTTED
Single pixel dotted low underline.  | 
static Integer | 
TextAttribute.UNDERLINE_LOW_GRAY
Double pixel gray low underline.  | 
static Integer | 
TextAttribute.UNDERLINE_LOW_DASHED
Single pixel dashed low underline.  | 
| Uses of Integer in java.lang | 
| Methods in java.lang that return Integer | |
static Integer | 
Integer.valueOf(String s,
        int radix)
Returns an Integer object holding the value
 extracted from the specified String when parsed
 with the radix given by the second argument. | 
static Integer | 
Integer.valueOf(String s)
Returns an Integer object holding 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 Integer objects 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 Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.