com.jgoodies.forms.layout
Class FormSpecParser
java.lang.Object
   com.jgoodies.forms.layout.FormSpecParser
com.jgoodies.forms.layout.FormSpecParser
- public final class FormSpecParser 
- extends 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.12 $
- Author:
- Karsten Lentzsch
- See Also:
- ColumnSpec,- RowSpec
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
fail
public static void fail(String source,
                        int index,
                        String description)
- 
 
Copyright © 2002-2012 JGoodies Karsten Lentzsch. All Rights Reserved.