Package gitzel.util

Interface Summary

TableErrorListenerClasses implementing this interface can listen for errors in a TableGUI - i.e.
TableGUI.TableEntryUse this interface for classes that are special table entries

Class Summary

BasicScriptReader This class can read small scripts from various streams, readers etc.
BasicScriptReader.BSRIteratorThe iterator class for this class.
IniReader This class allows reading ini files from any input stream, file or http-doc.
TableErroran object of this type is passed to all TableErrorListeners when there is some irregularity with a TableGUI object.
TableGUIThis class can be used to customize tables.
TableGUI.ChoiceEntryA table entry that is a JComboBox
TableGUI.StringEntryJust a JTextField that implements TableEntry -> The standard access to table content.
TextReaderThis class contains a few utility methods for reading text.