com.jgoodies.forms.layout
Class FormSpecParser

java.lang.Object
  extended by com.jgoodies.forms.layout.FormSpecParser

public final class FormSpecParser
extends java.lang.Object

Parses encoded column and row specifications. Returns ColumnSpec or RowSpec arrays if successful, and aims to provide useful information in case of a syntax error.

Version:
$Revision: 1.9 $
Author:
Karsten Lentzsch
See Also:
ColumnSpec, RowSpec

Nested Class Summary
static class FormSpecParser.FormLayoutParseException
          Used by the parser for encoded column and row specifications.
 
Method Summary
static void fail(java.lang.String source, int index, java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fail

public static void fail(java.lang.String source,
                        int index,
                        java.lang.String description)


Copyright © 2002-2009 JGoodies Karsten Lentzsch. All Rights Reserved.