DESY ACOP Beans Home

com.cosylab.gui.components.numberfield
Class DoubleDocument

java.lang.Object
  extended by javax.swing.text.AbstractDocument
      extended by javax.swing.text.PlainDocument
          extended by com.cosylab.gui.components.numberfield.AbstractNumberDocument
              extended by com.cosylab.gui.components.numberfield.DoubleDocument
All Implemented Interfaces:
java.io.Serializable, javax.swing.text.Document

public class DoubleDocument
extends AbstractNumberDocument

This is the implementation of the AbstractNumberDocument class implementing the floating point parser.

Version:
$id$
Author:
Ales Pucelj
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.text.AbstractDocument
javax.swing.text.AbstractDocument.AbstractElement, javax.swing.text.AbstractDocument.AttributeContext, javax.swing.text.AbstractDocument.BranchElement, javax.swing.text.AbstractDocument.Content, javax.swing.text.AbstractDocument.DefaultDocumentEvent, javax.swing.text.AbstractDocument.ElementEdit, javax.swing.text.AbstractDocument.LeafElement
 
Field Summary
 
Fields inherited from class com.cosylab.gui.components.numberfield.AbstractNumberDocument
max, min
 
Fields inherited from class javax.swing.text.PlainDocument
lineLimitAttribute, tabSizeAttribute
 
Fields inherited from class javax.swing.text.AbstractDocument
BAD_LOCATION, BidiElementName, ContentElementName, ElementNameAttribute, listenerList, ParagraphElementName, SectionElementName
 
Fields inherited from interface javax.swing.text.Document
StreamDescriptionProperty, TitleProperty
 
Constructor Summary
DoubleDocument()
          Constructor for DoubleDocument.
 
Method Summary
protected  java.lang.Number parseNumber(java.lang.String s)
          Parses the string as a floating point value.
 
Methods inherited from class com.cosylab.gui.components.numberfield.AbstractNumberDocument
checkBounds, getMaxValue, getMinValue, getValue, insertString, isUpdated, remove, setMaxValue, setMinValue, setUpdated
 
Methods inherited from class javax.swing.text.PlainDocument
createDefaultRoot, getDefaultRootElement, getParagraphElement, insertUpdate, removeUpdate
 
Methods inherited from class javax.swing.text.AbstractDocument
addDocumentListener, addUndoableEditListener, createBranchElement, createLeafElement, createPosition, dump, fireChangedUpdate, fireInsertUpdate, fireRemoveUpdate, fireUndoableEditUpdate, getAsynchronousLoadPriority, getAttributeContext, getBidiRootElement, getContent, getCurrentWriter, getDocumentFilter, getDocumentListeners, getDocumentProperties, getEndPosition, getLength, getListeners, getProperty, getRootElements, getStartPosition, getText, getText, getUndoableEditListeners, postRemoveUpdate, putProperty, readLock, readUnlock, removeDocumentListener, removeUndoableEditListener, render, replace, setAsynchronousLoadPriority, setDocumentFilter, setDocumentProperties, writeLock, writeUnlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleDocument

public DoubleDocument()
Constructor for DoubleDocument.

Method Detail

parseNumber

protected java.lang.Number parseNumber(java.lang.String s)
Parses the string as a floating point value.

Specified by:
parseNumber in class AbstractNumberDocument
Parameters:
s - String
Returns:
Number
See Also:
AbstractNumberDocument.parseNumber(String)


Copyright © 2010. All Rights Reserved.