|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.common.gui.components.SpinnerUtilities
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
Method Summary | |
static JInteractiveSpinner |
addLabeledInteractiveSpinner(java.awt.Container container,
java.lang.String labelCaption,
javax.swing.SpinnerModel model)
Method addLabeledSpinner. |
static javax.swing.JSpinner |
addLabeledSpinner(java.awt.Container container,
java.lang.String labelCaption,
javax.swing.SpinnerModel model)
Method addLabeledSpinner. |
static java.lang.String[] |
getMonthStrings()
Method getMonthStrings. |
static JFormattedTextField |
getTextField(JInteractiveSpinner spinner)
Return the formatted text field used by the editor, or null if the editor doesn't descend from JSpinner.DefaultEditor or DefaultEditor.. |
static javax.swing.JFormattedTextField |
getTextField(javax.swing.JSpinner spinner)
Return the formatted text field used by the editor, or null if the editor doesn't descend from JSpinner.DefaultEditor or DefaultEditor.. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static javax.swing.JSpinner addLabeledSpinner(java.awt.Container container, java.lang.String labelCaption, javax.swing.SpinnerModel model)
container
- the container to add the spinner tolabelCaption
- the caption of the label of the spinnermodel
- the model for the spinner
public static JInteractiveSpinner addLabeledInteractiveSpinner(java.awt.Container container, java.lang.String labelCaption, javax.swing.SpinnerModel model)
container
- the container to add the spinner tolabelCaption
- the caption of the label of the spinnermodel
- the model for the spinner
public static java.lang.String[] getMonthStrings()
public static javax.swing.JFormattedTextField getTextField(javax.swing.JSpinner spinner)
spinner
- the spinner
public static JFormattedTextField getTextField(JInteractiveSpinner spinner)
spinner
- the spinner
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |