Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms


com.k3xs.JHamTune
Class JHTMode

java.lang.Object
  extended bycom.k3xs.JHamTune.JHTMode
All Implemented Interfaces:
java.io.Serializable

public class JHTMode
extends java.lang.Object
implements java.io.Serializable

Encapsulates modulation modes.

Version:
1.0
Author:
Margaret Leber k3xs@arrl.net
See Also:
Serialized Form

Field Summary
static JHTMode AM
           
static JHTMode CW
           
static JHTMode FM
           
static JHTMode LSB
           
static JHTMode USB
           
 
Method Summary
static int allIndex(JHTMode m)
           
static JHTMode forName(java.lang.String s)
           
static JHTMode[] getAll()
           
static javax.swing.JComboBox getComboBox(JHTMode s)
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AM

public static final JHTMode AM

FM

public static final JHTMode FM

LSB

public static final JHTMode LSB

USB

public static final JHTMode USB

CW

public static final JHTMode CW
Method Detail

getAll

public static JHTMode[] getAll()

getComboBox

public static javax.swing.JComboBox getComboBox(JHTMode s)

getName

public java.lang.String getName()

toString

public java.lang.String toString()

forName

public static JHTMode forName(java.lang.String s)

allIndex

public static int allIndex(JHTMode m)