Synergy Home Page

Package au.edu.swin.synergy.lib

Synergy library functions.

See:
          Description

Interface Summary
BSplitable  
BTreeModelInterface  
BTreeNode  
 

Class Summary
BColorCombo Combo box for choosing colors
BComboBoxModel Provides a generic means of placing items in a JComboBox
BDynamicPane This class allows the user to change the size of the pane in the direction specified by the creator.
BDynamicPaneDivider The divider for the dynamic pane is self contained.
BFile Encapsulates a file(s) which may be sent accross the network.
BGridBagConstraints The BGridBagConstraints is a wrapper around the GridBagConstraints class which allows the properties to be set in a normal manner as opposed to the strangely un-java like manner in which the original GridBagConstraints works.
BInputReader This class will allow calls like read() and readLine() on the command line input stream.
BListModel Provides a generic means of placing items in a JList or anything else that accepts a ListModel and have more control over its contents.
BSelectionListener This will detect selection events in the group lists and change the state of the given buttons to reflect the available options.
BSleep Static method which provides an easy way to sleep for a number of milliseconds
BSplitPane Extends JSplitPane so that you can specify the divider location before the split pane becomes visible.
BStringList This is a string list class Designed to make life easy for managing a list of strings (No supprises there:)
BTextArea Extends JTextArea and overrides the isManagingFocus() method so that it returns false.
BTreeModel A reusable tree model that can contain any implementaion of a TreeNode
BTreeUtil  
UnixCrypt Contains static methods to encrypt and compare passwords with Unix encrypted passwords. See John Dumas's Java Crypt page for the original source.
 

Package au.edu.swin.synergy.lib Description

Synergy library functions.
 

Package Specification

These are misc. library functions


Synergy Home Page