http://www.jpicedt.org

Package jpicedt.widgets

Some Swing components used across JPicEdt's classes.

See:
          Description

Interface Summary
MDIComponent A common interface for UI components being hosted by a Multiple Document Interface.
 

Class Summary
DecimalNumberField A JTextField that accept only DecimalNumbers
FontSelector A font chooser widget (adapted from jEdit source code)
HistoryModel A history list.
HistoryTextField Text field with an arrow-key accessable history.
IncrementableTextField A JComponent that lump together a JSpinner (with a +/- arrow field that allows the user to increment/decrement) and prefix/postfix labels.
KeyEventWorkaround  
MotifLAFCellRenderer A customized cell-renderer for the Motif LAF (turns selected item background to white)
PEComboBox<K> An generic'ified version of JComboBox that can be initialized from a Map.
PEDialog A non-modal JDialog that implements MDIComponent.
PEFrame A JFrame that implement the MDIComponent interface
PEInternalDialog Re-implementation of non-modal JDialog using JInternalFrame's.
PEInternalFrame A JInternalFrame that implement the MDIComponent interface
 

Package jpicedt.widgets Description

Some Swing components used across JPicEdt's classes. All these components can be used independantly however. HistoryModel and rel. are taken form jEdit (www.jedit.org) with some tiny modifications.
@since jPicEdt 1.3.2


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org