Uses of Class java.lang.Number

Uses in package javax.management

Methods with parameter type java.lang.Number

ValueExp
Returns a value expression wrapping the specified value.

Uses in package java.text

Methods with return type java.lang.Number

Number
This method parses the specified string into a Number.
Number
I'm not sure what this method is really supposed to do, as it is not documented.
Number
This method parses the specified string into a Number.
Number
This method parses the specified string into a Number.

Uses in package javax.xml.datatype

Methods with return type java.lang.Number

Number
Returns the value of the specified field, or null if the field is undefined.

Uses in package java.lang

Classes derived from java.lang.Number

class
Instances of class Byte represent primitive byte values.
class
Instances of class Double represent primitive double values.
class
Instances of class Float represent primitive float values.
class
Instances of class Integer represent primitive int values.
class
Instances of class Long represent primitive long values.
class
Instances of class Short represent primitive short values.

Uses in package java.awt

Methods with parameter type java.lang.Number

boolean
Sets the current value of this object.
boolean
Sets the current value of this accessible object to that supplied.
boolean
boolean
Sets the current value of this accessible object to that supplied.

Methods with return type java.lang.Number

Number
Gets the current value of this object, or null if it has not been set.
Number
Returns the current value of this accessible object.
Number
Number
Returns the current value of this accessible object.
Number
Gets the maximum value in the range of this object, or null if there is no maximum.
Number
Returns the maximum acceptable accessible value used by this object, or null if no maximum value exists.
Number
Number
Returns the maximum acceptable accessible value used by this object.
Number
Gets the minimum value in the range of this object, or null if there is no minimum.
Number
Returns the minimum acceptable accessible value used by this object, or null if no minimum value exists.
Number
Number
Returns the minimum acceptable accessible value used by this object.

Uses in package javax.swing

Constructors with parameter type java.lang.Number

Creates a SpinnerNumberModel with the given attributes.

Methods with parameter type java.lang.Number

boolean
Sets the current accessible value as object.
boolean
Sets the layer for the internal frame.
boolean
Sets the layer for the internal frame represented by this JDesktopIcon component.
boolean
Sets the current value of the JProgressBar component and sends a PropertyChangeEvent (with the property name AccessibleContext.ACCESSIBLE_VALUE_PROPERTY) to all registered listeners.
boolean
Sets the current value of the JScrollBar component and sends a PropertyChangeEvent (with the property name AccessibleContext.ACCESSIBLE_VALUE_PROPERTY) to all registered listeners.
boolean
Sets the current value of the JSlider component and sends a PropertyChangeEvent (with the property name AccessibleContext.ACCESSIBLE_VALUE_PROPERTY) to all registered listeners.
boolean
Sets the divider location for the JSplitPane component and sends a PropertyChangeEvent (with the property name AccessibleContext.ACCESSIBLE_VALUE_PROPERTY) to all registered listeners.
void
Sets the step size and, if the new step size is different to the old step size, sends a ChangeEvent to all registered listeners.

Methods with return type java.lang.Number

Number
Returns the current value of this object as a number.
Number
Returns the current layer for the JInternalFrame component, as an Integer.
Number
Returns the current layer for the JInternalFrame component represented by this JDesktopIcon, as an Integer.
Number
Returns the current value of the JProgressBar component, as an Integer.
Number
Returns the current value of the JScrollBar component, as an Integer.
Number
Returns the current value of the JSlider component, as an Integer.
Number
Returns the current divider location for the JSplitPane component, as an Integer.
Number
Returns the maximum accessible value for the AccessibleAbstractButton, which is 1.
Number
Returns the maximum permitted accessible value.
Number
Returns the maximum permitted accessible value.
Number
Returns the maximum value of the JProgressBar component, as an Integer.
Number
Returns the maximum value of the JScrollBar component, as an Integer.
Number
Returns the maximum value of the JSlider component, as an Integer.
Number
Returns the maximum divider location for the JSplitPane component, as an Integer.
Number
Returns the minimum accessible value for the AccessibleAbstractButton, which is 0.
Number
Returns the minimum permitted accessible value.
Number
Returns the minimum permitted accessible value.
Number
Returns the minimum value of the JProgressBar component, as an Integer.
Number
Returns the minimum value of the JScrollBar component, as an Integer.
Number
Returns the minimum value of the JSlider component, as an Integer.
Number
Returns the minimum divider location for the JSplitPane component, as an Integer.
Number
Returns the current value.
Number
Returns the step size.

Uses in package javax.accessibility

Methods with parameter type java.lang.Number

boolean
Sets the current value of this object.

Methods with return type java.lang.Number

Number
Gets the current value of this object, or null if it has not been set.
Number
Gets the maximum value in the range of this object, or null if there is no maximum.
Number
Gets the minimum value in the range of this object, or null if there is no minimum.

Uses in package java.math

Classes derived from java.lang.Number

class
class
Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and "Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).