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

Quick Search    Search Deep

Uses of Package
com.yaftp.utils

Classes in com.yaftp.utils used by com.yaftp.utils
_ARCHIVETST_VECTOR_._DATA_ELEMENT_
           
BacktraceRequester
           
DataStructure
          The class below implements data containers facilities for heterogenous data types embedded into byte arrays // Constructor public DataStructure( byte Origin[] , int Offset , int Size ) // CopyBack public void CopyFrom( byte Origin[] , int Size ) // Copy To public void CopyTo( byte Dest[] , int Size ) // Byte Accessor public int GiveElem( int Ii ) // Is there a data container defined public boolean ContainerExists()
Decimal_Increment
          Copyright Jean-Yves MENGANT 1998,1999,2000 The class bellow deals with PACKED DECIMAL conversions A portable conversions Only the final PackedDecimal class should be used other class are for internal usage only NumberFormatException may be Thrown by this class on invalid packed decimal format // Construct using an existing byte array(Supose to point on // a valid packed decimal format or to be translated later // with toPackedDecimal method public PackedDecimal( byte Packed_Origin[] , int Offset , int IntSize , int DecSize ) // Build a packed decimal from a string number public void toPackedDecimal( String Number ) // Translate current Packed into a String representation public String toString()
EbcdicTable
          Copyright Jean-Yves MENGANT 1998,1999,2000 This class is responsible of loading basic EBCDIC to Ascii Conversion tables based on CODE PAGE defined when constructor is called.
ElementTreePanel
          Displays a tree showing all the elements in a text Document.
ElementTreePanel.ElementTreeModel
          ElementTreeModel is an implementation of TreeModel to handle displaying the Elements from a Document.
ExecTerminationEvent
          event associated with process termination
ExecTerminationListener
          sample notification interface on processtermination
Notepad.NewAction
           
Notepad.RedoAction
           
Notepad.UndoAction
           
ObjectArchivable
          defines the ability of beeing archived by ObjectArchive class by impementing toString and FromString method : toString : used to archive fromString : used to unarchive
ObjectArchivableElement
          Defines the methods that a storable element should implement to store and unstore itself
ObjectArchive
          this class is used as a basic tool to archive java objects and vectors of objects into Properties files based on following semantics : an ObjectArchivable or a collection of ObjectArchivable is provided to class and is 'archived' inside a Properties file also provided by the set_fileName method.
RunnerWaiter
          Copyright Jean-Yves MENGANT 1998,1999,2000 the RunnerWaiter class is a scheduling class using the basic TokenSemaphore system.
Service
           
SwingAboutBox
          Copyright Jean-Yves MENGANT 1998,1999,2000 Quite a standard way to implement a Product ABOUT MESSAGE BOX
SwingBox
          Copyright Jean-Yves MENGANT 1998,1999,2000 Define a simple Swing graphical Box container able to use borders and titles in different ways
SwingButton
          Copyright Jean-Yves MENGANT 1998,1999,2000 Wrap Swing JButtons
SwingCheckBox
          Copyright Jean-Yves MENGANT 1998,1999,2000 Wrap Swing JCheckBox
SwingEditorPanePanel
          A Swing Panel containing a configurable JEditorPane Panel
SwingEhnStatusBar
          Define a Swing status bar behavior
SwingField
          Copyright Jean-Yves MENGANT 1998,1999,2000 Implement a simple field beeing label : ENTRYFIELD using SWING tools
SwingHtmlEditorKit.LinkController
           
SwingLabel
          Copyright Jean-Yves MENGANT 1998,1999,2000 Encapsulate SWING labels
SwingMessageArea
          this class defines basic Logging functions using a swing Text Pane with Text coloring calpabilities
SwingMessageArea._SCROLLER_
           
SwingTextEditors
          this interface defines the basic method that a text / file browser editor should implement
SwingTextEnv
          Copyright Jean-Yves MENGANT 1998,1999,2000 Define all parameters needed To establish Text Label display context : - FONT - BCKGROUND color - FOREGROUND color
TokenSemaphore
          Copyright Jean-Yves MENGANT 1998,1999,2000 This class implements a MUTUAL EXCLUSIVE semaphore access using internal _tokenIsReady flag use this to synchronize concurent access to a single ressource Implementation is based on OReilly JAVA THREAD book examples
UtilsError
          when a class inside utils needs to throw an exception this class should be used