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

Quick Search    Search Deep

Package com.yaftp.utils

Interface Summary
ExecTerminationListener sample notification interface on processtermination
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
Service  
SwingTextEditors this interface defines the basic method that a text / file browser editor should implement
 

Class Summary
_ARCHIVETST_  
_ARCHIVETST_VECTOR_  
_GO_PRESSED_  
_HELP_ABOUT_  
_MESSAGE_INSERTER_  
_PRIMARY_  
_REMOVE_PRESSED_  
_SECONDARY_  
_SET_CHECKBOX_  
_SET_EHN_  
_SHOW_ABOUT_  
AppletFrame this class just provides a container for Applet in order to run Applets inside java applications
BacktraceRequester  
BYTEFX This class only exports basic byte manipulators for PACKED CONVERSIONS
CblURL Specialized methods for JLegacyManager sources and generated files
CommandArgs a practical class to scan Unix style command lines arguments parser
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()
DebugWindow Use this window tracer when you need to trace in graphical mode : Constructor( boolean traceon) : Initialize Frame if traceon is true only trace(String Message) : display the message if traceon
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()
DecimalString  
EbcdicString  
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
ExtendedDesktopPane this components simulates a MDI like framework A desktop pane that supports tiling and cascading NB : a null layoutManager is associated with this class , caller should be cautious since some of the algorithms used inside suppose that the JDesktopPane is known
JavaPackage Copyright Jean-Yves MENGANT 1998,1999,2000 define what a JavaPackage Is
Notepad Sample application using the simple text editor component that supports only one font.
Notepad.AppCloser To shutdown when run as an application.
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.
OsEditorPanePanel we implement here a way to be able to start Operating System dependent text editors like (Emacs,Xemacs,Ultraedit32) to manipulate transfered files
PackedDecimal  
ProcessLauncher isolate process launching fom corba semantics
RunnerWaiter Copyright Jean-Yves MENGANT 1998,1999,2000 the RunnerWaiter class is a scheduling class using the basic TokenSemaphore system.
ServicesServer  
SimplePositionner Copyright Jean-Yves MENGANT 1998,1999,2000 This class simply help components (mainly frames) to be positionned on the screen using : center , northWest , (0,0) southWest , northEast , southEast
Swing define SWING publics general generics basics stuffs as setting application LookAndFeel and defining misc static final stuff used by all swings panels
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
SwingButtonsPanel Copyright Jean-Yves MENGANT 1998,1999,2000 A simple panel to implement a Swing Button Box Button PANEL
SwingCheckBox Copyright Jean-Yves MENGANT 1998,1999,2000 Wrap Swing JCheckBox
SwingComponentPopup Adapt Lightweight popup SWING stuff at construction time bind given component with new created popup and accept later submemus dynamically thru addMenuItem later on
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  
SwingHtmlEditorKit.LinkController  
SwingHtmlLinkListener SwingHtmlLinkListener.java A hyperlink listener for use with JEditorPane.
SwingHtmlPanel A Swing Panel containing an Html Page
SwingHtmlTest TestBrowser.java A test bed for the JEditorPane and a custom editor kit.
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
SwingStateButton Copyright Jean-Yves MENGANT 1998,1999,2000 Map a short state list inside a JButton using icons
SwingTableColumnSizer this class provides a generic way to size a given table columns depending on its largest current content
SwingTextEnv Copyright Jean-Yves MENGANT 1998,1999,2000 Define all parameters needed To establish Text Label display context : - FONT - BCKGROUND color - FOREGROUND color
Test used for misc test
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
UtilsVersion This class is used to identify PACKAGE Version for serialization and customer display This class only implements public final static stuff
WL local non public classes used by main
 

Exception Summary
UtilsError when a class inside utils needs to throw an exception this class should be used