com.ibm.jdg2e.swt_swing.embed.converter.views
Class VolConverter
java.lang.Object
com.ibm.jdg2e.swt_swing.embed.converter.views.VolConverter
- public class VolConverter
- extends java.lang.Object
Implements a Swing-base user interface on a given Frame.
|
Constructor Summary |
VolConverter(java.awt.Frame embeddedFrame)
Constructor accepts the Frame that should be used
to create the Swing user interface and then creates and adds
the JPanel to the Frame. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VolConverter
public VolConverter(java.awt.Frame embeddedFrame)
- Constructor accepts the
Frame that should be used
to create the Swing user interface and then creates and adds
the JPanel to the Frame.
- Parameters:
embeddedFrame -
createAndShowGUI
public static void createAndShowGUI(java.awt.Frame embeddedFrame)
- Create and set up the content on the passed
Frame.
- Parameters:
embeddedFrame -
getConverter
public static VolConverter getConverter()
- Returns:
- Returns the converter.
getMetricVolPanel
public VolConverterPanel getMetricVolPanel()
- Returns:
- Returns the metricVolPanel. Added JDG2E
getUsaVolPanel
public VolConverterPanel getUsaVolPanel()
- Returns:
- Returns the usaVolPanel. JDG2E added
resetMaxValues
public void resetMaxValues(boolean resetCurrentValues)