-
Interface Summary Interface Description Card Should be implemented by components that are used together withCardDisplayPaneland that should be informed when they are shown or hidden.FileDrop.Listener Implement this inner interface to listen for when files are dropped.FileDrop.TransferableObject.Fetcher Instead of passing your data directly to theFileDrop.TransferableObjectconstructor, you may want to know exactly when your data was received in case you need to remove it from its source (or do anyting else to it).OutHolder Interface to be implemented by components that assemble text output. -
Class Summary Class Description AppSettings Holds user set properties.AppSettingsDialog A dialog for setting user defined properties.AutoEnableMenu This class provides aJMenuthat gets enabled if at least one item belonging to it becomes enabled.CardDisplayPanel An alternative toCardPanelthat can be used in conjunction withCardPanelActionto display components on demand as well as to notify them when they are either shown or hidden.CardPanel source: http://java.sun.com/products/jfc/tsc/articles/cardpanel/CardPanelAction An action for the task of showing a "card" component in aCardDisplayPanel.CheckBoxList This class provides a specialJListthat renders its items as selectableJCheckBoxcomponents.CompSettings This class contains some publicly accessible fields that specify settings for components used throughout JStatCom.FileDrop This class makes it easy to drag and drop files from the operating system to a Java program.FileDrop.Event This is the event that is passed to thefilesDropped(...)method in yourFileDropListenerwhen files are dropped onto a registered drop target.FileDrop.TransferableObject At last an easy way to encapsulate your custom objects for dragging and dropping in your Java programs! When you need to create aTransferableobject, use this class to wrap your object.IValTextField Performs input validation before input focus is permanently moved away to ensure that no action is carried out, before input has been checked.JHelpAction This class provides anAbstractActionthat is geared towards supporting the creation and display ofJavaHelpsets.JHelpContextMgr Manages the mapping between IDs for context sensitive help topics and the respective components.JHelpContextMgr.ContextID Inner class for storing mappings as XML elements.Log4jCustomAppender Custom appender for log4j logging.LogFrame Frame that can be used as a log area for various kinds of messages.MatrixBorder This border puts angular brackets [ ] around a component.Module Represents a serializable module to be used withTopFrame.MultiLineLabel Covenience label class that can display text with more than one line.MultiLineLabelUI * Author: Zafir Anjum * http://codeguru.earthweb.com/java/articles/198.shtml * * Use multi-line text in a JLabel.NumberFormatTypes TheNumberFormatTypesclass contains formatters that are used by JStatCom components to guarantee a consistent formatting behaviour.NumRangeSelector This component allows to input a range specified by two komma separated numbers that is automatically checked according to an overallNumberRangeobject.NumSelector This component allows for number input that is automatically checked according to aNumberRangeobject.ResultField This class provides a convenient to use scrollable text field for presenting output in text form.SplashScreen A SplashScreen for use when starting applications.StdMessages Contains a collection of dialogs that could be used to standardize messages of different types throughout an application.SymbolDisplay This text area displays the string value of a given data object defined by a symbol.SystemOutHolder Simple implementation of theOutHolderinterface that redirects output tolog.infoin theappendmethod.TopFrame A configurable frame that can be used as a main frame for applications based on JStatCom.TopFrame.XMLRep Holds the xml representation for all modules.TopFrameAboutBox Dialog that shows about info, the license, and the splashscreen image.TopFrameReference Class that simply holds a globally accessable reference to the top frame of the application.TopFrameSettings Holds all settings of theTopFrameclass that should be stored between application runs.VarNameSelector This component allows to verify an input string against the rules for valid variable names throughout JStatCom.
Package com.jstatcom.component Description
GUI components with general functionality.
DMelt 3.0 © DataMelt by jWork.ORG