Java Platform 1.2
Beta 4

Uses of Class
java.lang.Number

Packages that use Number
com.sun.java.accessibility   
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.lang Provides classes that are fundamental to the design of the Java programming language.  
java.math Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).  
java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.  
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of Number in com.sun.java.accessibility
 

Methods in com.sun.java.accessibility that return Number
 Number AccessibleValue.getCurrentAccessibleValue()
          Get the value of this object as a Number.
 Number AccessibleValue.getMinimumAccessibleValue()
          Get the minimum value of this object as a Number.
 Number AccessibleValue.getMaximumAccessibleValue()
          Get the maximum value of this object as a Number.
 

Methods in com.sun.java.accessibility with parameters of type Number
 boolean AccessibleValue.setCurrentAccessibleValue(Number n)
          Set the value of this object as a Number.
 

Uses of Number in com.sun.java.swing
 

Methods in com.sun.java.swing that return Number
 Number AbstractButton.AccessibleAbstractButton.getCurrentAccessibleValue()
          Get the value of this object as a Number.
 Number AbstractButton.AccessibleAbstractButton.getMinimumAccessibleValue()
          Get the minimum value of this object as a Number.
 Number AbstractButton.AccessibleAbstractButton.getMaximumAccessibleValue()
          Get the maximum value of this object as a Number.
 Number JScrollBar.AccessibleJScrollBar.getCurrentAccessibleValue()
          Get the accessible value of this object.
 Number JScrollBar.AccessibleJScrollBar.getMinimumAccessibleValue()
          Get the minimum accessible value of this object.
 Number JScrollBar.AccessibleJScrollBar.getMaximumAccessibleValue()
          Get the maximum accessible value of this object.
 Number JSlider.AccessibleJSlider.getCurrentAccessibleValue()
          Get the accessible value of this object.
 Number JSlider.AccessibleJSlider.getMinimumAccessibleValue()
          Get the minimum accessible value of this object.
 Number JSlider.AccessibleJSlider.getMaximumAccessibleValue()
          Get the maximum accessible value of this object.
 Number JInternalFrame.AccessibleJInternalFrame.getCurrentAccessibleValue()
          Get the value of this object as a Number.
 Number JInternalFrame.AccessibleJInternalFrame.getMinimumAccessibleValue()
          Get the minimum value of this object as a Number.
 Number JInternalFrame.AccessibleJInternalFrame.getMaximumAccessibleValue()
          Get the maximum value of this object as a Number.
 Number JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.getCurrentAccessibleValue()
          Get the value of this object as a Number.
 Number JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.getMinimumAccessibleValue()
          Get the minimum value of this object as a Number.
 Number JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.getMaximumAccessibleValue()
          Get the maximum value of this object as a Number.
 Number JProgressBar.AccessibleJProgressBar.getCurrentAccessibleValue()
          Get the accessible value of this object.
 Number JProgressBar.AccessibleJProgressBar.getMinimumAccessibleValue()
          Get the minimum accessible value of this object.
 Number JProgressBar.AccessibleJProgressBar.getMaximumAccessibleValue()
          Get the maximum accessible value of this object.
 Number JSplitPane.AccessibleJSplitPane.getCurrentAccessibleValue()
          Get the accessible value of this object.
 Number JSplitPane.AccessibleJSplitPane.getMinimumAccessibleValue()
          Get the minimum accessible value of this object.
 Number JSplitPane.AccessibleJSplitPane.getMaximumAccessibleValue()
          Get the maximum accessible value of this object.
 

Methods in com.sun.java.swing with parameters of type Number
 boolean AbstractButton.AccessibleAbstractButton.setCurrentAccessibleValue(Number n)
          Set the value of this object as a Number.
 boolean JScrollBar.AccessibleJScrollBar.setCurrentAccessibleValue(Number n)
          Set the value of this object as a Number.
 boolean JSlider.AccessibleJSlider.setCurrentAccessibleValue(Number n)
          Set the value of this object as a Number.
 boolean JInternalFrame.AccessibleJInternalFrame.setCurrentAccessibleValue(Number n)
          Set the value of this object as a Number.
 boolean JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.setCurrentAccessibleValue(Number n)
          Set the value of this object as a Number.
 boolean JProgressBar.AccessibleJProgressBar.setCurrentAccessibleValue(Number n)
          Set the value of this object as a Number.
 boolean JSplitPane.AccessibleJSplitPane.setCurrentAccessibleValue(Number n)
          Set the value of this object as a Number.
 

Uses of Number in java.lang
 

Subclasses of Number in java.lang
  Byte
          The Byte class is the standard wrapper for byte values.
  Double
          The Double class wraps a value of the primitive type double in an object.
  Float
          The Float class wraps a value of primitive type float in an object.
  Integer
          The Integer class wraps a value of the primitive type int in an object.
  Long
          The Long class wraps a value of the primitive type long in an object.
  Short
          The Short class is the standard wrapper for short values.
 

Uses of Number in java.math
 

Subclasses of Number in java.math
  BigDecimal
          Immutable, arbitrary-precision signed decimal numbers.
  BigInteger
          Immutable arbitrary-precision integers.
 

Uses of Number in java.text
 

Methods in java.text that return Number
abstract  Number NumberFormat.parse(String text, ParsePosition parsePosition)
          Returns a Long if possible (e.g.
 Number NumberFormat.parse(String text)
          Convenience method.
 Number DecimalFormat.parse(String text, ParsePosition parsePosition)
           
 Number ChoiceFormat.parse(String text, ParsePosition status)
           
 

Uses of Number in org.omg.CORBA
 

Methods in org.omg.CORBA that return Number
 Number Any.extract_fixednum()
           
 

Methods in org.omg.CORBA with parameters of type Number
 void Any.insert_fixednum(Number n)
           
 

Uses of Number in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return Number
 Number InputStream.read_fixednum()
           
 

Methods in org.omg.CORBA.portable with parameters of type Number
 void OutputStream.write_fixednum(Number value)
           
 void OutputStream.write_fixednum_array(Number[] value, int offset, int length)
           
 void InputStream.read_fixednum_array(Number[] value, int offset, int length)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.