yu.ac.bg.etf.javaqx.qswing.layouts.formlayout
Class ConstantSize.Unit

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.layouts.formlayout.ConstantSize.Unit
Enclosing class:
ConstantSize

public static final class ConstantSize.Unit
extends java.lang.Object

An ordinal-based typesafe enumeration for units as used in instances of ConstantSize.


Method Summary
 java.lang.String abbreviation()
          Returns the first character of this Unit's name.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()


abbreviation

public java.lang.String abbreviation()
Returns the first character of this Unit's name. Used to identify it in short format strings.

Returns:
the first character of this Unit's name.


Copyright © 2007 ETF and contributors. All Rights Reserved.