Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jflight.awt.* (13)jflight.db.* (3)jflight.flightbook.* (11)
jflight.gps.* (15)jflight.io.* (1)jflight.main.* (1)
jflight.model.* (13)jflight.olc.* (13)jflight.swing.* (7)
jflight.test.* (2)jflight.tools.* (5)jflight.top50.* (1)
jflight.vario.* (2)

Package Samples:

jflight.awt
jflight.db
jflight.flightbook
jflight.gps.garmin
jflight.gps.mlr
jflight.gps
jflight.main
jflight.model
jflight.olc
jflight.swing
jflight.test
jflight.tools
jflight.top50
jflight.vario
jflight.io

Classes:

JfStringBuffer: A string buffer implements a mutable sequence of characters. A string buffer is like a java.lang.String , but can be modified. At any point in time it contains some particular sequence of characters, but the length and content of the sequence can be changed through certain method calls. String buffers are safe for use by multiple threads. The methods are synchronized where necessary so that all the operations on any particular instance behave as if they occur in some serial order that is consistent with the order of the method calls made by each of the individual threads involved. String buffers ...
Vario: Basic class for Vario-access; Implements only the basic, device-independent methods. The other functions are declared abstract and have to be defined in the derived class for a specific Vario. All these functions define the interface that is/can be used by the main class. Interface for the Vario-class(es). The data supplied by any Vario are expected to be at least these: A series of height-data and (optionally) windspeed-data. The data are collected at regular intervalls. The intervall is also supplied. Start-and endtime are optional. There may be marks (defining a certain time) which also may ...
Gps: Basic class for GPS-access; Implements only the basic, device-independent methods. The other functions are declared abstract and have to be defined in the derived class for a specific Gps. All these functions define the interface that is / can be used by the main class. Interface for the GPS-class(es). Philosophy: All Classes shall be designed in such a way that the main program using them can rely on a basic set of methods that are implemented by all implementations regardless of the real GPS-device used. This set of functions is specified by the classes interface. A GPS-device is for the GPS-classes ...
Rte: Route header. A route consists of a number (<128) [TO BE REMOVED!!!] , an optional comment and a list of waypoints. These waypoints are identified by their names which thus have to be unique. New: A route may have a list of coordinates too. A comment shall not contain commas!
OLCRecord: This class represents all information which are necessary to enter a valid flight into the online contest. There are one constructor which creates a OLCRecord with all information. Use the toString() method to create the right url.
AlertDialog: A single response modal alert dialog. This class is configurable for message and title. The width of the dialog will be longer than the longest message line. When the OK button is pressed the dialog returns.
SuiteTest: Suite tests calls all tests in the selected class-files. Call from the commandline in the root-directory of the classes: java jflight.test.SuiteTest
GpsTimeoutException: Indicates a timeout on the (serial) line when communicating with the GPS. Possible reasons: - no connection - connection lost
Task: Task class; the task (defined as a GPS-route) is identified by the name of a predefined GPS-route. This is the comment used by the GPS.
Glider: Glider class Glider class OLC-class (?) 0 1 1 2 1 3 2 4 2 5 6
GpsTest: Testcases for use in the JUnit framework. -> Stand-alone tests that require no user-interaction or connected GPS.
CreatWpt: CreatWpt This class requires access to the following data: - The list of waypoints. Stored in the GPS-class.
VarioData: Storage for sampled data (true data and additional infos from analysis).
VarioConfig: Storage for the configurationdata of a single flight.
SerialParameters: A class that stores parameters for serial ports.
AddLocDialog: Dialog to add a new location to the flightbook.
BaseWpt: Pure waypoint-definition, just the coordinates
Flight: A single flight with all of it's components.
AbstractDAO: the base class for all Data access objects
BrVario: Support for the Braeuniger Vario-devices.
Trk: Device-independent trackpoint data type
WptContainer: Class RteContainer holds all Waypoints
GarminGps: Support for the Garmin GPS-devices.
RteContainer: Class RteContainer holds all Routes
SerialPortSetupDialog: Dialog for setup of serial ports.

Home | Contact Us | Privacy Policy | Terms of Service