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

Quick Search    Search Deep

com.eireneh.swing.config.* (13)com.eireneh.swing.data.* (1)

com.eireneh.swing: Javadoc index of package com.eireneh.swing.


Package Samples:

com.eireneh.swing.data: This is a group of GUI components.  
com.eireneh.swing.config

Classes:

DeckLayout: DeckLayout is very similar to the awt CardLayout, except the latter is supposed to have some focus problems. I've not come across these before, and DeckLayout seems to be broken anyway, so I don't use it at all. DeckLayout treats each component in the container as a card. Only one card is visible at a time, and the container acts like a deck of cards. The ordering of cards is determined by the container's own internal ordering of its component objects. DeckLayout defines a set of methods that allow an application to flip through the cards sequentially, or to show a specified card. The addLayoutComponent ...
HashtableTableModel: TableModel using a Hashtable internally. Note that an AbstractTableModel (this is-a AbstractTableModel) reports changes to the data to the table itself. However since a Hashtable does not have a addChangeListener interface we can't do the same - SO if you change the Hashtable whilst we are displaying it then don't expect the changes to be automatically reflected in the JTable. 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 ...
AppletFrame: This class simplifies running Applets as applications It mirrors the actions of a Browser in an application. The methods without specific JavaDoc comments mirror the methods of AppletStub and AppletContext, returning null, true, this or "" where appropriate. TODO: Maybe it is possible to have main in here using a static method to find the applet object... Maybe not. 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 ...
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. TODO: Think about allowing the users to give us some feedback TODO: Allow the configure system to set the source dirs based on this dialog - even down to passing on edited source. 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, ...
DocumentWriter: A DocumentWriter is-a Writer that uses a Document so all text printed to the Writer ends up in the JTextArea. A Document is a Container for text that supports editing and provides notification of changes (serves as the model in an MVC relationship). 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 ...
DefaultFontChoice: DefaultFontChoice allows the setting of a default font for all windows in the app. There is some experimental code that changes fonts on the fly but that is currently disabled. 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. See the GNU General Public License for more details. ...
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. 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. See the GNU General Public License for more details. The License ...
FieldLayout: Layout Components along with labels that describe them. We ought to consider the Form layout idea that I dreamt up earlier when considering updates to this. 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. See the GNU General Public License for more details. The License is ...
LookAndFeelChoices: LookAndFeelChoices declares the Choices and actions needed to dynamically change the look and feel (PLAF) and to add new PLAFs without needing to restart. 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. See the GNU General Public License for more details. The License is ...
TextViewPanel: TextViewPanel allow viewing of some text in its own standalone frame. The text to be viewed can be grabbed from a String, a URL, or a file. 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. See the GNU General Public License for more details. The License is available on the ...
MoneyDocument: A money document simply extends document to refuse all non-financial data entered. We do not currently do any decimal place checking. 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. See the GNU General Public License for more details. The License is available on the internet ...
SystemPropertiesPane: SystemPropertiesPane displays the current values of the properties file as returned by System.getProperties(); . 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. See the GNU General Public License for more details. The License is available on the internet here , by writing ...
UpperCaseDocument: An upper case document simply extends document to make all the text entered upper case according to Character.toUpperCase. 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. See the GNU General Public License for more details. The License is available on the internet here , ...
ScriptPane: ScriptPane is a GUI interface to the IBM BSF library for executing arbitary commands in a variety of scripting languages. 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. See the GNU General Public License for more details. The License is available on the internet here , ...
NumericDocument: A numeric document simply extends document to refuse all non-numeric data entered according to Character.isDigit. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing ...
MonitorChoices: A collection of things that could be configured for the Status window and the general monitor system. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software ...
MetalColorChoice: The MetalColorChoice creates a Choice that controls the Color that Metal uses to display it's stuff. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software ...
FontChooser: FontChooserBean allows the user to select a font in a similar way to a FileSelectionDialog. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
Status: We implement CaptureListener so that we can catch exceptions and print them out to the Log. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
SourcePathChoice: The SourcePathChoice creates a Choice that controls the paths that source is stored in. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
NudgeButton: A nudge button set based on this dialog - even down to passing on edited source. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., ...
TextViewPanelBeanInfo: BeanInfo for the TextViewer. This was mostly generate using BeansExpress. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 ...
StyleField: A PropertyNumberField is a PropertyTextField that only stores numbers. 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple ...
AbstractLayout: AbstractLayout - support for DeckLayout. From a JDJ article 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. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place ...

Home | Contact Us | Privacy Policy | Terms of Service