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

B

BadStringScannerJoin(String) - Constructor for exception com.physpics.tools.StringScanner.BadStringScannerJoin
 
BadStringScannerJoin() - Constructor for exception com.physpics.tools.StringScanner.BadStringScannerJoin
 
base - Variable in class com.physpics.tools.StringScanner
 
base() - Method in class com.physpics.tools.StringScanner
 
baseAlign(boolean) - Static method in class com.physpics.tools.ui.blox.Blox
Create a Note to set the AlignBaselines flag for subsequent components in a Blox's list of children.
BaseAlignNote(boolean) - Constructor for class com.physpics.tools.ui.blox.Blox.BaseAlignNote
Deprecated.
Use Blox.baseAlign(true))
baseBlockSize - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
baseline - Variable in class com.physpics.tools.ui.blox.BloxLayout.LayoutReq
 
baselineRequirements(int, SizeRequirements) - Method in class com.physpics.tools.ui.HTMLDocPlus.HTMLFactoryPlus.BlockViewPlus
Deprecated.
 
baselineRequirements(int, SizeRequirements) - Method in class com.physpics.tools.ui.HTMLKit.BlockViewPlus
 
basename(String) - Static method in class com.physpics.tools.IOUtils
parses a File name returning it with the path removed
basename(File, String) - Static method in class com.physpics.tools.IOUtils
parses a File name returning it with the path and suffix removed
basename(String, String) - Static method in class com.physpics.tools.IOUtils
parses a String to remove path and suffix
BBInputStream(ByteBuffer) - Constructor for class com.physpics.tools.encoding.EncodingManager.BBInputStream
 
BBOutputStream() - Constructor for class com.physpics.tools.encoding.EncodingManager.BBOutputStream
Construct a BBOutputStream with a newly created ByteBuffer to receive the stream.
BBOutputStream(EncodingManager) - Constructor for class com.physpics.tools.encoding.EncodingManager.BBOutputStream
Construct a BBOutputStream that sends its data to h.
beep() - Static method in class com.physpics.tools.Message
Ring the bell at the terminal.
beep(String) - Static method in class com.physpics.tools.Message
Ring the bell and display an error message.
beep(String) - Static method in class com.physpics.tools.ui.blox.BloxReq
 
BEST_COMPRESSION - Static variable in class com.physpics.tools.encoding.EncodingManager
Compression level for best compression.
BEST_SPEED - Static variable in class com.physpics.tools.encoding.EncodingManager
Compression level for fastest compression.
bigger(ByteBuffer, int) - Static method in class com.physpics.tools.encoding.PrintableEncodings
Produce a larger ByteBuffer -- give it more room for input.
BkgdColorNote(Color) - Constructor for class com.physpics.tools.ui.blox.Blox.BkgdColorNote
Deprecated.
Use Blox.color(colorValue)
blAlignment - Variable in class com.physpics.tools.ui.blox.BloxLayout
 
blanks() - Method in class com.physpics.tools.StringScanner
Isolate the next subsequence of blanks.
blHeight - Variable in class com.physpics.tools.ui.blox.BloxLayout
 
Blox - Class in com.physpics.tools.ui.blox
A Container for a one-D row or column of JComponents, including other Blox
Blox(int) - Constructor for class com.physpics.tools.ui.blox.Blox
Create a Blox that displays its components along the the specified axis.
Blox(boolean, boolean) - Constructor for class com.physpics.tools.ui.blox.Blox
 
Blox(int, PrintStream) - Constructor for class com.physpics.tools.ui.blox.Blox
Construct a Blox that sends a debugging messages to a PrintStream
Blox.AccessibleBlox - Class in com.physpics.tools.ui.blox
This class implements accessibility support for the Blox class.
Blox.BaseAlignNote - Class in com.physpics.tools.ui.blox
A Note to set the AlignBaselines flag for subsequent components.
Blox.BkgdColorNote - Class in com.physpics.tools.ui.blox
A Note that sets the background color of its Container.
Blox.CrossSizeFull - Class in com.physpics.tools.ui.blox
A Note to set/reset the crossSizeFull flag for the following components.
Blox.DebugNote - Class in com.physpics.tools.ui.blox
A Note that sets the debug status of its container.
Blox.Filler - Class in com.physpics.tools.ui.blox
An implementation of a lightweight component that participates in layout but has no view.
Blox.Filler.AccessibleBloxFiller - Class in com.physpics.tools.ui.blox
This class implements accessibility support for the Blox.Filler class.
Blox.GlueNote - Class in com.physpics.tools.ui.blox
A note to become glue between components.
Blox.NameNote - Class in com.physpics.tools.ui.blox
A Note that sets the name field in its container.
Blox.Note - Class in com.physpics.tools.ui.blox
A class of Components that send a note to a Blox when they are made part of that Blox;s component list.
Blox.Scroller - Class in com.physpics.tools.ui.blox
A Blox wrapping a JScrollPane wrapping a JComponent
Blox.StrutNote - Class in com.physpics.tools.ui.blox
A note that serves as a strut; that is a fixed-size spacer component.
BloxLayout - Class in com.physpics.tools.ui.blox
A more natural replacement for BoxLayout.
BloxLayout(Container, int) - Constructor for class com.physpics.tools.ui.blox.BloxLayout
Creates a layout manager that will lay out components along the given axis.
BloxLayout.LayoutReq - Class in com.physpics.tools.ui.blox
Add a few fields to BloxReq
BloxLayout.ReverseReader<T> - Class in com.physpics.tools.ui.blox
Class for implementing bidi.
BloxReq - Class in com.physpics.tools.ui.blox
Simple object for combining the three request sizes: minimum, preferred, and maximum.
BloxReq(Component, int, int, int) - Constructor for class com.physpics.tools.ui.blox.BloxReq
Create a BloxReq.
BloxReq() - Constructor for class com.physpics.tools.ui.blox.BloxReq
No-argument constructor for NloxReq.
BloxSection - Class in com.physpics.tools.ui.blox
For fine-grained control of component sizes, clients may separate the components of a linear layout into sections.
BloxSection() - Constructor for class com.physpics.tools.ui.blox.BloxSection
 
BloxSection.AbsoluteSection - Class in com.physpics.tools.ui.blox
A Section of a list of components that is to be allocated a specified number of pixels.
BloxSection.List - Class in com.physpics.tools.ui.blox
 
BloxSection.MainSection - Class in com.physpics.tools.ui.blox
A Section of a list of components that is to be allocated as much size as possible, absorbing all the free space left after satisfying the requests of other sections.
BloxSection.PercentSection - Class in com.physpics.tools.ui.blox
A Section of a list of components that is to be allocated a fixed percentage of the available space.
BloxSection.SectionReq - Class in com.physpics.tools.ui.blox
 
BloxSection.ThinSection - Class in com.physpics.tools.ui.blox
A Section of a list of components that is to be allocated each its preferred size.
bluePainter - Static variable in class com.physpics.tools.Message
 
BORDER - Static variable in class com.physpics.tools.ui.ChoosableFileField
 
BORDER_GREEN - Static variable in class com.physpics.tools.ui.ChoosableFileField
 
BORDER_RED - Static variable in class com.physpics.tools.ui.ChoosableFileField
 
BORDER_WHITE - Static variable in class com.physpics.tools.ui.ChoosableFileField
 
boundsString(Component) - Static method in class com.physpics.tools.debug.ObjectName
Produce a string showing the screen bounds of a Component in form @x,y(wxh).
boundsString(Rectangle) - Static method in class com.physpics.tools.debug.ObjectName
Produce a String for the screem bounds of a Rectangle in form @x,y(wxh).
boundsString(int, int, int, int) - Static method in class com.physpics.tools.debug.ObjectName
Produce a string for a set of bounds in form @x,y(wxh).
BOX_HEIGHT - Static variable in class com.physpics.tools.ui.HelpBox
 
BOX_WIDTH - Static variable in class com.physpics.tools.ui.HelpBox
 
brighter() - Method in class com.physpics.tools.SSColor
 
browse(HyperlinkEvent) - Static method in class com.physpics.tools.IOUtils
Open the user's default browser to the link in the event.
browse(String) - Static method in class com.physpics.tools.IOUtils
Open the user's default browser to the given link.
browse(URL) - Static method in class com.physpics.tools.IOUtils
Open the user's default browser to the URL.This method throws exceptions.For a generic message handler, use the verion of this method with a String argument.
buildScrolledList() - Method in class com.physpics.tools.ui.CheckOff
 
BundleCluster(ResourceBundle) - Constructor for class com.physpics.tools.ui.PropertyPack.BundleCluster
 
BundlePropNode(PropertyPack.BundleCluster) - Constructor for class com.physpics.tools.ui.PropertyPack.BundlePropNode
Construct a PropNode that gets properties from a ResourceBundle.
bytesToHex(byte[]) - Static method in class com.physpics.tools.IOUtils
Convert an array of bytes to a mixed string.
BZip - Class in com.physpics.tools.encoding
Provides a compression algorithm for the old Unix "bzip".
BZip() - Constructor for class com.physpics.tools.encoding.BZip
Creates a BZip object
BZip2Constants - Interface in org.apache.tools.bzip2
Base class for both the compress and decompress classes.
bzip2Decode() - Method in class com.physpics.tools.encoding.EncodingManager
decodes the ByteBuffer according to the Unix bzip2 progam.
bzip2Encode() - Method in class com.physpics.tools.encoding.EncodingManager
compresses the ByteBuffer data as per the Unix bzip2 progam.
bzipDecode() - Method in class com.physpics.tools.encoding.EncodingManager
decodes the ByteBuffer according to the old bzip standard.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links