Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.eireneh.swing

Class Summary
AbstractLayout AbstractLayout - support for DeckLayout.
AppletFrame This class simplifies running Applets as applications It mirrors the actions of a Browser in an application.
CustomMetalTheme This class describes a customizable default Metal Theme.
DeckLayout DeckLayout is very similar to the awt CardLayout, except the latter is supposed to have some focus problems.
DetailedExceptionPane A more detailed way of reporting problems to the user This is probably too complex for a full-on public app but it is probably simple enough for us to use here.
DetailedExceptionPane.CustomAction Someone clicked on contribute, so we need to bail
DetailedExceptionPane.CustomLister List listener to update the contents of the text area whenever someone clicks in the list
DocumentWriter A DocumentWriter is-a Writer that uses a Document so all text printed to the Writer ends up in the JTextArea.
EdgeBorder EdgeBorder.
EirPanel EirPanel is an extension of JPanel that adds the ability to be visible in a separate Panel
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ExceptionPane A simple way of reporting problems to the user This is probably too simplistic for a full-on public app, but it is probably simple enough for us to use here.
ExceptionPane.CustomCaptureListener The ExceptionPane instance that we add to the Log
ExceptionShelf This is broken.
ExceptionShelf.ShelfCaptureListener A class to listen to Exceptions
ExtensionFileFilter ExtensionFileFilter.
FieldLayout Layout Components along with labels that describe them.
FontChooser FontChooserBean allows the user to select a font in a similar way to a FileSelectionDialog.
FormPane A Panel customized to hold fields
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
GuiConvert Conversions between various types and Strings
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
GuiUtil Various Gui Utilities.
LogList LogList is a GUI component that display log messages
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
LogList.CellRendererAdvice A description of how to render a cell
LogList.CustomListCellRenderer Renders an item in a list.
LogList.CustomListCellRenderer.UIResource A subclass of DefaultListCellRenderer that implements UIResource.
LogList.CustomListModel Where we store the messages
LogList.ListCaptureListener This class listens to HelpDesk logs and copies them to the syslog daemon.
LogList.LogLine The information we store about a single message
LogPane A Simple pane to hold log messages to aid debugging.
MenuUtil Various Menu creation utilities.
MenuUtil.ActionChangedListener  
MoneyDocument A money document simply extends document to refuse all non-financial data entered.
NudgeButton A nudge button set based on this dialog - even down to passing on edited source.
NumericDocument A numeric document simply extends document to refuse all non-numeric data entered according to Character.isDigit.
ScriptPane ScriptPane is a GUI interface to the IBM BSF library for executing arbitary commands in a variety of scripting languages.
Status We implement CaptureListener so that we can catch exceptions and print them out to the Log.
Status.CellRendererAdvice A description of how to render a cell
Status.CustomListCellRenderer Renders an item in a list.
Status.CustomListCellRenderer.UIResource A subclass of DefaultListCellRenderer that implements UIResource.
Status.CustomListModel Where we store the messages
Status.LogLine The information we store about a single message
SystemPropertiesPane SystemPropertiesPane displays the current values of the properties file as returned by System.getProperties();.
TextViewPanel TextViewPanel allow viewing of some text in its own standalone frame.
TextViewPanelBeanInfo BeanInfo for the TextViewer.
UpperCaseDocument An upper case document simply extends document to make all the text entered upper case according to Character.toUpperCase.
ZTestSwing Attepmted 100% code coverage testing.
 

Exception Summary
TestException Test nested exceptions.