DESY ACOP Beans Home

com.cosylab.gui.components.numberfield
Class LongDocument

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.LongDocument
All Implemented Interfaces:
java.io.Serializable, javax.swing.text.Document

public class LongDocument
extends AbstractNumberDocument

To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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
LongDocument()
          Constructor for LongDocument.
 
Method Summary
protected  java.lang.Number parseNumber(java.lang.String s)
          Parses the given string and returns the number represented.
 
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

LongDocument

public LongDocument()
Constructor for LongDocument.

Method Detail

parseNumber

protected java.lang.Number parseNumber(java.lang.String s)
Description copied from class: AbstractNumberDocument
Parses the given string and returns the number represented. If the string is not a valid representation of the number, return value will be null. This method throws no exceptions, since all parse errors result in invalid number and must be handled internally.

Specified by:
parseNumber in class AbstractNumberDocument
Parameters:
s - String
Returns:
Number value of the number represented by string or null if no or invalid number
See Also:
AbstractNumberDocument.parseNumber(String)


Copyright © 2010. All Rights Reserved.