Holger's
Java API

Uses of Package
com.antelmann.util.gui

Packages that use com.antelmann.util.gui
com.antelmann These are general classes that apply for the framework as a whole. 
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
com.antelmann.util.table This package provides useful additions to TableModels and contains classes to ease development with Swing tables. 
 

Classes in com.antelmann.util.gui used by com.antelmann
JMainFrame
          a convenient JFrame providing some basic nice stuff
MyAbstractAction
          a base class for actions that provides some convenience for implementing actions
 

Classes in com.antelmann.util.gui used by com.antelmann.cddb
EditableComponent
          a component that supports user edits that can be disabled.
JMainFrame
          a convenient JFrame providing some basic nice stuff
 

Classes in com.antelmann.util.gui used by com.antelmann.db
FormValidationWarning
          indicates a problem during a form validation
FormValidator
          used for Form dialogs or frames that edit data.
JMainFrame
          a convenient JFrame providing some basic nice stuff
 

Classes in com.antelmann.util.gui used by com.antelmann.image
EditableComponent
          a component that supports user edits that can be disabled.
JMainFrame
          a convenient JFrame providing some basic nice stuff
MyAbstractAction
          a base class for actions that provides some convenience for implementing actions
 

Classes in com.antelmann.util.gui used by com.antelmann.io
JMainFrame
          a convenient JFrame providing some basic nice stuff
 

Classes in com.antelmann.util.gui used by com.antelmann.math
EditableComponent
          a component that supports user edits that can be disabled.
LayoutOption
          specifies the way a component should be laid out to best fit into an enclosing container
 

Classes in com.antelmann.util.gui used by com.antelmann.net
JMainFrame
          a convenient JFrame providing some basic nice stuff
 

Classes in com.antelmann.util.gui used by com.antelmann.net.mail
EditableComponent
          a component that supports user edits that can be disabled.
JMainFrame
          a convenient JFrame providing some basic nice stuff
 

Classes in com.antelmann.util.gui used by com.antelmann.sound
JMainFrame
          a convenient JFrame providing some basic nice stuff
 

Classes in com.antelmann.util.gui used by com.antelmann.sql
EditableComponent
          a component that supports user edits that can be disabled.
JFileField
          A text component that denotes a file path; supports mouse drops from file system and provides a convenient JFileChooser.
 

Classes in com.antelmann.util.gui used by com.antelmann.util.gui
CategoryNode
          provides a model for organizing categories in a tree.
CustomTheme
          allows to easily modify color themes.
DocumentTextFilter
          allows to use a common Filter to be used as a DocumentFilter.
EditableComponent
          a component that supports user edits that can be disabled.
FontSelectionEvent
          An event that characterizes a change in the current font selection.
FontSelectionListener
          The listener that's notified when a font selection changes
Form
          a Form represents a way to edit objects through a specialized GUI that provides all save/cancel and optionally apply functionality.
FormHelper
          provides convenience to handle common problems when dealing with forms and has generally useful utility methods for handling form fields
FormListener
           
FormValidationWarning
          indicates a problem during a form validation
FormValidator
          used for Form dialogs or frames that edit data.
JDateRangeChooser
          This class allows to easily select a range of dates.
JDateRangeChooser.Interval
           
JFontChooser
          provides a nice GUI mechanism to choose a System Font (with preview and compare option and several other features).
JFontFileChooser
          provides a nice GUI mechanism to choose a Font from the file system.
JHourSpinner.HourModel
           
JKeyButton
          a special button that sends KeyEvents to a component upon being pressed
JMainFrame
          a convenient JFrame providing some basic nice stuff
JMultipleSelectionComboBox
          a specialized JComboBox allowing to deal with multiple selection.
JPropertyEntryComponent
          implements a general component for editing PropertyEntry objects.
Language
          English language resources for the com.antelmann.util.gui package
LayoutOption
          specifies the way a component should be laid out to best fit into an enclosing container
MouseBoundsListener
          a listener class for moving/resizing a component via mouse movements.
MouseBoundsListener.Snapper
           
SplashScreen
          for use as a splash screen.
 

Classes in com.antelmann.util.gui used by com.antelmann.util.table
CustomTheme
          allows to easily modify color themes.
EditableComponent
          a component that supports user edits that can be disabled.
FormValidator
          used for Form dialogs or frames that edit data.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads