| Home >> All >> net >> bereza |
| | net.bereza.cipher.* (1) | | net.bereza.db.* (19) | | net.bereza.gui.* (13) | | net.bereza.io.* (4) |
| | net.bereza.money.* (67) | | net.bereza.net.* (4) | | net.bereza.prisoners.* (2) | | net.bereza.util.* (6) |
Package Samples:
net.bereza.cipher
net.bereza.db.postgres
net.bereza.db
net.bereza.db.remote
net.bereza.gui
net.bereza.io
net.bereza.money.cli
net.bereza.money.db
net.bereza.money.gui.action
net.bereza.money.gui
net.bereza.money.util
net.bereza.net.www.protocol.dict
net.bereza.net.www.protocol
net.bereza.net
net.bereza.prisoners
net.bereza.util
Classes:
DictURLConnection: URLConnection for dict: URLs. When a connection is made to the dict server, the asked for results are retrieved and store in a byte array input stream, which is returned by getInputStream() . The number of definitions or matches returned by the query are stored in a header field called "number-of-results" . This field can be used to retrieve content-type and content-transfer-encoding headers for each individual match or definitions by accessing the header field as CONTENT_TYPE_HEADER+"-"+ N where N is the number of result to get. For definitions, the source information of database name and description ...
Prisoner: Prisoner is a prisoner in a standard dilemna who can either cooperate or defect. Prisoners are paired, and each chooses one option. Payoffs are as follows: What you do Cooperate Defect What I do Cooperate Fairly good Reward for mutual cooperation 3 points Very bad Suckers' Payoff 0 points Defect Very good Temptation to defect 5 points Fairly bad Punishment for mutual defection 1 point
DatabaseNoUpdateWarning: DatabaseNoUpdateWarning occurs when a update query method does nothing. This means that although the database query worked ok, no item existed in the table to be deleted or update. This should probably be treated as an Exception rather than just a Warning. But because this is a non-fatal condition, it's just a Warning. This Warning will be thrown if either a delete or update method succeeded, but the DB reported a 0 row count for the query.
AuthenticationException: AuthenticationException represents a problem with the user/password authentication of the connection attributes. $Log: AuthenticationException.java,v $ Revision 1.1 2000/04/12 23:27:56 bereza Initial revision $Id: AuthenticationException.java,v 1.1 2000/04/12 23:27:56 bereza Exp $
TransactionTableModel: TransactionTableModel is a table model for transaction objects. It represents transactions for a specific Account, over a specified time. TransactionTableModel has one editable cell, which is the posted check mark. The purpose of this model is to represent a checkbook-like ledger.
BURLStreamHandlerFactory: BURLStreamHandlerFactory is a url stream handler factory which tries to find URLStreamHandlers for the protocol using a class named: net.bereza.net.www.protocol.> protocol <.Handler It returns null if no such class can be found.
PaceOutputStream: PaceOutputStream controls the pace of transferring data to the underlying filtered output stream. $Log: PaceOutputStream.java,v $ Revision 1.1 2000/04/11 00:12:16 bereza Initial revision $Id: PaceOutputStream.java,v 1.1 2000/04/11 00:12:16 bereza Exp $
PaceInputStream: PaceInputStream controls the pace of transferring data to the underlying filtered input stream. $Log: PaceInputStream.java,v $ Revision 1.1 2000/04/11 00:11:33 bereza Initial revision $Id: PaceInputStream.java,v 1.1 2000/04/11 00:11:33 bereza Exp $
ActionPanel: ActionPanel is a kiwi ButtonPanel which lets you add Actions to it, rather than just buttons. This is sort of like a JToolBar, except it uses normal KButtons, rather than the buttons made by JToolBar, and it's not floatable.
CalendarSpinner: CalendarSpinner spins a field in a Calendar object. A single Calendar can be shared by multiple CalendarSpinners. CalendarSpinner uses a combo box, allowing the user to choose a field to spin to within a certain amount.
MessageRenderer: MessageRenderer is a TableCellRender which displays messages in some message format. The message should have just a {0} parameter, which will be set with the value of the item selected.
DatabaseNoReturnWarning: DatabaseNoReturnWarning occurs when a getInstance method gets nothing from a SELECT. This means that although everything worked ok, no such item exists in the database for selection.
AbstractURLConnection: AbstractURLConnection is a URLConnection which implements many things which are left unimplemented in URLConnection. It does not implement the connect() method.
DatabaseSecurityManager: DatabaseSecurity is a class that allows specific classes of DatabaseItems to control certain database actions on a per-class basis. The default methods allow all operations.
PhoneMachinePanel: PhoneMachinePanel watches the voice and fax spool directories for new files, and has a simple user interface for playing voice messages, or displaying faxes.
PostgresDatabaseItemFactory: PostgresDatabaseItemFactory does the actual database access. Calling it a factory is a bit of a mis-nomer, but I didn't care much for peer either.
GenericDatabaseItemFactory: GenericDatabaseItemFactory does the actual database access. Calling it a factory is a bit of a mis-nomer, but I didn't care much for peer either.
WrittenNumbersResource: WrittenNumbersResource converts a number string to a written string using the correct locale. This is the base version which implements en_US.
DatabaseItemFactory: DatabaseItemFactory does the actual database access. Calling it a factory is a bit of a mis-nomer, but I didn't care much for peer either.
NewItemChooserDialog: NewItemChooserDialog is an abstract Chooser dialog with a "New" button that calls this classes makeNewItem() to make a new item.
CheckBook: CheckBook is a Panel which contains a LedgerPanel and a TransactionPanel in a SplitPane. It handles the interaction between the two panels.
AbstractSpinner: AbstractSpinner is an abstract spinner for various things. It is made up of some component surrounded by left and right arrow buttons.
Balance: Balance represents a sum of value fields in the transactions table. Use the where parameters to choose what the balance represents.
SortedVector: SortedVector is a Vector which sorts object in insertion, if they implement the Comparable interface.
RandomPlay: RandomPlay takes a list of files, and a list of commands, randomly selecting one file, and running the commands upon it.
| Home | Contact Us | Privacy Policy | Terms of Service |