Package org.PingOO.DLAI.lib.PWidget

Interface Summary
PComponent Provides an interface for components that have some localized capabilities.
PGUI Basic interface for the gui root components (PFrame, PInternalFrame and PWindow).
 

Class Summary
BlockingGlassPane A bloquing glass pane.
ButtonListCellRenderer A list cell renderer for JButton objects.
ColumnLayout Defines a layout used to put components in column.
ComboBoxEditorAuto An editor for a combo box with auto-research feature.
DefaultPListCellRenderer The default renderer for PList cells.
DefaultPManager Default manager implementation for PComponents.
DefaultPTableCellRenderer The default renderer for PTable cells.
DefaultPTableModel Provides default model for PTables (localizable columns names).
DefaultPTreeCellRenderer The default renderer for PComponents inside PTree.
DefaultPTreeModel The default model for a PTree.
EditPopupMouseListener Common mouse listener for copy/paste/cut on PTextFields, PTextArea, PPasswordField.
FormColumnLayout An abstract layout manager to set the vertical position and height of a set of components based on unique, ordered, non-sequential column numbers, layout size, and component minimum and preferred sizes.
FormLayout A layout manager modeled after the HTML <TABLE> tag.
FormLayout.ExtendedVector  
FormPanel A panel that uses the FormLayout by default, and exposes its methods directly on the panel.
FormRowLayout An abstract layout manager to set the horizontal positions of a set of components based on unique, ordered, non-sequential row numbers, layout size, and component minimum and preferred sizes.
HtmlViewer Use internal frame to display html page for the final user.
InternalMessage Shows prefined message in a non-blocking window.
LabeledPairLayout Defines a layout for a component pair.
ListViewer Use internal frame to display a list for the final user.
MultiLineTextPanel Attempts to display a multi lines in a panel with multiples labels.
PAction Defines an action that will use localized resources.
PActionPropertyChangeListener A property change listener to use when linking action with component.
PButton Provides a button that is localized text and localized tool tip capable.
PCheckBox Provides a checkbox that is localized text and localized tool tip capable.
PCheckBoxMenuItem Provides a checkbox that is localized text and localized tool tip capable.
PComboBox Provide a combo box with auto search capabilities.
PExternalDialog The InternalFrame should remain on top of the screen.
PFrame Here are defined the common shared methods between all gui interfaces.
PInputPanel A basic panel with multiple buttons, that can be used to create user interface.
PInternalDialog The InternalFrame remains on top of its root JDesktopPane or parent.
PInternalFileChooser Work in progress.
PInternalFrame Here are defined the common shared methods between all gui interfaces.
PLabel Provides a label that is localized text and localized tool tip capable.
PList Provides a list that is localized tool tip capable.
PManager The manager of the PComponent.
PMenu Provides a menu that is localized text and localized tool tip capable.
PMenuItem Provides a menu item that is localized text and localized tool tip capable.
PMultiLineTextPanel Attempts to display a multi lines in a panel with multiples labels.
PObserver An observer for Containers (PComponent and JComponents) that updates them when needed.
POptionPane This class is designed to carry the error messages or warnings on screen as an internal frame or as a frame.
PPanel Provides a panel that is localized tool tip capable.
PPasswordField Provides a password field that is localized tool tip capable.
PPopupMenu A popup menu that is localized tool tip and localized title capable.
PRadioButton Provides a radio button that is localized text and localized tool tip capable.
PRadioButtonMenuItem Provides a radio button menu item that is localized text and localized tool tip capable.
PScrollPane Provides a scroll pane that is localized tool tip capable.
PSplitPane Provides a split pane that is localized tool tip capable.
PTabbedPane Provides a tabbed pane that is localized text and localized tool tip capable.
PTable A table which is a Pcomponent.
PTextArea Provides a text area that is localized tool tip capable.
PTextField Provides a text field that is localized tool tip capable.
PTitledPanel Provides a panel that have a border and a localized capable border title.
PToggleButton Provides a toggle button that is localized text and localized tool tip capable.
PToolBar Provides a tool bar that is localized localized tool tip capable.
PTree Provides a tree that is localized tool tip capable.
PWindow Here are defined the common shared methods between all gui windows.
TableViewer Provides a way to display a table inside a scroll pane.
TreeViewer Provides a way to display a tree inside a scroll pane.