net.sf.sqs_xml.editor.base.modules
Class EditorUtil

java.lang.Object
  extended bynet.sf.sqs_xml.editor.base.modules.EditorUtil

public class EditorUtil
extends java.lang.Object

Author:
hiroya

Field Summary
static javax.swing.border.Border EMPTY_BORDER
           
static javax.swing.border.Border ETCHED_BORDER
           
static javax.swing.border.Border LOWERED_BORDER
           
static javax.swing.border.Border NORMAL_BORDER
           
static javax.swing.border.Border RAISED_BORDER
           
 
Constructor Summary
EditorUtil()
           
 
Method Summary
static javax.swing.Box createSpinnerForm(java.lang.String label, javax.swing.JSpinner spinner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_BORDER

public static javax.swing.border.Border EMPTY_BORDER

NORMAL_BORDER

public static javax.swing.border.Border NORMAL_BORDER

ETCHED_BORDER

public static javax.swing.border.Border ETCHED_BORDER

RAISED_BORDER

public static javax.swing.border.Border RAISED_BORDER

LOWERED_BORDER

public static javax.swing.border.Border LOWERED_BORDER
Constructor Detail

EditorUtil

public EditorUtil()
Method Detail

createSpinnerForm

public static javax.swing.Box createSpinnerForm(java.lang.String label,
                                                javax.swing.JSpinner spinner)