A B C D E F G H I J K L M N O P Q R S T U V W Z

A

actions - Variable in class wonderly.jeaprs.ClientImpl
The actions defined for this client
add(int, Object) - Method in class wonderly.jeaprs.swing.VectorListModel
 
addAPRSEventGenerator(APRSEventGenerator) - Method in class wonderly.jeaprs.ClientImpl
Sets the input event generator that this client is to use This default implementation removes the listener object from any previously registered generator, attaches the listener object to the passed generator (if non-null).
addAPRSEventGenerator(APRSEventGenerator) - Method in interface wonderly.jeaprs.Client
Used to set the input event stream generator for this module to use
addAPRSEventListener(APRSEventListener) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
 
addAPRSEventListener(APRSEventListener) - Static method in class wonderly.jeaprs.JeAPRS
 
addAPRSEventListener(APRSEventListener) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Adds the passed APRSEventListener to the list of listeners receiving events as they are parsed and APRSData objects are created.
addAPRSEventListener(Client) - Static method in class wonderly.jeaprs.JeAPRS
 
addAPRSOutputStream(TNC) - Method in class wonderly.jeaprs.ClientImpl
Used to set the currently used output stream
addAPRSOutputStream(TNC) - Method in interface wonderly.jeaprs.Client
Used to set the output stream used
addAPRSStatusListener(APRSStatusListener) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
 
addAPRSStatusListener(APRSStatusListener) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Adds an APRSStatusListener to receive notification of events pertaining to the processing of this stream.
addBadPacketListener(BadPacketListener) - Method in class wonderly.jeaprs.aprs.data.APRS
 
addData(APRSData, APRSPacket) - Method in class wonderly.jeaprs.StationPackets
 
addDirectStation(String) - Method in class wonderly.jeaprs.aprs.data.APRS
 
addDirectStation(String) - Static method in class wonderly.jeaprs.JeAPRS
 
addElement(Object) - Method in class wonderly.jeaprs.swing.VectorListModel
 
addElement(Object) - Method in class wonderly.jeaprs.swing.CircularListModel
 
addHeardStation(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Used to add a station's call to the set of calls heard by this station.
addKnownClient(Client, JFrame, JDesktopPane, boolean) - Method in class wonderly.jeaprs.JeAPRS
 
addKnownEventGenerator(APRSEventGenerator) - Static method in class wonderly.jeaprs.JeAPRS
 
addKnownInputStream(APRSInput) - Static method in class wonderly.jeaprs.JeAPRS
 
addKnownOutputStream(APRSOutput) - Static method in class wonderly.jeaprs.JeAPRS
 
addKnownStation(String) - Static method in class wonderly.jeaprs.JeAPRS
 
addMessage(APRSPacket, APRSData) - Method in class wonderly.jeaprs.MessageTableModel
 
addModuleAction(String, Action) - Static method in class wonderly.jeaprs.JeAPRS
 
addObject(APRSPacket, APRSObject) - Method in class wonderly.jeaprs.aprs.clients.APRSObjectItemManager
 
addOtherAPRSData(APRSData) - Method in class wonderly.jeaprs.aprs.packet.APRSData
Adds extra APRSData to this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class wonderly.jeaprs.aprs.data.APRS
Adds a property Change listener to be notified when properties in this object are changed
addStreamListener(OutputStream) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
Listen to the RAW data stream without packet parsing
addStreamListener(OutputStream) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Adds a stream listener that will receive the raw data as it is processed by this class.
addWhizWheelListener(WhizWheelListener) - Method in interface wonderly.jeaprs.aprs.WhizWheel
 
addWhizWheelListener(WhizWheelListener) - Method in class wonderly.jeaprs.aprs.JWhizWheel
 
altIcons - Variable in class wonderly.jeaprs.aprs.packet.APRSData
Whether or not the icon is in the alt icons group
ambiguousDistance(ByteString) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
Returns the distance ambiguity of the passed lat/long string representation based on where the space characters start.
appendByte(int, byte) - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
appendByte(int, byte) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
appendChar(int, char) - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
appendChar(int, char) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
appendText(int, String) - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
appendText(int, String) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
APRS - class wonderly.jeaprs.aprs.data.APRS.
This class represents all of the parameters that are part of the JeAPRS application environment.
APRS - Variable in class wonderly.jeaprs.ClientImpl
 
APRSAction - class wonderly.jeaprs.aprs.APRSAction.
This abstract class provides a basic foundation of an java.awt.Action that provides the ability to associate the action with a JCheckBoxMenuItem.
APRSAction(String) - Constructor for class wonderly.jeaprs.aprs.APRSAction
Construct an action with the given description
APRSAction(String, Icon) - Constructor for class wonderly.jeaprs.aprs.APRSAction
 
APRSAction(String, String) - Constructor for class wonderly.jeaprs.aprs.APRSAction
Construct an action with the passed name and description
APRSAction(String, String, boolean) - Constructor for class wonderly.jeaprs.aprs.APRSAction
Construct an action with the indicated name, description and set the action to have the indicated enabled state.
APRSAction(String, String, Icon) - Constructor for class wonderly.jeaprs.aprs.APRSAction
 
APRSData - class wonderly.jeaprs.aprs.packet.APRSData.
This class is the base class for all APRS data objects.
APRSData() - Constructor for class wonderly.jeaprs.aprs.packet.APRSData
 
APRSDigi - class wonderly.jeaprs.aprs.APRSDigi.
This is a Digipeating module meant to be used for KISS enabled TNCs.
APRSDigi() - Constructor for class wonderly.jeaprs.aprs.APRSDigi
 
APRSEventAdapter - class wonderly.jeaprs.aprs.packet.APRSEventAdapter.
This class is an empty/adapter implementation of the APRSEventListener interface.
APRSEventAdapter() - Constructor for class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
APRSEventDataProcessor - interface wonderly.jeaprs.aprs.packet.APRSEventDataProcessor.
 
APRSEventGenerator - interface wonderly.jeaprs.aprs.packet.APRSEventGenerator.
 
APRSEventListener - interface wonderly.jeaprs.aprs.packet.APRSEventListener.
This interface defines the methods that are called by an APRSEventGenerator when an APRSEventListener is registered with it.
APRSException - exception wonderly.jeaprs.aprs.APRSException.
Exceptions generated specifically due to APRS processing errors
APRSException() - Constructor for class wonderly.jeaprs.aprs.APRSException
 
APRSException(String) - Constructor for class wonderly.jeaprs.aprs.APRSException
 
APRSGps - class wonderly.jeaprs.aprs.packet.APRSGps.
This class holds data from NMEA sentences.
APRSGps(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSGps
Construct and parse NEMA data
APRSGps(ByteString, byte, byte) - Constructor for class wonderly.jeaprs.aprs.packet.APRSGps
Construct and parse data passed and specify a symbol table/overlay and icon
APRSInput - interface wonderly.jeaprs.io.aprs.APRSInput.
 
APRSIOModule - interface wonderly.jeaprs.aprs.packet.APRSIOModule.
An interface to identify classes that are I/O providers for APRS applications.
APRSItem - class wonderly.jeaprs.aprs.packet.APRSItem.
 
APRSItem() - Constructor for class wonderly.jeaprs.aprs.packet.APRSItem
 
APRSItem(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSItem
 
APRSLoadableClientJar - class wonderly.jeaprs.aprs.app.APRSLoadableClientJar.
This class is used to manage loadable jar files to allow software modules to be added into JeAPRS without having to change or manage the applications classpath, restart it or other mess with it.
APRSLoadableClientJar(String) - Constructor for class wonderly.jeaprs.aprs.app.APRSLoadableClientJar
Create a new object accessing the passed jar file.
APRSLocationInfo - class wonderly.jeaprs.aprs.packet.APRSLocationInfo.
 
APRSLocationInfo(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSLocationInfo
Parse location string as in "3609.23N/09612.13Wv121/040" 01234567890123456789012345 00000000001111111111222222
APRSMessage - class wonderly.jeaprs.aprs.packet.APRSMessage.
 
APRSMessage() - Constructor for class wonderly.jeaprs.aprs.packet.APRSMessage
 
APRSMessage(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSMessage
 
APRSMessagePanel - class wonderly.jeaprs.aprs.APRSMessagePanel.
This is a JeAPRS module/client that provides APRS text messaging.
APRSMessagePanel() - Constructor for class wonderly.jeaprs.aprs.APRSMessagePanel
Construct an instance of this object
APRSNWSHandler - class wonderly.jeaprs.aprs.clients.APRSNWSHandler.
 
APRSNWSHandler() - Constructor for class wonderly.jeaprs.aprs.clients.APRSNWSHandler
 
APRSObject - class wonderly.jeaprs.aprs.packet.APRSObject.
 
APRSObject() - Constructor for class wonderly.jeaprs.aprs.packet.APRSObject
Create a new APRSObject.
APRSObject(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSObject
 
APRSObjectItemManager - class wonderly.jeaprs.aprs.clients.APRSObjectItemManager.
This is a JeAPRS module that provides packet logging facilities.
APRSObjectItemManager() - Constructor for class wonderly.jeaprs.aprs.clients.APRSObjectItemManager
 
APRSOut - class wonderly.jeaprs.aprs.APRSOut.
This class wraps a delegate OutputStream to provide one place for APRS output packets to be managed if there is output control that needs to be done.
APRSOut(TNC) - Constructor for class wonderly.jeaprs.aprs.APRSOut
 
APRSOutput - interface wonderly.jeaprs.io.aprs.APRSOutput.
The simple output parts of the JeAPRS system.
APRSPacket - class wonderly.jeaprs.aprs.packet.APRSPacket.
This is an APRS packet.
APRSPacket(ByteString, ByteString, byte, ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSPacket
Construct a new packet object.
APRSPacketLogger - class wonderly.jeaprs.aprs.clients.APRSPacketLogger.
This is a JeAPRS module that provides packet logging facilities.
APRSPacketLogger() - Constructor for class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
APRSPosit - class wonderly.jeaprs.aprs.APRSPosit.
This is a JeAPRS APRSClient that implements the sending of position reports based on the configured parameters.
APRSPosit.APRSIcon - class wonderly.jeaprs.aprs.APRSPosit.APRSIcon.
 
APRSPosit.APRSIcon(int) - Constructor for class wonderly.jeaprs.aprs.APRSPosit.APRSIcon
 
APRSPosit.APRSIcon(int, int) - Constructor for class wonderly.jeaprs.aprs.APRSPosit.APRSIcon
 
APRSPosit() - Constructor for class wonderly.jeaprs.aprs.APRSPosit
 
APRSPosition - class wonderly.jeaprs.aprs.packet.APRSPosition.
 
APRSPosition() - Constructor for class wonderly.jeaprs.aprs.packet.APRSPosition
 
APRSPosition(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSPosition
Parse an APRS position packet.
APRSPositionData - interface wonderly.jeaprs.aprs.packet.APRSPositionData.
 
APRSQuery - class wonderly.jeaprs.aprs.packet.APRSQuery.
 
APRSQuery(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSQuery
 
APRSShelter - class wonderly.jeaprs.aprs.packet.APRSShelter.
 
APRSShelter(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSShelter
 
APRSStation - class wonderly.jeaprs.aprs.packet.APRSStation.
 
APRSStation(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSStation
 
APRSStatus - class wonderly.jeaprs.aprs.packet.APRSStatus.
 
APRSStatus(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSStatus
 
APRSStatusEvent - class wonderly.jeaprs.aprs.APRSStatusEvent.
This class is used to convey events related to APRSEventListener objects.
APRSStatusEvent(Object) - Constructor for class wonderly.jeaprs.aprs.APRSStatusEvent
 
APRSStatusEvent(Object, byte[], Throwable) - Constructor for class wonderly.jeaprs.aprs.APRSStatusEvent
 
APRSStatusListener - interface wonderly.jeaprs.aprs.APRSStatusListener.
This interface defines the event processing done by APRSEventGenerators when various events happen.
APRSStreamHandler - class wonderly.jeaprs.aprs.APRSStreamHandler.
This class contains methods for processing a java.io.InputStream of APRS packets and separate APRSPacket objects.
APRSStreamHandler() - Constructor for class wonderly.jeaprs.aprs.APRSStreamHandler
 
APRSTelemetry - class wonderly.jeaprs.aprs.packet.APRSTelemetry.
 
APRSTelemetry(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSTelemetry
 
APRSThirdParty - class wonderly.jeaprs.aprs.packet.APRSThirdParty.
 
APRSThirdParty(String) - Constructor for class wonderly.jeaprs.aprs.packet.APRSThirdParty
 
APRSUI - interface wonderly.jeaprs.aprs.data.APRSUI.
This interface defines the set of methods needed by a UI for JeAPRS clients.
APRSUIFactory - interface wonderly.jeaprs.aprs.APRSUIFactory.
This interface defines the set of methods that a clients getUIFactory must provide in the returned value.
APRSUserDefined - class wonderly.jeaprs.aprs.packet.APRSUserDefined.
Definition of a user defined packet type
APRSUserDefined(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSUserDefined
Create a User defined packet with the entire packet specified as a string
APRSUserDefined(ByteString, byte) - Constructor for class wonderly.jeaprs.aprs.packet.APRSUserDefined
Create a User defined packet with the header and packet data specified as strings.
APRSVisualUI - interface wonderly.jeaprs.aprs.data.APRSVisualUI.
This interface defines the set of methods needed by a graphical UI for JeAPRS clients.
APRSWeather - class wonderly.jeaprs.aprs.packet.APRSWeather.
Parses and encodes all weather reports, or provides raw data if not decoded.
APRSWeather(ByteString) - Constructor for class wonderly.jeaprs.aprs.packet.APRSWeather
Construct weather data by parsing a weather report.

B

badPacket(byte[], Throwable) - Method in class wonderly.jeaprs.aprs.BadPacketTracker
 
badPacket(byte[], Throwable) - Method in interface wonderly.jeaprs.aprs.BadPacketListener
 
BadPacketListener - interface wonderly.jeaprs.aprs.BadPacketListener.
This interface is used by modules wishing to listen for bad packets as they arrive in the system.
BadPacketTracker - class wonderly.jeaprs.aprs.BadPacketTracker.
This class can be used as a general bad packet tracking mechanism.
BadPacketTracker(APRS, PrintStream) - Constructor for class wonderly.jeaprs.aprs.BadPacketTracker
 
BEACMENU_LEN - Static variable in class wonderly.jeaprs.aprs.HamHud
 
beaconMsg - Variable in class wonderly.jeaprs.ConfigManager
 
beaconSecs - Variable in class wonderly.jeaprs.aprs.data.APRS
 
bindListeners() - Method in class wonderly.jeaprs.ConfigManager
 
BLK_CURSOR_ON - Static variable in class wonderly.jeaprs.aprs.HamHud
 
BLOCK_CURSOR - Static variable in interface wonderly.jeaprs.aprs.LCDDisplay
 
BPBTN2 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
BrowserAccess - interface wonderly.jeaprs.aprs.BrowserAccess.
This interface defines the methods that are typically in an Applet and which need to be provided for some of the JeAPRS code.
buildActions() - Method in class wonderly.jeaprs.aprs.kenwood.thd7a.THD7AControl
 
buildActions() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
buildActions() - Method in class wonderly.jeaprs.aprs.clients.APRSObjectItemManager
 
buildActions() - Method in class wonderly.jeaprs.aprs.clients.APRSNWSHandler
 
buildActions() - Method in class wonderly.jeaprs.aprs.HamHud
 
buildActions() - Method in class wonderly.jeaprs.ClientImpl
Put code in here to register all of the actions that you want to use.
buildActions() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
buildActions() - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
buildActions() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
buildActions(Hashtable) - Method in class wonderly.jeaprs.JeAPRS
 
buildMenu() - Method in class wonderly.jeaprs.ClientImpl
Override this default implementation (which returns null to indicate no menu bar is to be used) to create your clients menu bar.
buildMenu() - Method in class wonderly.jeaprs.aprs.APRSPosit
Override this default implementation (which returns null to indicate no menu bar is to be used) to create your clients menu bar.
buildPanel(JFrame) - Method in class wonderly.jeaprs.aprs.kenwood.thd7a.THD7AControl
 
buildPanel(JFrame) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
buildPanel(JFrame) - Method in class wonderly.jeaprs.aprs.clients.APRSObjectItemManager
 
buildPanel(JFrame) - Method in class wonderly.jeaprs.aprs.clients.APRSNWSHandler
 
buildPanel(JFrame) - Method in class wonderly.jeaprs.aprs.HamHud
 
buildPanel(JFrame) - Method in class wonderly.jeaprs.ClientImpl
Builds the applications user interface.
buildPanel(JFrame) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
buildPanel(JFrame) - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
Public method from APRSClient used to build the UI panel used for this client
buildPanel(JFrame) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
ByteString - class wonderly.jeaprs.ByteString.
This class is like java.lang.String in terms of methods, but it does not support multibyte chars.
ByteString(byte[]) - Constructor for class wonderly.jeaprs.ByteString
 
ByteString(Object[]) - Constructor for class wonderly.jeaprs.ByteString
 
ByteString(String) - Constructor for class wonderly.jeaprs.ByteString
 

C

C_FLAG - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
cacheBeanInfos - Variable in class com.c2_tech.reflect.PropertyManager
setCacheBeanInfos property value
calcIconFrom(byte, byte) - Method in class wonderly.jeaprs.aprs.packet.APRSData
Calculates all the associated icon information based on the specified symbol table and icon character.
capabilities(APRSPacket, APRSStation) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when capabilities are received from a station.
capabilities(APRSPacket, APRSStation) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
capacity() - Method in class wonderly.jeaprs.swing.VectorListModel
 
characters(char[], int, int) - Method in class wonderly.jeaprs.JeAPRS
 
charAt(int) - Method in class wonderly.jeaprs.ByteString
 
CHECKBOX - Static variable in class wonderly.jeaprs.aprs.APRSAction
The value key for an associated JCheckBoxMenuItem instance
CircularListModel - class wonderly.jeaprs.swing.CircularListModel.
This class provides a circular list model for the JList class which allows for fixed sized lists of fast changing data to be managed effectively.
CircularListModel(int) - Constructor for class wonderly.jeaprs.swing.CircularListModel
 
clear() - Method in class wonderly.jeaprs.swing.VectorListModel
 
Client - interface wonderly.jeaprs.Client.
This interface should be implemented by all clients of the JeAPRS system.
ClientImpl - class wonderly.jeaprs.ClientImpl.
This class is the base class that most JeAPRS clients should subclass.
ClientImpl() - Constructor for class wonderly.jeaprs.ClientImpl
 
close() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
close() - Method in class wonderly.jeaprs.io.aprs.MyPipedOutputStream
 
close() - Method in class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
close() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
close() - Method in interface wonderly.jeaprs.io.aprs.APRSOutput
Close the stream when done
close() - Method in interface wonderly.jeaprs.io.aprs.APRSInput
Close the stream when done
close() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
close() - Method in class wonderly.jeaprs.aprs.APRSOut
 
color - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
colorTrans(int) - Static method in class wonderly.jeaprs.aprs.packet.APRSObject
 
com.c2_tech.reflect - package com.c2_tech.reflect
 
compareNoCase(byte, byte) - Method in class wonderly.jeaprs.ByteString
 
ConfigManager - class wonderly.jeaprs.ConfigManager.
 
ConfigManager(JComboBox, String) - Constructor for class wonderly.jeaprs.ConfigManager
 
connect(MyPipedInputStream) - Method in class wonderly.jeaprs.io.aprs.MyPipedOutputStream
 
contains(Object) - Method in class wonderly.jeaprs.swing.VectorListModel
 
copyInto(Object[]) - Method in class wonderly.jeaprs.swing.VectorListModel
 
course - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
createConfig(String) - Method in class wonderly.jeaprs.ConfigManager
 
createEventListener() - Method in class wonderly.jeaprs.aprs.kenwood.thd7a.THD7AControl
 
createEventListener() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
createEventListener() - Method in class wonderly.jeaprs.aprs.clients.APRSObjectItemManager
 
createEventListener() - Method in class wonderly.jeaprs.aprs.clients.APRSNWSHandler
 
createEventListener() - Method in class wonderly.jeaprs.aprs.HamHud
 
createEventListener() - Method in class wonderly.jeaprs.ClientImpl
This method needs to be implemented by subclasses and should return an APRSEventListener implementation that is applicable for their client.
createEventListener() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
createEventListener() - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
createEventListener() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
createStreamListener() - Method in class wonderly.jeaprs.aprs.kenwood.thd7a.THD7AControl
 
createStreamListener() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
createStreamListener() - Method in class wonderly.jeaprs.aprs.clients.APRSObjectItemManager
 
createStreamListener() - Method in class wonderly.jeaprs.aprs.clients.APRSNWSHandler
 
createStreamListener() - Method in class wonderly.jeaprs.aprs.HamHud
 
createStreamListener() - Method in class wonderly.jeaprs.ClientImpl
This method needs to be implemented by subclasses and should return an OutputStream implementation that is applicable for their client.
createStreamListener() - Method in class wonderly.jeaprs.aprs.APRSPosit
We don't need direct TNC stream access, so we just return null here.
createStreamListener() - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
createStreamListener() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
cseSpd - Variable in class wonderly.jeaprs.ConfigManager
 
CSR_MYSPDHDG - Static variable in class wonderly.jeaprs.aprs.HamHud
 
CURSOR_OFF - Static variable in class wonderly.jeaprs.aprs.HamHud
 

D

data - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
data - Variable in class wonderly.jeaprs.aprs.packet.APRSData
The extra APRSData objects extracted from a packet.
DATA_AREAOBJ - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
DATA_CSESPD - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
DATA_DFSIGNAL - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
DATA_PHG - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
DATA_RANGE - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
DEBUG - Static variable in class wonderly.jeaprs.aprs.MicE
 
delegate - Variable in class wonderly.jeaprs.swing.VectorListModel
 
deleteConfig(String) - Method in class wonderly.jeaprs.ConfigManager
 
deregisterAPRSEventGenerator(APRSEventGenerator) - Static method in class wonderly.jeaprs.JeAPRS
 
df - Variable in class wonderly.jeaprs.ConfigManager
 
DIGICNT_MAX - Static variable in class wonderly.jeaprs.aprs.HamHud
 
DIGID - Static variable in class wonderly.jeaprs.aprs.HamHud
 
digiPacket(APRSPacket) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
direct - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
dirty - Variable in class wonderly.jeaprs.ClientImpl
 
Distance - class wonderly.jeaprs.aprs.data.Distance.
This class provides geographical distance calculations using integer math with static tables.
Distance() - Constructor for class wonderly.jeaprs.aprs.data.Distance
 
doMeteorMode() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
DoubleDistance - class wonderly.jeaprs.aprs.data.DoubleDistance.
This class provides geographical distance calculations using double prec math
DoubleDistance() - Constructor for class wonderly.jeaprs.aprs.data.DoubleDistance
 
drawIcon(Graphics, int, Point, int, boolean) - Static method in class wonderly.jeaprs.JeAPRS
 
DynamicTextHandler - interface wonderly.jeaprs.aprs.DynamicTextHandler.
 

E

EDIT_CURSOR - Static variable in interface wonderly.jeaprs.aprs.LCDDisplay
 
EE_BEACON_CTL - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_BEACON_FAST - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_BEACON_HIGH_SPD - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_BEACON_LOW_SPD - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_BEACON_STOP - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_BLT_ICON_1 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_BLT_PATH_1 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_BRIGHT - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_CHK - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_CONTRAST - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_LAT - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_LINE2 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_LON - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_MSG_TABLE - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_MYCALL - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_NUM_MSGS - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_SB - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_SB_END - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_TURNMIN - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_TURNSLOPE - Static variable in class wonderly.jeaprs.aprs.HamHud
 
EE_TURNTIME - Static variable in class wonderly.jeaprs.aprs.HamHud
 
elementAt(int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
elementAt(int) - Method in class wonderly.jeaprs.swing.CircularListModel
 
elements() - Method in class wonderly.jeaprs.swing.VectorListModel
 
END_FLAG - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
endDocument() - Method in class wonderly.jeaprs.JeAPRS
 
endElement(String, String, String) - Method in class wonderly.jeaprs.JeAPRS
 
endPrefixMapping(String) - Method in class wonderly.jeaprs.JeAPRS
 
endsWith(String) - Method in class wonderly.jeaprs.ByteString
 
enqueueMessage(ByteString, ByteString, ByteString, String) - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
enqueueNoAckMessage(ByteString, ByteString, ByteString, String) - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
ensureCapacity(int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
equals(Object) - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
Compares from and info of packets for equality.
equals(Object) - Method in class wonderly.jeaprs.ByteString
 
equalsIgnoreCase(ByteString) - Method in class wonderly.jeaprs.ByteString
 
equalsIgnoreCase(String) - Method in class wonderly.jeaprs.ByteString
 
EventObject - class wonderly.jeaprs.aprs.EventObject.
This class recreates the java.util.EventObject classes basics for use in J2ME where this class is not defined.
EventObject(Object) - Constructor for class wonderly.jeaprs.aprs.EventObject
 
evLis - Variable in class wonderly.jeaprs.ClientImpl
The event listener object that we have created
EXT_EE - Static variable in class wonderly.jeaprs.aprs.HamHud
 

F

FEND - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
FESC - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
FieldedStringTokenizer - class wonderly.jeaprs.aprs.packet.FieldedStringTokenizer.
This class behaves largely like java.util.StringTokenizer with one noted exception.
FieldedStringTokenizer(String, char) - Constructor for class wonderly.jeaprs.aprs.packet.FieldedStringTokenizer
 
fileAccess - Variable in class wonderly.jeaprs.io.aprs.TNCStream
 
fillConfig(ConfigManager.Config) - Method in class wonderly.jeaprs.ConfigManager
 
fillConfig(String) - Method in class wonderly.jeaprs.ConfigManager
 
fillConfigWithCurrent(ConfigManager.Config) - Method in class wonderly.jeaprs.ConfigManager
 
findClient(String) - Static method in class wonderly.jeaprs.JeAPRS
 
firstElement() - Method in class wonderly.jeaprs.swing.VectorListModel
 
fixedToString(long, int) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
zero fill of fixed point value from the MathFP package.
FLAG_MASK - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
flush() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
flush() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
flush() - Method in interface wonderly.jeaprs.TNC
 
flush() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
flush() - Method in class wonderly.jeaprs.aprs.APRSOut
 
formatMicE(byte[], byte[], int, Date) - Method in class wonderly.jeaprs.aprs.MicE
if this function fails to convert the packet it returns ZERO and the user supplied length variables, l1 and l2 are zero.
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSUserDefined
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSThirdParty
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSTelemetry
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSStation
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSShelter
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSQuery
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Get the Information packet form of this packet.
formatReportData() - Method in class wonderly.jeaprs.aprs.packet.APRSData
This method must be implemented by the various packet types to construct the APRS packet data that follows the PATH in a UI frame.
formatTime(long) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
freq - Variable in class wonderly.jeaprs.aprs.data.RadioFrequency
 
from - Variable in class wonderly.jeaprs.aprs.packet.APRSPacket
 

G

gain - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
get(int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
getAck() - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
getAction(String) - Method in class wonderly.jeaprs.JeAPRS
 
getAction(String) - Method in class wonderly.jeaprs.ClientImpl
This method is a convienence method that returns actions that have been stored in the actions Hashtable.
getAltitude() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getAltitude() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getAltitude() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getAltitudePresent() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getAmbiguousDistance() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getAnalong(int) - Method in class wonderly.jeaprs.aprs.packet.APRSTelemetry
n is from 0 to 4 to get values 1 to 5
getAPRSData() - Method in class wonderly.jeaprs.StationPackets
 
getAPRSEventGenerators() - Method in class wonderly.jeaprs.ClientImpl
 
getAPRSEventGenerators() - Method in interface wonderly.jeaprs.Client
Used to get the current input event stream generator
getAPRSEventListeners() - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
 
getAPRSEventListeners() - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Returns all APRSEventListeners
getAPRSOutputStreams() - Method in class wonderly.jeaprs.ClientImpl
Used to get the output stream this client is using
getAPRSOutputStreams() - Method in interface wonderly.jeaprs.Client
Used to query the output stream currently used.
getAPRSStatusListeners() - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
 
getAPRSStatusListeners() - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Returns all APRSStatusListeners
getAreaObject() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getAudioClip(File) - Static method in class wonderly.jeaprs.JeAPRS
Get an AudioClip object to play the passed sound in the indicated File
getAudioClip(String) - Method in interface wonderly.jeaprs.aprs.data.APRSVisualUI
 
getAudioClip(URL) - Static method in class wonderly.jeaprs.JeAPRS
Get an AudioClip object to play the passed sound at the indicated URL
getAudioClip(URL, String) - Static method in class wonderly.jeaprs.JeAPRS
Get an AudioClip object to play the passed sound at the indicated URL
getBarometricPressure() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getBaudRate() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
getBeaconInterval() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getBeaconMessage() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getBytes() - Method in class wonderly.jeaprs.ByteString
 
getCacheBeanInfos() - Method in class com.c2_tech.reflect.PropertyManager
Returns the current setting of the cacheBeanInfos property.
getCapabilities() - Method in class wonderly.jeaprs.StationPackets
 
getClients() - Method in class wonderly.jeaprs.aprs.app.APRSLoadableClientJar
Returns all of the classes implementing the wonderly.jeaprs.aprs.APRSClient interface in the jar this object was constructed with.
getCodeBase() - Method in class wonderly.jeaprs.JeAPRS
 
getCodeBase() - Method in interface wonderly.jeaprs.aprs.BrowserAccess
 
getColor() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getColumnCount() - Method in class wonderly.jeaprs.MessageTableModel
 
getColumnName(int) - Method in class wonderly.jeaprs.MessageTableModel
 
getCommPort() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
getCommPort() - Method in class wonderly.jeaprs.aprs.data.APRS
Set the name of the Serial communications port to use for TNC access
getConfigFile() - Method in class wonderly.jeaprs.aprs.data.APRS
Gets the name of the application configuration file.
getConfigFor(String) - Method in class wonderly.jeaprs.ConfigManager
 
getConfigs() - Method in class wonderly.jeaprs.ConfigManager
 
getContents() - Method in class wonderly.jeaprs.swing.VectorListModel
 
getCopyrightString() - Method in class wonderly.jeaprs.JeAPRS
 
getCopyrightString() - Method in interface wonderly.jeaprs.aprs.BrowserAccess
 
getCourse() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getCourse() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getCourse() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getCourse() - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
getCourse() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getCourse() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getCoursePresent() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getCourseSpeed() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getCurFld() - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
getCurrentCall() - Method in class wonderly.jeaprs.aprs.data.APRS
Returns the currently refered to call sign based on the user selecting call signs from maps, tables or otherwise.
getData() - Method in class wonderly.jeaprs.aprs.packet.APRSStation
 
getData() - Method in class wonderly.jeaprs.aprs.packet.APRSShelter
 
getData() - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
Returns the packet data as a byte array.
getData() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Returns the raw NMEA data string
getDataBits() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
getDay() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getDebug() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getDebugging() - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
 
getDefaultMap() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getDefaultProperties(String, String) - Method in class wonderly.jeaprs.JeAPRS
 
getDFPower() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getDFS() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
Return DFS info or null if not present.
getDigis() - Method in class wonderly.jeaprs.StationPackets
 
getDigitalValue() - Method in class wonderly.jeaprs.aprs.packet.APRSTelemetry
 
getDirectivity() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getDirectivity() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getDirectStationCount() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getDirectStations() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getDirectStations() - Static method in class wonderly.jeaprs.JeAPRS
 
getDirectStationTime(String) - Method in class wonderly.jeaprs.aprs.data.APRS
 
getDirectStationTime(String) - Static method in class wonderly.jeaprs.JeAPRS
 
getElementAt(int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
getElementAt(int) - Method in class wonderly.jeaprs.swing.CircularListModel
 
getEventGenerators() - Method in class wonderly.jeaprs.aprs.app.APRSLoadableClientJar
Returns all of the classes implementing the wonderly.jeaprs.aprs.packet.APRSEventGenerator interface in the jar this object was constructed with.
getExceptionReportPrintWriter() - Method in class com.c2_tech.reflect.PropertyManager
Gets the PrintWriter currently be used for exception reporting.
getFreq() - Method in class wonderly.jeaprs.aprs.data.RadioFrequency
Get the frequency.
getFrom() - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
 
getFromCall(int) - Method in class wonderly.jeaprs.MessageTableModel
 
getGain() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getGps() - Method in class wonderly.jeaprs.StationPackets
 
getGridInfo() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getGridInfo() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getGridInfo() - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
getGridInfo() - Method in class wonderly.jeaprs.PositionInfo
 
getHandler() - Method in class wonderly.jeaprs.JeAPRS
 
getHeading() - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
 
getHostName() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
getHour() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getHumidity() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getIcon() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getIcon() - Method in class wonderly.jeaprs.aprs.packet.APRSData
Returns the icon number, from 0 to 127, associated with this packet.
getIcon() - Method in class wonderly.jeaprs.StationInfo
 
getIconHeight() - Method in class wonderly.jeaprs.JeAPRS.PosImageIcon
 
getIconHeight() - Method in class wonderly.jeaprs.JeAPRS.StationImageIcon
 
getIconHeight() - Method in class wonderly.jeaprs.aprs.APRSPosit.APRSIcon
 
getIconImage(int) - Static method in class wonderly.jeaprs.JeAPRS
 
getIconWidth() - Method in class wonderly.jeaprs.JeAPRS.PosImageIcon
 
getIconWidth() - Method in class wonderly.jeaprs.JeAPRS.StationImageIcon
 
getIconWidth() - Method in class wonderly.jeaprs.aprs.APRSPosit.APRSIcon
 
getIgnoredCalls() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
getImage(URL) - Method in class wonderly.jeaprs.JeAPRS
 
getImage(URL) - Method in interface wonderly.jeaprs.aprs.BrowserAccess
 
getImage(URL, String) - Method in class wonderly.jeaprs.JeAPRS
 
getImage(URL, String) - Method in interface wonderly.jeaprs.aprs.BrowserAccess
 
getInfo() - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
 
getInputStream() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
getInputStream() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
getInputStream() - Method in interface wonderly.jeaprs.TNC
Returns the input stream for the TNC.
getInputStream() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Returns the input stream for the TNC.
getJFrameUI(JFrame) - Method in interface wonderly.jeaprs.aprs.APRSUIFactory
Returns a JFrame version of the UI
getJInternalFrameUI(JFrame, JDesktopPane) - Method in interface wonderly.jeaprs.aprs.APRSUIFactory
Returns a JInternalFrame version of the UI
getJPanelUI(JFrame) - Method in interface wonderly.jeaprs.aprs.APRSUIFactory
Returns a JPanel version of the UI
getKissModeOff() - Method in class wonderly.jeaprs.io.aprs.TNCStream
Convert InputStream from TNCInitialization (via fileAccess) to BufferedReader()
getKissModeOff() - Method in interface wonderly.jeaprs.io.TNCInitialization
 
getKissModeOff() - Method in class wonderly.jeaprs.io.aprs.TNCFileAccess
 
getKissModeOn() - Method in class wonderly.jeaprs.io.aprs.TNCStream
Convert InputStream from TNCInitialization (via fileAccess) to BufferedReader()
getKissModeOn() - Method in interface wonderly.jeaprs.io.TNCInitialization
 
getKissModeOn() - Method in class wonderly.jeaprs.io.aprs.TNCFileAccess
 
getKnownClients() - Static method in class wonderly.jeaprs.JeAPRS
 
getKnownGenerators() - Static method in class wonderly.jeaprs.JeAPRS
 
getKnownInputs() - Static method in class wonderly.jeaprs.JeAPRS
 
getKnownOutputs() - Static method in class wonderly.jeaprs.JeAPRS
 
getKnownStations() - Static method in class wonderly.jeaprs.JeAPRS
 
getLastGPS() - Method in class wonderly.jeaprs.aprs.data.APRS
Returns the last valid NMEA sentence data.
getLatHundredthsSeconds() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getLatHundredthsSeconds() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getLatHundredthsSeconds() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getLatHundredthsSeconds() - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
getLatHundredthsSeconds() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getLatHundredthsSecondsString() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Returns the latitude specified as a string compliant with APRS formats
getLatHundredthsSecondsToString(long) - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getLatHundredthsSecondsToString(long) - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
getLatHundrethsSecondsParts(long) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
getLatSecondsToString(long) - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
getLogAll() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogCapabilities() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogFile() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogGPS() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogItems() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogMessage() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogObjects() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogOthers() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogPosition() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogQuery() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogShelter() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogStatus() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogTelemetry() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogThirdParty() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogUser() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLogWeather() - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
getLonHundredthsSeconds() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getLonHundredthsSeconds() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getLonHundredthsSeconds() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getLonHundredthsSeconds() - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
getLonHundredthsSeconds() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getLonHundredthsSecondsString() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Returns the longitude specified as a string compliant with APRS formats
getLonHundredthsSecondsToString(long) - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getLonHundredthsSecondsToString(long) - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
getLonHundrethsSecondsParts(long) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
getLonSecondsToString(long) - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
getMagVariation() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getMagVariationDirection() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getMaidenhead() - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
 
getMaidenHead() - Method in class wonderly.jeaprs.aprs.data.APRS
Returns the Maiden Head grid square string for this station
getMapLat() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getMapLon() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getMaxColumns() - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
getMaxColumns() - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
getMaxHeardStations() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getMaxLines() - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
getMaxLines() - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
getMessage() - Method in class wonderly.jeaprs.aprs.packet.APRSTelemetry
 
getMessage() - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
 
getMessage() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getMessage() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getMessage() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getMessage() - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
getMessage() - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
getMessage() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getMessage() - Method in class wonderly.jeaprs.StationPackets
 
getMessageAt(int) - Method in class wonderly.jeaprs.MessageTableModel
 
getMinute() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getModuleId() - Method in interface wonderly.jeaprs.io.IOModule
returns the name used to identify this TNC to the user
getModuleId() - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
getModuleId() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
returns the name used to identify this TNC to the user
getModuleId() - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
returns the name used to identify this TNC to the user
getMonth() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getMyCall() - Method in class wonderly.jeaprs.aprs.data.APRS
Get the call sign to use for this station
getMyLat() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getMyLon() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getName() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getName() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getName() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getName() - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
getName() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getName() - Method in class wonderly.jeaprs.ClientImpl
Returns the set name of this client @see setName(String)
getName() - Method in interface wonderly.jeaprs.Client
 
getNameString() - Method in class wonderly.jeaprs.StationInfo
Returns the name associated with the packet.
getNextAckID() - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
getNRQ() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getObjectType() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getOpenDefaultMap() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getOtherAPRSData() - Method in class wonderly.jeaprs.aprs.packet.APRSData
Returns the Vector of extra APRS data associated with this object.
getOutputStream() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
getOutputStream() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
getOutputStream() - Method in interface wonderly.jeaprs.TNC
Returns the output stream for the TNC
getOutputStream() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Returns the output stream for the TNC
getOverlayIndex() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getOverlayIndex() - Method in class wonderly.jeaprs.aprs.packet.APRSData
Returns a value from 0 through 9 if the icon has a numeric character overlay, or a value from 0 through 25 if the icon has an alpha character overlay.
getOverlayOff() - Method in class wonderly.jeaprs.StationInfo
 
getPacket() - Method in class wonderly.jeaprs.StationPackets
 
getPacketAt(int) - Method in class wonderly.jeaprs.MessageTableModel
 
getPacketData() - Method in class wonderly.jeaprs.aprs.APRSStatusEvent
Returns the packet data associated with an event that indicates something to do with a specific packet.
getParameter(String) - Method in class wonderly.jeaprs.JeAPRS
 
getParameter(String) - Method in interface wonderly.jeaprs.aprs.BrowserAccess
 
getParent() - Method in interface wonderly.jeaprs.aprs.data.APRSVisualUI
 
getParity() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
getPath() - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
 
getPath() - Method in class wonderly.jeaprs.aprs.data.APRS
Get the UNPROTO path to use for this station
getPHG() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
Return PHG info or null if not present.
getPort() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
getPositInfoType() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getPosition() - Method in class wonderly.jeaprs.aprs.WhizWheelEvent
 
getPosition() - Method in class wonderly.jeaprs.StationPackets
 
getPositionPacket() - Method in class wonderly.jeaprs.StationPackets
 
getPower() - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
 
getPower() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getPrintable() - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
getPrintable() - Method in class wonderly.jeaprs.aprs.packet.APRSData
Returns a printable/readable version of the packet.
getPropertiesForObject(Object) - Method in class com.c2_tech.reflect.PropertyManager
This method uses introspection to find the properties for the passed object and turn them into a Properties object.
getPropertiesForObject(Object) - Static method in class wonderly.jeaprs.JeAPRS
This method uses introspection to find the properties for the passed object and turn them into a Properties object.
getPropertiesInstance() - Static method in class wonderly.jeaprs.aprs.data.APRS
 
getPropertiesInstance() - Static method in class wonderly.jeaprs.JeAPRS
 
getQueriedStation() - Method in class wonderly.jeaprs.aprs.packet.APRSQuery
Gets the station that the query is to.
getQuery() - Method in class wonderly.jeaprs.aprs.packet.APRSQuery
Gets the name of the query requested
getRadio() - Method in class wonderly.jeaprs.aprs.data.RadioFrequency
Get the radio index
getRadioRange() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getRainLastHour() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getRainSinceMidnight() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getRainThisHour() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getRainTotalForMonth() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getRange() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getRange() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getRawWeatherData() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getRepeatDelay() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getResultStation() - Method in class wonderly.jeaprs.aprs.packet.APRSQuery
Returns the station that the query is to be sent to.
getReturnAllObjects() - Method in class com.c2_tech.reflect.PropertyManager
Returns the setting of the returnAllObjects property
getReturnNumericsAsStrings() - Method in class com.c2_tech.reflect.PropertyManager
Returns the setting of the returnNumericsAsStrings property
getRNG() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
Return RNG info or null if not present.
getRowCount() - Method in class wonderly.jeaprs.MessageTableModel
 
getRowForCall(String) - Method in class wonderly.jeaprs.MessageTableModel
 
getSatCount() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getSatsPresent() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getSelectCount() - Method in class wonderly.jeaprs.aprs.WhizWheelEvent
 
getSelectCount2() - Method in class wonderly.jeaprs.aprs.WhizWheelEvent
 
getSendMaidenHeadInStatus() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getSendPosits() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getSendStatus() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getSequence() - Method in class wonderly.jeaprs.aprs.packet.APRSTelemetry
 
getSize() - Method in class wonderly.jeaprs.swing.VectorListModel
 
getSize() - Method in class wonderly.jeaprs.swing.CircularListModel
 
getSmartBeaconFastRate() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getSmartBeaconHighSpeed() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getSmartBeaconLowSpeed() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getSmartBeaconStoppedDelay() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getSmartBeaconTurnMin() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getSmartBeaconTurnThreshold() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getSmartBeaconTurnTime() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getSpeed() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getSpeedInHundredthsMPH() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
getSpeedInHundredthsMPH() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getSpeedInHundredthsMPH() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getSpeedInHundredthsMPH() - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
getSpeedInHundredthsMPH() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getSpeedPresent() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getStaticLocation() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getStatInterval() - Method in class wonderly.jeaprs.aprs.data.APRS
Minutes interval between stat transmissions
getStation(int) - Method in class wonderly.jeaprs.MessageTableModel
 
getStationCall() - Method in class wonderly.jeaprs.StationInfo
 
getStationEmailAddress() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getStationHeight() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getStationMeteorInfo() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
getStatus() - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
 
getStatus() - Method in class wonderly.jeaprs.StationPackets
 
getStatusMessage() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getStopBits() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
getStrength() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getSymChar() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getSymChar() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getSymChar() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getSymTab() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
getSymTab() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
getSymTable() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getTemperature() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getThrowable() - Method in class wonderly.jeaprs.aprs.APRSStatusEvent
Gets the Throwable object that details the error that occured in processing the packet.
getTime() - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
Spec says must be zulu time, Some reports are structured as
getTime() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
Get the time that was provided in the packet (if any).
getTime() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
Time on object in Java time
getTNCInit() - Method in class wonderly.jeaprs.io.aprs.TNCStream
Convert InputStream from TNCInitialization (via fileAccess) to BufferedReader()
getTNCInit() - Method in interface wonderly.jeaprs.io.TNCInitialization
 
getTNCInit() - Method in class wonderly.jeaprs.io.aprs.TNCFileAccess
 
getTNCReset() - Method in class wonderly.jeaprs.io.aprs.TNCStream
Convert InputStream from TNCInitialization (via fileAccess) to BufferedReader()
getTNCReset() - Method in interface wonderly.jeaprs.io.TNCInitialization
 
getTNCReset() - Method in class wonderly.jeaprs.io.aprs.TNCFileAccess
Reset file contents from "tnc.reset" if present in System.getProperty("user.dir").
getTNCs() - Method in class wonderly.jeaprs.aprs.app.APRSLoadableClientJar
Returns all of the classes implementing the wonderly.jeaprs.aprs.TNC interface in the jar this object was constructed with.
getTNCStream() - Static method in class wonderly.jeaprs.JeAPRS
 
getTNCType() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
getTNCType() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
getTNCType() - Method in interface wonderly.jeaprs.TNC
Returns what type this TNC was configured for (TNC_TYPE_*).
getTNCType() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
getTo() - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
getType() - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
Returns the packet type character
getType() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
getUI() - Method in class wonderly.jeaprs.aprs.data.APRS
Gets the current APRSUI object used by this application
getUI() - Static method in class wonderly.jeaprs.JeAPRS
 
getUIFactory() - Method in class wonderly.jeaprs.ClientImpl
This default method returns a reference to an inner class that implements the APRSUIFactory interface.
getUIFactory() - Method in interface wonderly.jeaprs.Client
Returns the UI factory used to generate the UI for this module if a UI applies
getUnProto() - Method in class wonderly.jeaprs.aprs.data.APRS
 
getUseRelativeDirection() - Method in class wonderly.jeaprs.aprs.data.APRS
For mobile ops, the direction indication of other stations can either be relative to the course of the mobile, or relative to north.
getValueAt(int, int) - Method in class wonderly.jeaprs.MessageTableModel
 
getWeather() - Method in class wonderly.jeaprs.StationPackets
 
getWindDirection() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getWindGustSpeed() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
getWindSpeed() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
GOTO_LINE1 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
GOTO_LINE2 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
GOTO_LINE3 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
GOTO_LINE4 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
gps(APRSPacket, APRSGps) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when a gps/NMEA sentence is received from a station.
gps(APRSPacket, APRSGps) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
GPSQLEN - Static variable in class wonderly.jeaprs.aprs.HamHud
 
gridSq - Variable in class wonderly.jeaprs.ConfigManager
 

H

HamHud - class wonderly.jeaprs.aprs.HamHud.
 
HamHud() - Constructor for class wonderly.jeaprs.aprs.HamHud
 
hardwareFlow - Variable in class wonderly.jeaprs.io.aprs.TNCStream
 
hashCode() - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
 
hashCode() - Method in class wonderly.jeaprs.ByteString
 
hasMoreElements() - Method in class wonderly.jeaprs.aprs.packet.FieldedStringTokenizer
 
hasMoreTokens() - Method in class wonderly.jeaprs.aprs.packet.FieldedStringTokenizer
 
hasOverlaya - Variable in class wonderly.jeaprs.aprs.packet.APRSData
True if there is an alpha character overlay.
hasOverlayn - Variable in class wonderly.jeaprs.aprs.packet.APRSData
True if there is a numeric character overlay.
hasTime() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
haveCourseAndSpeed() - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
haveHeard(APRSPacket) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
heard() - Method in class wonderly.jeaprs.StationPackets
 
heardStations() - Method in class wonderly.jeaprs.aprs.data.APRS
Enumerations the stations heard by this station either direct or via a digipeater.
height - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
HIGH_BLACK - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
HIGH_BLUE - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
HIGH_CYAN - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
HIGH_GRAY - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
HIGH_GREEN - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
HIGH_RED - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
HIGH_VIOLET - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
HIGH_YELLOW - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 

I

icon - Variable in class wonderly.jeaprs.aprs.packet.APRSData
The icon index number computed by calcIconFrom()
IGATED - Static variable in class wonderly.jeaprs.aprs.HamHud
 
IGATEStream - class wonderly.jeaprs.net.aprs.IGATEStream.
This class provides access to a Internet connected TNC stream.
IGATEStream() - Constructor for class wonderly.jeaprs.net.aprs.IGATEStream
 
ignorableWhitespace(char[], int, int) - Method in class wonderly.jeaprs.JeAPRS
 
indexOf(char) - Method in class wonderly.jeaprs.ByteString
 
indexOf(Object) - Method in class wonderly.jeaprs.swing.VectorListModel
 
indexOf(Object, int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
info - Variable in class wonderly.jeaprs.aprs.packet.APRSPacket
 
infos - Variable in class com.c2_tech.reflect.PropertyManager
Cached BeanInfos
init(JLCDDisplay, JWhizWheel) - Method in class wonderly.jeaprs.aprs.HamHud
 
initialize(JeAPRSUI) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
initialize(JeAPRSUI) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
initialize(JeAPRSUI) - Method in interface wonderly.jeaprs.TNC
Set everything up, open ports etc
initialize(JeAPRSUI) - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Set everything up, open ports etc
initTNC() - Method in class wonderly.jeaprs.io.aprs.TNCStream
Call this method to send the default initialization data to the TNC
initTNC() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
initTNC() - Method in interface wonderly.jeaprs.TNC
Send initialization commands to TNC
initTNC() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Send initialization commands to TNC
initTNC(TNCInitialization) - Method in class wonderly.jeaprs.io.aprs.TNCStream
Call this method to initialize the TNC using the passed TNCInitialization instance instead of the default file based initialization.
ins - Variable in class wonderly.jeaprs.ClientImpl
The event generator that we are currently getting events from
insertElementAt(Object, int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
INT_EE - Static variable in class wonderly.jeaprs.aprs.HamHud
 
INT_FLASH - Static variable in class wonderly.jeaprs.aprs.HamHud
 
InvalidPacketConfigurationException - exception wonderly.jeaprs.aprs.InvalidPacketConfigurationException.
A APRSData subclass has not completely been initialized before an attempt was made to send it as an APRS packet
InvalidPacketConfigurationException() - Constructor for class wonderly.jeaprs.aprs.InvalidPacketConfigurationException
 
InvalidPacketConfigurationException(String) - Constructor for class wonderly.jeaprs.aprs.InvalidPacketConfigurationException
 
IOModule - interface wonderly.jeaprs.io.IOModule.
An interface to identify classes that are I/O providers.
isAck() - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
isActive() - Method in interface wonderly.jeaprs.aprs.DynamicTextHandler
 
isAlive() - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
isAlpha(byte) - Method in class wonderly.jeaprs.ByteString
 
isAltIcon() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
isAltIcon() - Method in class wonderly.jeaprs.aprs.packet.APRSData
Returns true if the icon specification refers to the alternate icon set, false if it refers to the primary icon set.
isAmbiguous() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
isBeaconing() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
isBeaconMessaging() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isBulletin() - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
isCheckMemory() - Method in class wonderly.jeaprs.aprs.data.APRS
If some features are memory intensive, they should check this return value to see if the user wants them to consider their memory use.
isDigiActive() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
isDigipeating() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isDirty() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isDirty() - Method in class wonderly.jeaprs.ClientImpl
 
isDirty() - Method in interface wonderly.jeaprs.Client
 
isDirty() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
isEmpty() - Method in class wonderly.jeaprs.swing.VectorListModel
 
isGridOnly() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
isGridOnly() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
isGridOnly() - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
isGridOnly() - Method in class wonderly.jeaprs.PositionInfo
 
isHardwareFlow() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
isInitialized() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
isInitialized() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
isInitialized() - Method in interface wonderly.jeaprs.TNC
Tracks whether initTNC has been called
isInitialized() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Tracks whether initTNC has been called
isInputUser() - Method in class wonderly.jeaprs.ClientImpl
If this client needs an event generator, this should return true.
isInputUser() - Method in interface wonderly.jeaprs.Client
Does this module need an event input stream
isKiss() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
isKiss() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
isKiss() - Method in interface wonderly.jeaprs.TNC
 
isKiss() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
isKissMode() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isLowMemory() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isMessagingAvailable() - Method in class wonderly.jeaprs.aprs.data.APRS
Does this station has APRS text messaging facilities.
isMeteorMode() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
isNew() - Method in class wonderly.jeaprs.StationInfo
 
isNum(ByteString) - Method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
isNum(ByteString) - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
isNumericOverlay() - Method in class wonderly.jeaprs.StationInfo
 
isOutputUser() - Method in class wonderly.jeaprs.ClientImpl
If this client needs an output stream, this should return true.
isOutputUser() - Method in interface wonderly.jeaprs.Client
Does this module need an output stream
isOverlayAlpha() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
isOverlayAlpha() - Method in class wonderly.jeaprs.aprs.packet.APRSData
Returns true if the icon has an alpha character overlay
isOverlayNumeric() - Method in interface wonderly.jeaprs.aprs.packet.APRSPositionData
 
isOverlayNumeric() - Method in class wonderly.jeaprs.aprs.packet.APRSData
Returns true if the icon has a numeric character overlay
isRelay() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
isSendingCseSpd() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isSendingDF() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isSendingPHP() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isSendingRange() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isSendTimeStatus() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isShowingAcks() - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
isShowingDelivered() - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
isStartup() - Method in class wonderly.jeaprs.aprs.data.APRS
Is the JeAPRS system starting up.
isStaticPosit() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
isStatusing() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
isStatusMessaging() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isStopped() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
isTimeInPosit() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isTraceInPackets() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isTraceOutPackets() - Method in class wonderly.jeaprs.aprs.data.APRS
 
isValid() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
When the data is invalid the entire sentence is still processed.
isWaveAt() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
isWide() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
item(APRSPacket, APRSItem) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when an item is received from a station.
item(APRSPacket, APRSItem) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 

J

JeAPRS - class wonderly.jeaprs.JeAPRS.
This is the main class for the JeAPRS application
JeAPRS.PosImageIcon - class wonderly.jeaprs.JeAPRS.PosImageIcon.
 
JeAPRS.PosImageIcon(String, double, double) - Constructor for class wonderly.jeaprs.JeAPRS.PosImageIcon
 
JeAPRS.SocketAPRS - class wonderly.jeaprs.JeAPRS.SocketAPRS.
 
JeAPRS.SocketAPRS(String, int) - Constructor for class wonderly.jeaprs.JeAPRS.SocketAPRS
 
JeAPRS.StationImageIcon - class wonderly.jeaprs.JeAPRS.StationImageIcon.
 
JeAPRS.StationImageIcon(int, int, boolean) - Constructor for class wonderly.jeaprs.JeAPRS.StationImageIcon
 
JeAPRS(String[]) - Constructor for class wonderly.jeaprs.JeAPRS
 
JeAPRSUI - interface wonderly.jeaprs.ui.JeAPRSUI.
This interface defines the set of methods needed by a UI for JeAPRS clients.
JLCDDisplay - class wonderly.jeaprs.aprs.JLCDDisplay.
This class defines a JComponent object that provides an LCD like display object that is a 40x4 character based display.
JLCDDisplay(int, int) - Constructor for class wonderly.jeaprs.aprs.JLCDDisplay
 
JWhizWheel - class wonderly.jeaprs.aprs.JWhizWheel.
This class provides a remedial control that implements the ability to do up and down value manipulation and a select button.
JWhizWheel() - Constructor for class wonderly.jeaprs.aprs.JWhizWheel
 

K

keyFor(APRSPacket) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
kiloPerDegree - Static variable in class wonderly.jeaprs.aprs.data.Distance
 

L

L2MENU_LEN - Static variable in class wonderly.jeaprs.aprs.HamHud
 
lastElement() - Method in class wonderly.jeaprs.swing.VectorListModel
 
lastIndexOf(Object) - Method in class wonderly.jeaprs.swing.VectorListModel
 
lastIndexOf(Object, int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
lat - Variable in class wonderly.jeaprs.ConfigManager
 
latHundredthsSecondsAsString(long) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
latLonParts(ByteString) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
latOff - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
latSecondsAsString(long) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
latSecs - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LATX - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LCD_CLEAR - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LCD_E - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LCD_RS - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LCDDisplay - interface wonderly.jeaprs.aprs.LCDDisplay.
This interface is provided to standardize access to an LCD character based display.
LED1 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LED2 - Static variable in class wonderly.jeaprs.aprs.HamHud
 
length() - Method in class wonderly.jeaprs.ByteString
 
live - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LN2_MISC - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LN2_PATH - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LN2_POS - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LN2_SB - Static variable in class wonderly.jeaprs.aprs.HamHud
 
load() - Method in class wonderly.jeaprs.aprs.map.nws.shape.NWSShape
 
loadList(String) - Method in class wonderly.jeaprs.map.pdb.PDBMap
 
loadMap(String) - Method in class wonderly.jeaprs.map.pdb.PDBMap
 
loadPropertiesModules(String) - Method in class wonderly.jeaprs.JeAPRS
 
lockTNC(boolean) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
lockTNC(boolean) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
lockTNC(boolean) - Method in interface wonderly.jeaprs.TNC
Causes this object to block/release access to the TNC stream
lockTNC(boolean) - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Causes this object to block/release access to the TNC stream
log(String) - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
logBadPacket(byte[], Throwable) - Method in class wonderly.jeaprs.aprs.data.APRS
 
lon - Variable in class wonderly.jeaprs.ConfigManager
 
lonHundredthsSecondsAsString(long) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
lonHundredthsSecondsToString(long) - Static method in class wonderly.jeaprs.aprs.packet.APRSGps
 
lonOff - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
lonSecondsAsString(long) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
lonSecs - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LONX - Static variable in class wonderly.jeaprs.aprs.HamHud
 
LOW_BLACK - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LOW_BLUE - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LOW_CYAN - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LOW_GRAY - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LOW_GREEN - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LOW_RED - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LOW_VIOLET - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
LOW_YELLOW - Static variable in class wonderly.jeaprs.aprs.packet.APRSObject
 

M

main(String[]) - Static method in class wonderly.jeaprs.map.pdb.PDBMap
 
main(String[]) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 
main(String[]) - Static method in class wonderly.jeaprs.aprs.map.nws.shape.NWSShape
 
main(String[]) - Static method in class wonderly.jeaprs.aprs.kenwood.thd7a.THD7AControl
 
main(String[]) - Static method in class wonderly.jeaprs.JeAPRS
 
main(String[]) - Static method in class wonderly.jeaprs.aprs.APRSDigi
 
me - Variable in class wonderly.jeaprs.ClientImpl
A reference to ourselves for inner classes to use.
MENU_LEN - Static variable in class wonderly.jeaprs.aprs.HamHud
 
message(APRSPacket, APRSMessage) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when a message report is received from a station.
message(APRSPacket, APRSMessage) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
MessageTableModel - class wonderly.jeaprs.MessageTableModel.
 
MessageTableModel(APRS) - Constructor for class wonderly.jeaprs.MessageTableModel
 
MicE - class wonderly.jeaprs.aprs.MicE.
 
MicE() - Constructor for class wonderly.jeaprs.aprs.MicE
 
ModeNotSupportedException - exception wonderly.jeaprs.aprs.ModeNotSupportedException.
TNC access mode not supported exception message.
ModeNotSupportedException() - Constructor for class wonderly.jeaprs.aprs.ModeNotSupportedException
 
ModeNotSupportedException(String) - Constructor for class wonderly.jeaprs.aprs.ModeNotSupportedException
 
moveToColumn(int) - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
moveToColumn(int) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
moveToLine(int) - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
moveToLine(int) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
msg - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
MSG_REPEAT - Static variable in class wonderly.jeaprs.aprs.HamHud
 
msgdelay - Static variable in class wonderly.jeaprs.aprs.HamHud
 
myCall - Variable in class wonderly.jeaprs.ConfigManager
 
MYCALL_STARTLINE - Static variable in class wonderly.jeaprs.aprs.HamHud
 
MyPipedInputStream - class wonderly.jeaprs.io.aprs.MyPipedInputStream.
 
MyPipedInputStream() - Constructor for class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
MyPipedInputStream(MyPipedOutputStream) - Constructor for class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
MyPipedOutputStream - class wonderly.jeaprs.io.aprs.MyPipedOutputStream.
 
MyPipedOutputStream() - Constructor for class wonderly.jeaprs.io.aprs.MyPipedOutputStream
 
MyPipedOutputStream(MyPipedInputStream) - Constructor for class wonderly.jeaprs.io.aprs.MyPipedOutputStream
 
MYPOS - Static variable in class wonderly.jeaprs.aprs.HamHud
 

N

name - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
name - Variable in class wonderly.jeaprs.ClientImpl
The name of this client
nextElement() - Method in class wonderly.jeaprs.aprs.packet.FieldedStringTokenizer
 
nextToken() - Method in class wonderly.jeaprs.aprs.packet.FieldedStringTokenizer
 
noMoreNumbers - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
notifyPropertyChange(PropertyChangeEvent) - Method in class wonderly.jeaprs.aprs.data.APRS
Used to notify all listeners when a property change occurs.
numAsString - Variable in class com.c2_tech.reflect.PropertyManager
setNumAsString property value
numToString(double) - Static method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
numToString(double, int) - Static method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
numToString(int) - Static method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
numToString(int) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
Default padding of numeric to zero filled 3 char string
numToString(int, int) - Static method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
 
numToString(int, int) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
zero fill of numeric string to indicated length
numToString(long, int) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
zero fill of numeric string to indicated length
NWSShape - class wonderly.jeaprs.aprs.map.nws.shape.NWSShape.
 
NWSShape(String) - Constructor for class wonderly.jeaprs.aprs.map.nws.shape.NWSShape
 

O

OBJ_COLOR_BLACK - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_COLOR_BLUE - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_COLOR_CYAN - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_COLOR_GRAY - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_COLOR_GREEN - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_COLOR_RED - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_COLOR_VIOLET - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_COLOR_YELLOW - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_INTENS_HIGH - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_INTENS_LOW - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_BOX - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_CIRCLE - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_ELLIPSE - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_FILLED_BOX - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_FILLED_CIRCLE - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_FILLED_ELLIPSE - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_FILLED_TRIANGLE - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_LINE_DOWN_LEFT - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_LINE_DOWN_RIGHT - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
OBJ_TYPE_TRIANGLE - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
object(APRSPacket, APRSObject) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when an object is received from a station.
object(APRSPacket, APRSObject) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
objType - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
onePointOneSix - Static variable in class wonderly.jeaprs.aprs.data.Distance
 
openAMapFrame(String) - Method in class wonderly.jeaprs.JeAPRS
 
openStream(String) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
OTHERS_STARTLINE - Static variable in class wonderly.jeaprs.aprs.HamHud
 
others(APRSPacket) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
 
others(APRSPacket) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
out - Variable in class com.c2_tech.reflect.PropertyManager
setExceptionReportPrintWriter property value
outs - Variable in class wonderly.jeaprs.ClientImpl
The outout stream that we write APRS messages to
overlay - Variable in class wonderly.jeaprs.aprs.packet.APRSData
The overlay character/numeric offset.

P

packetDataIgnored(APRSStatusEvent) - Method in interface wonderly.jeaprs.aprs.APRSStatusListener
This ev.getPacketData() packet data was ignored due to a parse error
packetType - Variable in class wonderly.jeaprs.aprs.packet.APRSData
The character used as the first character in this packet
paint(Graphics) - Method in class wonderly.jeaprs.map.pdb.PDBMap
 
paintIcon(Component, Graphics, int, int) - Method in class wonderly.jeaprs.JeAPRS.PosImageIcon
 
paintIcon(Component, Graphics, int, int) - Method in class wonderly.jeaprs.JeAPRS.StationImageIcon
 
paintIcon(Component, Graphics, int, int) - Method in class wonderly.jeaprs.aprs.APRSPosit.APRSIcon
 
parseLat(ByteString) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
Parses a latitude specification and turns it into a decimal number without regard to the intermixing of degrees and minutes.
parseLon(ByteString) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
Parses a longitude specification and turns it into a decimal number without regard to the intermixing of degrees and minutes.
parseTime(ByteString) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
parses the passed APRS timestring and converts it into a Java time value that is relative to 1/1/70 00:00 GMT.
path - Variable in class wonderly.jeaprs.aprs.packet.APRSPacket
 
path - Variable in class wonderly.jeaprs.ConfigManager
 
PDBMap - class wonderly.jeaprs.map.pdb.PDBMap.
Palm database map component
PDBMap() - Constructor for class wonderly.jeaprs.map.pdb.PDBMap
 
php - Variable in class wonderly.jeaprs.ConfigManager
 
POSIT_INFO_CSESPD - Static variable in class wonderly.jeaprs.aprs.data.APRS
Send the course and speed extra data with a posit
POSIT_INFO_DF - Static variable in class wonderly.jeaprs.aprs.data.APRS
Send direction finding extra data with a posit
POSIT_INFO_NONE - Static variable in class wonderly.jeaprs.aprs.data.APRS
Send no extra data with a posit
POSIT_INFO_PHG - Static variable in class wonderly.jeaprs.aprs.data.APRS
Send power, height and gain extra data with a posit
POSIT_INFO_RADIORNG - Static variable in class wonderly.jeaprs.aprs.data.APRS
Send radio range extra data with a posit
position(APRSPacket, APRSPosition) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when a position report is received from a station.
position(APRSPacket, APRSPosition) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
PositionInfo - class wonderly.jeaprs.PositionInfo.
 
PositionInfo(APRSPacket, APRSPositionData) - Constructor for class wonderly.jeaprs.PositionInfo
 
power - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
processAPRSPacket(APRSPacket) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSUserDefined
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSThirdParty
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSTelemetry
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSStation
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSShelter
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSQuery
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
Provide the data in this packet to the passed listener.
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Distributes this packet to the passed listener via APRSEventListener.gps().
processData(APRSPacket, APRSEventListener) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventDataProcessor
 
processData(APRSPacket, APRSEventListener) - Method in class wonderly.jeaprs.aprs.packet.APRSData
This method needs to be called for any APRS packet that could produce multiple APRS data objects.
processGPGGA(String) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Process a GPGGA packet, populating this object
processGPRMC(String) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Process a GPRMC packet, populating this object.
processingInstruction(String, String) - Method in class wonderly.jeaprs.JeAPRS
 
processMessagesTo(String) - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
processNwsMessage(APRSPacket, APRSMessage) - Method in class wonderly.jeaprs.aprs.clients.APRSNWSHandler
 
processQuery(APRSPacket, APRSQuery) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
processTNCStream(TNC) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
 
processTNCStream(TNC) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
 
propertyChange(PropertyChangeEvent) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
propertyChange(PropertyChangeEvent) - Method in class wonderly.jeaprs.aprs.clients.APRSObjectItemManager
 
propertyChange(PropertyChangeEvent) - Method in class wonderly.jeaprs.MessageTableModel
 
propertyChange(PropertyChangeEvent) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
PropertyManager - class com.c2_tech.reflect.PropertyManager.
This class provides facilities for managing runtime property settings on objects, using the BeanInfo notion of properties.
PropertyManager() - Constructor for class com.c2_tech.reflect.PropertyManager
 
PUTCH_BOTH - Static variable in class wonderly.jeaprs.aprs.HamHud
 
PUTCH_LCD - Static variable in class wonderly.jeaprs.aprs.HamHud
 
PUTCH_UART - Static variable in class wonderly.jeaprs.aprs.HamHud
 
putPendingMessage(ByteString, ByteString, ByteString, String, String) - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 

Q

query(APRSPacket, APRSQuery) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when a query is received from a station.
query(APRSPacket, APRSQuery) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 

R

R1_FLAG - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
R2_FLAG - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
radio - Variable in class wonderly.jeaprs.aprs.data.RadioFrequency
 
RadioFrequency - class wonderly.jeaprs.aprs.data.RadioFrequency.
This class encapsulates a specification for a radio (by index) and an associated frequency.
RadioFrequency(int, long) - Constructor for class wonderly.jeaprs.aprs.data.RadioFrequency
Construct an object
range - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
range - Variable in class wonderly.jeaprs.ConfigManager
 
rate - Variable in class wonderly.jeaprs.ConfigManager
 
read() - Method in class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
read(byte[]) - Method in class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
read(byte[], int, int) - Method in class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
readPacket() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
readPacket() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
readPacket() - Method in interface wonderly.jeaprs.io.aprs.APRSInput
Reads a packet from the TNC.
readPacket() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
readState(ObjectInputStream) - Method in class wonderly.jeaprs.MessageTableModel
 
readURL(URL) - Method in class wonderly.jeaprs.JeAPRS
 
readURL(URL, String) - Method in class wonderly.jeaprs.JeAPRS
 
receive(byte[]) - Method in class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
receive(byte[], int, int) - Method in class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
receive(int) - Method in class wonderly.jeaprs.io.aprs.MyPipedInputStream
 
registerAPRSEventGenerator(APRSEventGenerator) - Static method in class wonderly.jeaprs.JeAPRS
 
registerMappedKeyStrokes(JComponent) - Method in class wonderly.jeaprs.JeAPRS
 
registerTnc(TNC, String) - Method in class wonderly.jeaprs.JeAPRS
 
remove(int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
removeAllElements() - Method in class wonderly.jeaprs.swing.VectorListModel
 
removeAllElements() - Method in class wonderly.jeaprs.swing.CircularListModel
 
removeAllElements() - Method in class wonderly.jeaprs.MessageTableModel
 
removeAPRSEventGenerator(APRSEventGenerator) - Method in class wonderly.jeaprs.ClientImpl
Remove the client as a listener to the passed APRSEventGenerator.
removeAPRSEventGenerator(APRSEventGenerator) - Method in interface wonderly.jeaprs.Client
Used to remove the input event stream generator
removeAPRSEventListener(APRSEventListener) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
 
removeAPRSEventListener(APRSEventListener) - Static method in class wonderly.jeaprs.JeAPRS
 
removeAPRSEventListener(APRSEventListener) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Removes the passed APRSEventListener so that it will no longer receives events.
removeAPRSOutputStream(TNC) - Method in class wonderly.jeaprs.ClientImpl
Used to set the currently used output stream
removeAPRSOutputStream(TNC) - Method in interface wonderly.jeaprs.Client
Used to remove the indicated output stream used
removeAPRSStatusListener(APRSStatusListener) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
 
removeAPRSStatusListener(APRSStatusListener) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Removes the passed APRSStatusListener
removeBadPacketListener(BadPacketListener) - Method in class wonderly.jeaprs.aprs.data.APRS
 
removeElement(Object) - Method in class wonderly.jeaprs.swing.VectorListModel
 
removeElement(String) - Method in class wonderly.jeaprs.MessageTableModel
 
removeElementAt(int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
removeElementAt(int) - Method in class wonderly.jeaprs.MessageTableModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class wonderly.jeaprs.aprs.data.APRS
Removes a property change listener
removeRange(int, int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
removeStreamListener(OutputStream) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventGenerator
Remove listener
removeStreamListener(OutputStream) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Removes the passed stream listener
removeWhizWheelListener(WhizWheelListener) - Method in interface wonderly.jeaprs.aprs.WhizWheel
 
removeWhizWheelListener(WhizWheelListener) - Method in class wonderly.jeaprs.aprs.JWhizWheel
 
renameConfig(String, String) - Method in class wonderly.jeaprs.ConfigManager
 
replace(byte, byte) - Method in class wonderly.jeaprs.ByteString
 
replace(char, char) - Method in class wonderly.jeaprs.ByteString
 
reportException(InvocationTargetException) - Method in class com.c2_tech.reflect.PropertyManager
Return an exception by printing out the stack dump
reportException(RuntimeException) - Method in class com.c2_tech.reflect.PropertyManager
Return an exception by printing out the stack dump
reportException(Throwable) - Method in interface wonderly.jeaprs.ui.JeAPRSUI
 
reportException(Throwable, String) - Method in interface wonderly.jeaprs.ui.JeAPRSUI
Report an exception with extra text for describing the problem.
reportMessage(String) - Method in interface wonderly.jeaprs.ui.JeAPRSUI
 
reportWarningMessage(String, String) - Method in interface wonderly.jeaprs.ui.JeAPRSUI
 
retAllObjects - Variable in class com.c2_tech.reflect.PropertyManager
setReturnAllObjects property value
reversePathFor(String) - Static method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
RTS - Static variable in class wonderly.jeaprs.aprs.HamHud
 
run() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
run() - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
run() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
RXPOS - Static variable in class wonderly.jeaprs.aprs.HamHud
 

S

saveConfigs() - Method in class wonderly.jeaprs.ConfigManager
 
savePacket(APRSPacket) - Method in class wonderly.jeaprs.aprs.HamHud
 
savePropertiesFor(String, Properties) - Static method in class wonderly.jeaprs.JeAPRS
 
SBUFLEN - Static variable in class wonderly.jeaprs.aprs.HamHud
 
scroll_delay - Static variable in class wonderly.jeaprs.aprs.HamHud
 
sday - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
sdir - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
selectAPRSSite() - Method in class wonderly.jeaprs.JeAPRS
 
sendBadPacket(byte[], Exception) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Sends EOF to all APRSStatusListeners
sendBeacon - Variable in class wonderly.jeaprs.ConfigManager
 
sendBeaconMsg - Variable in class wonderly.jeaprs.ConfigManager
 
sendEOFStatus() - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Sends EOF to all APRSStatusListeners
sendEvents(boolean, boolean) - Method in class wonderly.jeaprs.aprs.JWhizWheel
 
sendMessage(ByteString, ByteString, ByteString) - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
sendPacket(APRSData) - Static method in class wonderly.jeaprs.JeAPRS
 
sendPacket(APRSOutput) - Method in class wonderly.jeaprs.aprs.packet.APRSData
This method must be implemented by all APRSData subclasses.
sendStatMsg - Variable in class wonderly.jeaprs.ConfigManager
 
SERIAL_TMO - Static variable in class wonderly.jeaprs.aprs.HamHud
 
set(int, Object) - Method in class wonderly.jeaprs.swing.VectorListModel
 
setAck(ByteString) - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
setAlive(boolean) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setAltitude(int) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Sets the altitude for the data
setAltitude(int) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setAltitudePresent(boolean) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Set whether altitude is present in the data
setAPRSPropertiesInstance(APRS) - Static method in class wonderly.jeaprs.PositionInfo
 
setAreaObject(int, int, int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setBaudRate(int) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
setBeaconing(boolean) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setBeaconInterval(int) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setBeaconMessage(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the posit beacon message string to use
setBeaconMessaging(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
Set whether or not a message is sent when a posit beacon is sent.
setCacheBeanInfos(boolean) - Method in class com.c2_tech.reflect.PropertyManager
Establishes whether BeanInfo instances returned from the Introspector are cached.
setCheckMemory(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
Used to control whether low memory conditions should control memory intensive features
setColor(int) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setCommPort(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Get the name of the Serial communications port to use for TNC access
setConfigFile(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Set the name of the config file to use for this application
setContents(Vector) - Method in class wonderly.jeaprs.swing.VectorListModel
 
setCourse(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setCourse(int) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
Select DATA_CSESPD type and specify the course
setCourse(int) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Sets the course data
setCourse(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the current course of the station.
setCoursePresent(boolean) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Sets whether the course is present
setCurLine(int) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
setCurrentCall(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets currently selected call sign being referred to.
setCursor(int, int) - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
setCursor(int, int) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
setData(ByteString) - Method in class wonderly.jeaprs.aprs.packet.APRSUserDefined
 
setData(String) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Set the raw NMEA string data
setDataBits(int) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
setDebug(boolean) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setDebugging(boolean) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
 
setDefaultMap(String) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setDefaultMap(String, boolean) - Method in class wonderly.jeaprs.JeAPRS
 
setDefaultMap(String, boolean) - Method in interface wonderly.jeaprs.aprs.BrowserAccess
 
setDFBearingQuality(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setDFNRQ(int, int, int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setDFNumberHits(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setDFPower(int) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setDFRange(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setDigiActive(boolean) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
setDigipeating(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setDirection(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
Sets the antenna's coverage/maximum gain direction 0 means omni-directional.
setDirectivity(int) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
Select DATA_PHG type and specify the direction
setDirectivity(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the encoded directivity of the station's antenna
setDirty(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
sets the modified/dirty state of this object so that the application will know to save its contents
setDirty(boolean) - Method in class wonderly.jeaprs.ClientImpl
 
setDirty(boolean) - Method in interface wonderly.jeaprs.Client
Set whether this client needs to have its properties saved
setDocumentLocator(Locator) - Method in class wonderly.jeaprs.JeAPRS
 
setElementAt(Object, int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
setElementAt(Object, int) - Method in class wonderly.jeaprs.swing.CircularListModel
 
setEnabled(boolean) - Method in class wonderly.jeaprs.aprs.APRSAction
Change the enabled state to that passed.
setExceptionReportPrintWriter(PrintWriter) - Method in class com.c2_tech.reflect.PropertyManager
If set to a non-null value, then exceptions will be reported via the passed Writer rather than thrown back to the caller.
setFont(Font) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
setGain(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setGain(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the encoded gain associated with the stations antenna
setGps(APRSGps, APRSPacket) - Method in class wonderly.jeaprs.StationPackets
 
setGridOnly(boolean) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setHardwareFlow(boolean) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
setHeight(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setHostName(String) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
setIgnoredCalls(String) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
setInitialized(boolean) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
setKiss(boolean) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
setKiss(boolean) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
setKiss(boolean) - Method in interface wonderly.jeaprs.TNC
sets the use of KISS mode based on the passed parameter
setKiss(boolean) - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
setKissMode(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
Configures whether JeAPRS is operating in Kiss mode.
setLastGPS(APRSGps) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the current GPS information pertaining to this station.
setLatHundredthsSeconds(long) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setLatHundredthsSeconds(long) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setLatHundredthsSeconds(long) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Sets the latitude seconds of arc for the location
setLogAll(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogCapabilities(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogFile(String) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogGPS(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogItems(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogMessage(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogObjects(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogOthers(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogPosition(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogQuery(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogShelter(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogStatus(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogTelemetry(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogThirdParty(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogUser(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLogWeather(boolean) - Method in class wonderly.jeaprs.aprs.clients.APRSPacketLogger
 
setLonHundredthsSeconds(long) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setLonHundredthsSeconds(long) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setLonHundredthsSeconds(long) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Sets the longitude seconds of arc for the location
setLowMemory(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
This method is used by code in the application which can determine whether the application is running in a low memory environment.
setMagVariation(int) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
setMagVariationDirection(char) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
setMaidenHead(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the MaidenHead grid string used for the location of this station.
setMapLat(long) - Method in class wonderly.jeaprs.aprs.data.APRS
Set last map latitude in seconds (include fractions of a second)
setMapLon(long) - Method in class wonderly.jeaprs.aprs.data.APRS
Set last map longitude in seconds (include fractions of a second)
setMaxHeardStations(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the maximum number of heard stations that should be tracked by the application.
setMaxSize(int) - Method in class wonderly.jeaprs.swing.CircularListModel
 
setMessage(APRSMessage) - Method in class wonderly.jeaprs.StationPackets
 
setMessage(ByteString) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
Set the text sent with the object.
setMessage(ByteString) - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
setMessage(String) - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
setMessagingAvailable(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
set whether this station has APRS text messaging facilities
setMeteorMode(boolean) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setModuleId(String) - Method in interface wonderly.jeaprs.io.IOModule
Sets the name used for identifying this TNC to the user
setModuleId(String) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
setModuleId(String) - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Sets the name used for identifying this TNC to the user
setModuleId(String) - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
Sets the name used for identifying this TNC to the user
setMyCall(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the call sign to use for this station
setMyLat(long) - Method in class wonderly.jeaprs.aprs.data.APRS
Set latitude in seconds (include fractions of a second)
setMyLon(long) - Method in class wonderly.jeaprs.aprs.data.APRS
Set longitude in seconds (include fractions of a second)
setName(ByteString) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setName(String) - Method in class wonderly.jeaprs.ClientImpl
Sets the name of this client
setName(String) - Method in interface wonderly.jeaprs.Client
Sets the name used for this instance of this client module
setObjectType(int) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setOpenDefaultMap(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setPacket(APRSPacket) - Method in class wonderly.jeaprs.StationPackets
 
setParity(int) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
setPath(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the UNPROTO path to use for packet transmissions from this station.
setPHG(int, int, int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setPort(int) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
setPositInfoType(int) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setPosition(APRSPositionData, APRSPacket) - Method in class wonderly.jeaprs.StationPackets
 
setPower(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setPower(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the APRS power value.
setPowerHeightGain(int, int, int) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setPropertiesOn(Client, JInternalFrame) - Static method in class wonderly.jeaprs.JeAPRS
 
setPropsWithConfig(ConfigManager.Config) - Method in class wonderly.jeaprs.ConfigManager
 
setRadioFrequency(RadioFrequency) - Method in class wonderly.jeaprs.aprs.data.APRS
This method is used to set radios to particular frequencies.
setRadioRange(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setRadioRange(int) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setRange(int) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
Select DATA_RANGE type and specify the range
setRelay(boolean) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
setRepeatDelay(int) - Method in class wonderly.jeaprs.aprs.APRSPosit
Millisecond delay for repeat beaconing delay must be a value related to .1, .25, .5, 1, 2, 3, 4, 5, 10, 20 or 30 minutes.
setReturnAllObjects(boolean) - Method in class com.c2_tech.reflect.PropertyManager
Establishes with the returned Property objects will just have Strings (false) or the actual Objects (true).
setReturnNumericsAsStrings(boolean) - Method in class com.c2_tech.reflect.PropertyManager
Establishes whether Number.class implementing classes and the native numeric typed property values are converted to strings on return from getPropertiesForObject(), or if they are left as the original Object value returned.
setSatCount(int) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Set the count of satellites found
setSatsPresent(boolean) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Sets whether or not satellite count was/is present in the data
setSendingCseSpd(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setSendingDF(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setSendingPHP(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setSendingRange(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setSendMaidenHeadInStatus(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setSendPosits(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
Set whether this station sends out position reports
setSendStatus(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
Set whether this station sends out status reports
setSendTimeStatus(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setShowingAcks(boolean) - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
setShowingDelivered(boolean) - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
setSize(int) - Method in class wonderly.jeaprs.swing.VectorListModel
 
setSmartBeaconFastRate(int) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setSmartBeaconHighSpeed(int) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setSmartBeaconLowSpeed(int) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setSmartBeaconStoppedDelay(int) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setSmartBeaconTurnMin(int) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setSmartBeaconTurnThreshold(int) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setSmartBeaconTurnTime(int) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setSpeed(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the current speed of the station.
setSpeedInHundredthsMPH(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setSpeedInHundredthsMPH(int) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
Select DATA_CSESPD int and specify the speed
setSpeedInHundredthsMPH(int) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Sets the speed data
setSpeedPresent(boolean) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Set whether the speed is present in the data
setStartup(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
Set the startup state of the system
setStaticLocation(String) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setStaticPosit(boolean) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setStatInterval(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Returns minute interval for status messages
setStationEmailAddress(String) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setStationHeight(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the encoded station's antenna height
setStationMeteorInfo(String) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setStatus(APRSStatus) - Method in class wonderly.jeaprs.StationPackets
 
setStatusing(boolean) - Method in class wonderly.jeaprs.aprs.APRSPosit
 
setStatusMessage(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the status message to use for the status for this station.
setStatusMessaging(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
Set whether or not status messages/packets are sent for this station
setStopBits(int) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
setStrength(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setStrength(int) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the encoded signal strength
setSymChar(byte) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setSymChar(byte) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setSymChar(char) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the symbol to use for this stations icon.
setSymTab(byte) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
setSymTab(byte) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setSymTable(char) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the symbol table character to use either '/' or '\\' for denoting the symbol table to use for the symbol associated with this station, or one of the letters, 'A'-'Z' or numbers '0'-'9' to overlay a symbol from the alternate symbol table with such a character.
setTable(JTable) - Method in class wonderly.jeaprs.MessageTableModel
 
setText(int, String) - Method in interface wonderly.jeaprs.aprs.LCDDisplay
 
setText(int, String) - Method in class wonderly.jeaprs.aprs.JLCDDisplay
 
setText(String) - Method in interface wonderly.jeaprs.aprs.DynamicTextHandler
 
setTime(long) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
Sets java time value to use in packet.
setTime(long) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setTimeDate(int, int, int, int, int, int) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
setTimeInPosit(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setTNCType(int) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
setTNCType(int) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
setTNCType(int) - Method in interface wonderly.jeaprs.TNC
Sets what type this TNC should be recognized as providing (TNC_TYPE_*).
setTNCType(int) - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
setTo(ByteString) - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
setTraceInPackets(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setTraceOutPackets(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
 
setType(byte) - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
 
setType(int) - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
Sets the type of packet format for position data that this packet represents.
setType(int) - Method in class wonderly.jeaprs.aprs.packet.APRSObject
 
setType(int) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
setUI(APRSUI) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets the APRSUI object to be used by this application
setUnProto(String) - Method in class wonderly.jeaprs.aprs.data.APRS
Set the UnProto string used for TNC initialization.
setUpIcons() - Static method in class wonderly.jeaprs.JeAPRS
 
setUseRelativeDirection(boolean) - Method in class wonderly.jeaprs.aprs.data.APRS
Sets whether directions to other stations should be indicated as relative to the course of this station or relative to north.
setValid(boolean) - Method in class wonderly.jeaprs.aprs.packet.APRSGps
Set whether the data is valid or not
setViaReflection(Object, Properties) - Method in class com.c2_tech.reflect.PropertyManager
This method takes the passed object and a set of properties and uses reflection to set the property values for the object to the values inside the property object.
setViaReflection(Object, Properties) - Static method in class wonderly.jeaprs.JeAPRS
This method takes the passed object and a set of properties and uses reflection to set the property values for the object to the values inside the property object.
setWaveAt(boolean) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
setWeather(APRSWeather) - Method in class wonderly.jeaprs.StationPackets
 
setWide(boolean) - Method in class wonderly.jeaprs.aprs.APRSDigi
 
sgust - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
shelter(APRSPacket, APRSShelter) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when shelter information is received from a station.
shelter(APRSPacket, APRSShelter) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
shour - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
show() - Method in interface wonderly.jeaprs.aprs.DynamicTextHandler
 
showCurrentConfig() - Method in class wonderly.jeaprs.ConfigManager
 
showDynamicText(String, String) - Static method in class wonderly.jeaprs.JeAPRS
 
showStatus(String) - Method in class wonderly.jeaprs.JeAPRS
 
showStatus(String) - Method in interface wonderly.jeaprs.aprs.BrowserAccess
 
showText(String, String) - Static method in class wonderly.jeaprs.JeAPRS
 
shumid - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
size() - Method in class wonderly.jeaprs.swing.VectorListModel
 
size() - Method in class wonderly.jeaprs.swing.CircularListModel
 
size() - Method in class wonderly.jeaprs.MessageTableModel
 
sjuliandate - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
skippedEntity(String) - Method in class wonderly.jeaprs.JeAPRS
 
sminute - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
smonth - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
speed - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
spres - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
spresdel - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
srainhr - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
srainlhr - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
srainmid - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
srainmo - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
SSID_MASK - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
sspd - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
start() - Method in class wonderly.jeaprs.JeAPRS
 
start() - Method in class wonderly.jeaprs.ClientImpl
Starts this client 'running' or whatever it needs when the user opens the client via the menus.
start() - Method in interface wonderly.jeaprs.Client
 
start() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
start() - Method in class wonderly.jeaprs.aprs.APRSMessagePanel
 
start() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
startDocument() - Method in class wonderly.jeaprs.JeAPRS
 
startElement(String, String, String, Attributes) - Method in class wonderly.jeaprs.JeAPRS
 
startPrefixMapping(String, String) - Method in class wonderly.jeaprs.JeAPRS
 
startsWith(String) - Method in class wonderly.jeaprs.ByteString
 
startTNC() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
stationData - Variable in class wonderly.jeaprs.aprs.packet.APRSStation
 
stationDistanceMiles(double, double, double, double) - Static method in class wonderly.jeaprs.aprs.data.DoubleDistance
Double precision calculation of distance between two points.
stationDistanceMiles(long, long, long, long) - Static method in class wonderly.jeaprs.aprs.data.Distance
Fixed point calculation of distance between two points.
stationDistanceMiles(long, long, long, long) - Static method in class wonderly.jeaprs.JeAPRS
Values are in seconds of arc!
StationInfo - class wonderly.jeaprs.StationInfo.
 
StationInfo(boolean, APRSPacket, APRSData) - Constructor for class wonderly.jeaprs.StationInfo
 
StationPackets - class wonderly.jeaprs.StationPackets.
 
StationPackets() - Constructor for class wonderly.jeaprs.StationPackets
 
statMsg - Variable in class wonderly.jeaprs.ConfigManager
 
status(APRSPacket, APRSStatus) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when a status report is received from a station.
status(APRSPacket, APRSStatus) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
stemp - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
stime - Variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
stop() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
 
stop() - Method in class wonderly.jeaprs.aprs.HamHud
 
stop() - Method in class wonderly.jeaprs.ClientImpl
Stops the client when the user closes the window or deactivates it via the menus
stop() - Method in interface wonderly.jeaprs.Client
 
stop() - Method in class wonderly.jeaprs.aprs.APRSPosit
 
stop() - Method in class wonderly.jeaprs.aprs.APRSDigi
 
stopped - Variable in class wonderly.jeaprs.ClientImpl
Is this client stopped?
streamClosed(APRSStatusEvent) - Method in interface wonderly.jeaprs.aprs.APRSStatusListener
The ev.getSource() value is the APRSEventGenerator that was processing the stream.
strmLis - Variable in class wonderly.jeaprs.ClientImpl
 
substring(int) - Method in class wonderly.jeaprs.ByteString
 
substring(int, int) - Method in class wonderly.jeaprs.ByteString
 
sum - Variable in class wonderly.jeaprs.aprs.packet.APRSPacket
 
sym - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 

T

tab - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
tblIcon - Variable in class wonderly.jeaprs.ConfigManager
 
telemetry(APRSPacket, APRSTelemetry) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when telemetry is received from a station.
telemetry(APRSPacket, APRSTelemetry) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
TEMPERATURE_UNIT - Static variable in class wonderly.jeaprs.aprs.HamHud
 
TFEND - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
TFESC - Static variable in class wonderly.jeaprs.io.aprs.TNCStream
 
THD7AControl - class wonderly.jeaprs.aprs.kenwood.thd7a.THD7AControl.
 
THD7AControl() - Constructor for class wonderly.jeaprs.aprs.kenwood.thd7a.THD7AControl
 
thirdParty(APRSPacket, APRSThirdParty) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when thirdparty data is received from a station via an IGATE or otherwise.
thirdParty(APRSPacket, APRSThirdParty) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
TICKS_PER_SEC - Static variable in class wonderly.jeaprs.aprs.HamHud
 
time - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
TMR0_RELOAD - Static variable in class wonderly.jeaprs.aprs.HamHud
 
TNC - interface wonderly.jeaprs.TNC.
This interface defines the methods that must be implemented by a class wishing to provide access to a TNC in JeAPRS.
TNC_TYPE_EHF - Static variable in interface wonderly.jeaprs.TNC
This TNC is an EHF connected TNC.
TNC_TYPE_HF - Static variable in interface wonderly.jeaprs.TNC
This TNC is an HF connected TNC.
TNC_TYPE_NET - Static variable in interface wonderly.jeaprs.TNC
This TNC is an internet connected TNC.
TNC_TYPE_UHF - Static variable in interface wonderly.jeaprs.TNC
This TNC is an UHF connected TNC.
TNC_TYPE_VHF - Static variable in interface wonderly.jeaprs.TNC
This TNC is a VHF connected TNC.
TNCFileAccess - class wonderly.jeaprs.io.aprs.TNCFileAccess.
This class provides access to the default TNC init/reset statements or the overriding TNC initialization "files".
TNCFileAccess() - Constructor for class wonderly.jeaprs.io.aprs.TNCFileAccess
 
TNCInitialization - interface wonderly.jeaprs.io.TNCInitialization.
This interface defines the methods that return the contents of the TNC initialization files used in JeAPRS.
TNCStream - class wonderly.jeaprs.io.aprs.TNCStream.
This class provides access to a Serial Port connected TNC stream.
TNCStream() - Constructor for class wonderly.jeaprs.io.aprs.TNCStream
 
toArray() - Method in class wonderly.jeaprs.swing.VectorListModel
 
toByteString() - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
 
toLowerCase() - Method in class wonderly.jeaprs.ByteString
 
toNum(ByteString) - Static method in class wonderly.jeaprs.aprs.packet.APRSLocationInfo
replaces space chars in str with 0 and then coverts str to a number
toNum(ByteString) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
replaces space chars in str with 0 and then coverts str to an integer
toString() - Method in class wonderly.jeaprs.swing.VectorListModel
 
toString() - Method in class wonderly.jeaprs.swing.CircularListModel
 
toString() - Method in class wonderly.jeaprs.aprs.packet.APRSWeather
 
toString() - Method in class wonderly.jeaprs.aprs.packet.APRSStatus
 
toString() - Method in class wonderly.jeaprs.aprs.packet.APRSQuery
 
toString() - Method in class wonderly.jeaprs.aprs.packet.APRSPosition
 
toString() - Method in class wonderly.jeaprs.aprs.packet.APRSPacket
 
toString() - Method in class wonderly.jeaprs.aprs.packet.APRSMessage
 
toString() - Method in class wonderly.jeaprs.aprs.packet.APRSGps
 
toString() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
toString() - Method in class wonderly.jeaprs.StationPackets
 
toString() - Method in class wonderly.jeaprs.aprs.HamHud
 
toString() - Method in class wonderly.jeaprs.ClientImpl
 
toString() - Method in interface wonderly.jeaprs.Client
Returns name of Client for display in lists
toString() - Method in class wonderly.jeaprs.ByteString
 
toString() - Method in class wonderly.jeaprs.aprs.APRSStreamHandler
 
toUpperCase() - Method in class wonderly.jeaprs.ByteString
 
traceInPkt - Variable in class wonderly.jeaprs.aprs.data.APRS
 
traceOutPkt - Variable in class wonderly.jeaprs.aprs.data.APRS
 
trim() - Method in class wonderly.jeaprs.ByteString
 
trimToSize() - Method in class wonderly.jeaprs.swing.VectorListModel
 
type - Variable in class wonderly.jeaprs.aprs.packet.APRSPacket
 
type - Variable in class wonderly.jeaprs.aprs.packet.APRSObject
 
TYPE_COMPRESSED - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
TYPE_GPGGA - Static variable in class wonderly.jeaprs.aprs.packet.APRSGps
Not supported for output, but works for input
TYPE_GPRMC - Static variable in class wonderly.jeaprs.aprs.packet.APRSGps
 
TYPE_MICE - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 
TYPE_UNCOMPRESSED_WMSG - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
Normal posit type
TYPE_UNCOMPRESSED_WOMSG - Static variable in class wonderly.jeaprs.aprs.packet.APRSPosition
 

U

UI_BUTTON - Static variable in class wonderly.jeaprs.aprs.HamHud
 
UNL_CURSOR_ON - Static variable in class wonderly.jeaprs.aprs.HamHud
 
unproto - Variable in class wonderly.jeaprs.ConfigManager
 
useCseSpd - Variable in class wonderly.jeaprs.ConfigManager
 
useDf - Variable in class wonderly.jeaprs.ConfigManager
 
usePHP - Variable in class wonderly.jeaprs.ConfigManager
 
useRange - Variable in class wonderly.jeaprs.ConfigManager
 
userDefined(APRSPacket, APRSUserDefined) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when a user defined, perhaps privately defined, report is received from a station.
userDefined(APRSPacket, APRSUserDefined) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 

V

VectorListModel - class wonderly.jeaprs.swing.VectorListModel.
This is an list model that uses a vector and lets you get and change the vector wholesale instead of one element at a time.
VectorListModel() - Constructor for class wonderly.jeaprs.swing.VectorListModel
 

W

waitReady() - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
waitReady() - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
waitReady() - Method in interface wonderly.jeaprs.TNC
Waits until the TNC stream is ready to be used
waitReady() - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Waits until the TNC stream is ready to be used
wasHeard() - Method in class wonderly.jeaprs.StationPackets
 
WEATHER_APRS - Static variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
WEATHER_PEET - Static variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
WEATHER_ULT - Static variable in class wonderly.jeaprs.aprs.packet.APRSWeather
 
weather(APRSPacket, APRSWeather) - Method in interface wonderly.jeaprs.aprs.packet.APRSEventListener
Called when a weather report is received from a station.
weather(APRSPacket, APRSWeather) - Method in class wonderly.jeaprs.aprs.packet.APRSEventAdapter
 
WhizWheel - interface wonderly.jeaprs.aprs.WhizWheel.
An interface to be implemented by a whizwheel interface class
WhizWheelEvent - class wonderly.jeaprs.aprs.WhizWheelEvent.
Events from a whizwheel object will come in this object
WhizWheelEvent(Object, int) - Constructor for class wonderly.jeaprs.aprs.WhizWheelEvent
 
WhizWheelEvent(Object, int, int, int) - Constructor for class wonderly.jeaprs.aprs.WhizWheelEvent
 
WhizWheelListener - interface wonderly.jeaprs.aprs.WhizWheelListener.
Types of events a whizwheel generates
whizWheelMoved(WhizWheelEvent) - Method in interface wonderly.jeaprs.aprs.WhizWheelListener
 
whizWheelPressed(WhizWheelEvent) - Method in interface wonderly.jeaprs.aprs.WhizWheelListener
 
wonderly.jeaprs - package wonderly.jeaprs
 
wonderly.jeaprs.aprs - package wonderly.jeaprs.aprs
 
wonderly.jeaprs.aprs.app - package wonderly.jeaprs.aprs.app
 
wonderly.jeaprs.aprs.clients - package wonderly.jeaprs.aprs.clients
 
wonderly.jeaprs.aprs.data - package wonderly.jeaprs.aprs.data
 
wonderly.jeaprs.aprs.kenwood.thd7a - package wonderly.jeaprs.aprs.kenwood.thd7a
 
wonderly.jeaprs.aprs.map.nws.shape - package wonderly.jeaprs.aprs.map.nws.shape
 
wonderly.jeaprs.aprs.packet - package wonderly.jeaprs.aprs.packet
 
wonderly.jeaprs.io - package wonderly.jeaprs.io
 
wonderly.jeaprs.io.aprs - package wonderly.jeaprs.io.aprs
 
wonderly.jeaprs.map.pdb - package wonderly.jeaprs.map.pdb
 
wonderly.jeaprs.net.aprs - package wonderly.jeaprs.net.aprs
 
wonderly.jeaprs.swing - package wonderly.jeaprs.swing
 
wonderly.jeaprs.ui - package wonderly.jeaprs.ui
 
write(APRSPacket, ByteString) - Method in class wonderly.jeaprs.aprs.APRSOut
 
write(byte[]) - Method in class wonderly.jeaprs.io.aprs.MyPipedOutputStream
 
write(byte[], int, int) - Method in class wonderly.jeaprs.io.aprs.MyPipedOutputStream
 
write(ByteString, ByteString, byte[]) - Method in class wonderly.jeaprs.ClientImpl
Write the indicated packet to all TNCs configured for output for this client.
write(ByteString, ByteString, ByteString) - Method in class wonderly.jeaprs.ClientImpl
Write the indicated packet to all TNCs configured for output for this client.
write(ByteString, ByteString, ByteString, byte[]) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
write(ByteString, ByteString, ByteString, byte[]) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
write(ByteString, ByteString, ByteString, byte[]) - Method in interface wonderly.jeaprs.io.aprs.APRSOutput
Write the data in arr to the TNC 'device'.
write(ByteString, ByteString, ByteString, byte[]) - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Writes only the passed bytes to the TNC
write(ByteString, ByteString, ByteString, byte[]) - Method in class wonderly.jeaprs.ClientImpl
Write the indicated packet to all TNCs configured for output for this client.
write(ByteString, ByteString, ByteString, byte[]) - Method in class wonderly.jeaprs.aprs.APRSOut
 
write(ByteString, ByteString, ByteString, ByteString) - Method in class wonderly.jeaprs.io.aprs.TNCStream
 
write(ByteString, ByteString, ByteString, ByteString) - Method in class wonderly.jeaprs.net.aprs.IGATEStream
 
write(ByteString, ByteString, ByteString, ByteString) - Method in interface wonderly.jeaprs.io.aprs.APRSOutput
Write the data in strstr to the TNC 'device' followed by a <CR>.
write(ByteString, ByteString, ByteString, ByteString) - Method in class wonderly.jeaprs.JeAPRS.SocketAPRS
Writes the passed string with a <CR> to the TNC
write(ByteString, ByteString, ByteString, ByteString) - Method in class wonderly.jeaprs.ClientImpl
Write the indicated packet to all TNCs configured for output for this client.
write(int) - Method in class wonderly.jeaprs.io.aprs.MyPipedOutputStream
 
writeProperties() - Method in class wonderly.jeaprs.aprs.data.APRS
Called to notify the application that the properties should be saved on exit.
writeState(ObjectOutputStream) - Method in class wonderly.jeaprs.MessageTableModel
 

Z

zeroPad(int) - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
zeroPad(int, int) - Method in class wonderly.jeaprs.aprs.packet.APRSData
 
zFill(int, int) - Static method in class wonderly.jeaprs.aprs.packet.APRSData
 

A B C D E F G H I J K L M N O P Q R S T U V W Z