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

X

xassertEquals(boolean, boolean) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(byte, byte) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(char, char) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(double, double, double) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(float, float, float) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(int, int) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(long, long) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(Object, Object) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(short, short) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, boolean, boolean) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, byte, byte) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, char, char) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, double, double, double) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, float, float, float) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, int, int) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, long, long) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, Object, Object) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, short, short) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, String) - Static method in class xbn.util.XBNTestCase
 
xassertEquals(String, String, String) - Static method in class xbn.util.XBNTestCase
 
xassertFalse(boolean) - Static method in class xbn.util.XBNTestCase
 
xassertFalse(String, boolean) - Static method in class xbn.util.XBNTestCase
 
xassertNotNull(Object) - Static method in class xbn.util.XBNTestCase
 
xassertNotNull(String, Object) - Static method in class xbn.util.XBNTestCase
 
xassertNotSame(Object, Object) - Static method in class xbn.util.XBNTestCase
 
xassertNotSame(String, Object, Object) - Static method in class xbn.util.XBNTestCase
 
xassertNull(Object) - Static method in class xbn.util.XBNTestCase
 
xassertNull(String, Object) - Static method in class xbn.util.XBNTestCase
 
xassertSame(Object, Object) - Static method in class xbn.util.XBNTestCase
 
xassertSame(String, Object, Object) - Static method in class xbn.util.XBNTestCase
 
xassertTrue() - Static method in class xbn.util.XBNTestCase
 
xassertTrue(boolean) - Static method in class xbn.util.XBNTestCase
 
xassertTrue(String, boolean) - Static method in class xbn.util.XBNTestCase
 
xbn - package xbn
Stuff used by practically everything else.
xbn_examples.array - package xbn_examples.array
Example code for xbn.array.
xbn_examples.config - package xbn_examples.config
Example code for xbn.config.
xbn_examples.db - package xbn_examples.db
Example code for xbn.db.
xbn_examples.jdlcode - package xbn_examples.jdlcode
Example code for xbn.jdlcode.
xbn_examples.programs - package xbn_examples.programs
More significant (and potentially useful) example code based upon XBN Java.
xbn_examples.template - package xbn_examples.template
Example code for xbn.template.
xbn_examples.template.util - package xbn_examples.template.util
Example code for xbn.template.util.
xbn_examples.util - package xbn_examples.util
Example code for xbn.util.
xbn.array - package xbn.array
Create, analyze and manipulate arrays.
xbn.array.primitive - package xbn.array.primitive
(Deprecated: This package is messy and is going away, although it's basic concepts will be re-implemented somehow, someday, someway) Classes used to wrap anything, in the interest of making it appear like an array of primitive values (including strings).
xbn.config - package xbn.config
Read in variables from provided source text.
xbn.db - package xbn.db
Manage and use database connections.
xbn.jdlcode - package xbn.jdlcode
Speed up the creation and increase the accuracy of your JavaDoc.
xbn.named - package xbn.named
Classes that deal with objects having a name associated to it.
xbn.output - package xbn.output
Output text to a variety of destinations, optionally and with complete configuration.
xbn.placeholder - package xbn.placeholder
Intended to be used only as "placeholders", by functions needing to return multiple things at once.
xbn.programs - package xbn.programs
Standalone applications, and classes useful for creating them.
xbn.string - package xbn.string
Create, analyze and manipulate strings, strings and other things.
xbn.string.escape - package xbn.string.escape
Escape and unescape characters in a string.
xbn.string.padchop - package xbn.string.padchop
Pad and/or chop strings to a desired size.
xbn.template - package xbn.template
Separate functional and visual responsibilities through the use of "templates".
xbn.template.util - package xbn.template.util
Create, manipulate and analyze Templates.
xbn.util - package xbn.util
Random utility classes to be used by any random thing for any random purpose.
XBNLocked - class xbn.util.XBNLocked.
The base class for all things implementing xbn.util.LockOneWay.
XBNLocked() - Constructor for class xbn.util.XBNLocked
 
XBNObject - class xbn.XBNObject.
The base class for all things xbn.
XBNObject() - Constructor for class xbn.XBNObject
 
XBNStatic - class xbn.programs.XBNStatic.
An XBNObject for classes having static functions, including applications.
XBNStatic() - Constructor for class xbn.programs.XBNStatic
Create an XBNStatic.
XBNTestCase - class xbn.util.XBNTestCase.
A JUnit TestCase with some XBN-specificizationizisims.
XBNTestCase(String) - Constructor for class xbn.util.XBNTestCase
Create an XBNTestCase.
xfail() - Static method in class xbn.util.XBNTestCase
 
xfail(String) - Static method in class xbn.util.XBNTestCase
 
XmplACInt - class xbn_examples.array.XmplACInt.
Example code for VWInt (which is similar to VWString, VWDouble and VWChar).
XmplACInt() - Constructor for class xbn_examples.array.XmplACInt
 
XmplBinarySearchData_asc - class xbn_examples.array.XmplBinarySearchData_asc.
Example code for BinarySearchData and UtilArray, where the int array to search as ascending
XmplBinarySearchData_asc() - Constructor for class xbn_examples.array.XmplBinarySearchData_asc
 
XmplBinarySearchData_desc - class xbn_examples.array.XmplBinarySearchData_desc.
Example code for BinarySearchData and UtilArray, where the int array to search is descending.
XmplBinarySearchData_desc() - Constructor for class xbn_examples.array.XmplBinarySearchData_desc
 
XmplConfigReaderFA_ML - class xbn_examples.config.XmplConfigReaderFA_ML.
Demonstrates ConfigReaderFA, where the variable values in the source text are both single- and multiple-line.
XmplConfigReaderFA_ML() - Constructor for class xbn_examples.config.XmplConfigReaderFA_ML
 
XmplConfigReaderFA_SL - class xbn_examples.config.XmplConfigReaderFA_SL.
Demonstrates ConfigReaderFA, where the variable values in the source text are all single-line.
XmplConfigReaderFA_SL() - Constructor for class xbn_examples.config.XmplConfigReaderFA_SL
 
XmplDBConnection - class xbn_examples.db.XmplDBConnection.
Demonstrates DBConnection.
XmplDBConnection() - Constructor for class xbn_examples.db.XmplDBConnection
 
XmplDirScan - class xbn_examples.util.XmplDirScan.
Example code for xbn.util.DirScan.
XmplDirScan() - Constructor for class xbn_examples.util.XmplDirScan
 
XmplRecursiveFill - class xbn_examples.template.util.XmplRecursiveFill.
Demonstrates UtilTemplate.getRecursivelyFilled().
XmplRecursiveFill() - Constructor for class xbn_examples.template.util.XmplRecursiveFill
 
XmplTemplateFiller - class xbn_examples.template.XmplTemplateFiller.
Demonstrates TemplateFiller.
XmplTemplateFiller() - Constructor for class xbn_examples.template.XmplTemplateFiller
 
XmplTimerSeconds - class xbn_examples.util.XmplTimerSeconds.
Demonstrates TimerSeconds.
XmplTimerSeconds() - Constructor for class xbn_examples.util.XmplTimerSeconds
 
XmplUtilJDLCode_cibt - class xbn_examples.jdlcode.XmplUtilJDLCode_cibt.
Example code for UtilJDLCode.crashIfBadTarget().
XmplUtilJDLCode_cibt() - Constructor for class xbn_examples.jdlcode.XmplUtilJDLCode_cibt
 
XmplUtilJDLCode_gjdcafflr - class xbn_examples.jdlcode.XmplUtilJDLCode_gjdcafflr.
Example code for UtilJDLCode.getJDCAFromMapFile().
XmplUtilJDLCode_gjdcafflr() - Constructor for class xbn_examples.jdlcode.XmplUtilJDLCode_gjdcafflr
 
XmplVWInt - class xbn_examples.array.XmplVWInt.
Example code for VWInt (which is similar to VWString, VWNamed, VWDouble and VWChar).
XmplVWInt() - Constructor for class xbn_examples.array.XmplVWInt
 

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


Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo