A B C D E F G H I J K L M N O P R S T U V W

A

accept(File) - Method in class com.quadrique.jbuildingblocks.gui.FileChooserDirectoryFileFilter
 
accept(File) - Method in class com.quadrique.jbuildingblocks.gui.FileChooserSuffixFileFilter
 
ActionBase - Class in com.quadrique.jbuildingblocks.gui
This is the base class for all the GUI actions.
ActionBase(String, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.ActionBase
constructor
ActionBase(String, String, String, int) - Constructor for class com.quadrique.jbuildingblocks.gui.ActionBase
constructor
ActionBaseToggle - Class in com.quadrique.jbuildingblocks.gui
This is the base class for an action that can be toggled on and off The main additional functionality compared to ActionBase is that the action icon is either a checked rectangle when the action is "on" (e.g.
ActionBaseToggle(String, String, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.ActionBaseToggle
constructor
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaBase
This method is called whenever one of the buttons in the buttons bar is selected by the user
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistory
 
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
JDayChooser is the ActionListener for all day buttons.
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.PanelDateChooser
This method is called whenever the change date button is activated by the user
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.PanelFileChooser
 
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.PanelListBase
 
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
Whenever a check button is selected, this routine is called.
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairRadioComponent
Whenever a radio button is selected, this routine is called.
actionPerformed(ActionEvent) - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViewAction
This method is called whenever the corresponding shortcut button is selected by the end user.
Actions - Class in com.quadrique.jbuildingblocks.gui
This class maintains the set of global actions.
Actions() - Constructor for class com.quadrique.jbuildingblocks.gui.Actions
constructor
activateView() - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsView
this method is called whenever the view is activated (i.e.
add(String) - Method in class com.quadrique.jbuildingblocks.gui.Actions
Add an instance of the given action class to the internal collection
add(Object) - Method in class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
add(ActionBase) - Method in class com.quadrique.jbuildingblocks.gui.ToolBar
Add an action to the toolbar.
add(Action) - Method in class com.quadrique.jbuildingblocks.gui.ToolBar
Add an action to the toolbar.
add(ActionBase[]) - Method in class com.quadrique.jbuildingblocks.gui.ToolBar
Add the actions associated to the toolbar
add(boolean, String, String) - Method in class com.quadrique.jbuildingblocks.gui.WizardPageRadioButtonsPanel
 
add(boolean, JComponent, String) - Method in class com.quadrique.jbuildingblocks.gui.WizardPageRadioButtonsPanel
 
addAction(JMenu, ActionBase) - Method in class com.quadrique.jbuildingblocks.gui.MenuBarBase
 
addAction(ActionBase) - Method in class com.quadrique.jbuildingblocks.gui.MenuPopup
add an action to the context sensitive menu
addAction(JMenu, ActionBase) - Method in class com.quadrique.jbuildingblocks.gui.MenuPopup
 
addButton(String, int, String, ImageIcon, int) - Method in class com.quadrique.jbuildingblocks.gui.ButtonArea
This method adds a button to the ButtonArea
addButton(JButton, int) - Method in class com.quadrique.jbuildingblocks.gui.ButtonArea
This method adds a button to the ButtonArea
addButton(ActionBase, int) - Method in class com.quadrique.jbuildingblocks.gui.ButtonArea
This method adds a button to the button area.
addButton(JButton, int) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaBase
This method adds a button to the ButtonArea
addButton(String, String, ImageIcon, int) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaSideBar
This method adds a button to the side bar
addButton(ActionBase, int) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaSideBar
This method adds a button to the side bar.
addButton(String, String, int, boolean, boolean) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
buttons are added from o to n-1 ==> return value contains the button id (0 to n-1)
addButton(ActionBase, boolean, boolean) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
buttons are added from o to n-1 ==> return value contains the button id (0 to n-1)
addButtonSelectedEventListener(ButtonAreaListener) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaBase
Call this method to receive a ButtonAreaEvent whenever a button is selected
addCenterComponent(JComponent, JComponent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
Adds the component to the "center" area of the dialog Please note that the Java Look&Feel recommended border is automatically added to the component.
addCenterComponent(JComponent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
addColumnGroup(TableColumnGroup) - Method in class com.quadrique.jbuildingblocks.gui.TableGroupableTableHeader
 
addComponent(JComponent, boolean, double) - Method in class com.quadrique.jbuildingblocks.gui.PanelStacked
Adds a component to the panel
addComponent(boolean, JComponent, boolean, double) - Method in class com.quadrique.jbuildingblocks.gui.PanelStacked
Adds a component to the panel
addEmptySpace(int) - Method in class com.quadrique.jbuildingblocks.gui.ButtonArea
add a fixed size empty space to the panel (e.g.
addEmptySpaceInButtonArea(int) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
add a fixed size empty space to the panel (e.g.
addEventListener(ShortcutsViewsListener) - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViews
Call this method to receive a ShortcutsViewsEvent whenever a view is displayed
addFrame(JInternalFrame) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method is used to add a frame to the desktop pane.
addHelpButton(String, String, int, String) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
buttons are added from o to n-1 ==> return value contains the button id (0 to n-1)
addHelpContentMenuItem(JMenu, String, String, int, KeyStroke, String) - Method in class com.quadrique.jbuildingblocks.gui.MenuBarBase
This method add a "Help Contents" item to the given menu.
addHelpContentsItem(String, String) - Method in class com.quadrique.jbuildingblocks.gui.ToolBar
To add a HelpContents button i.e.
addHelpWhatIsThisItem(String, String) - Method in class com.quadrique.jbuildingblocks.gui.ToolBar
To add a "Help What's This" button i.e.
addHelpWhatIsThisMenuItem(JMenu, String, String, int, KeyStroke, String) - Method in class com.quadrique.jbuildingblocks.gui.MenuBarBase
This method add a "Help What's This ?" item to the given menu.
addInstalledLookAndFeel() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
add the installed look and feels (Metal, Motif, Microsoft on a Microsoft platform, Macintosh on a Macintosh platform)
addKunststoff() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
use this method to add the kunststoff look and feel to the list of LAF.
addListener(JbbLoginListener) - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
Call this method to register to be notified of application login changes
addListener(PanelPairSelectionListener) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
Call this method to register and to be notified of selection changes
addListener(PanelPairSelectionListener) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairRadioComponent
Call this method to register and to be notified of selection changes
addListener(SelectionListener) - Method in class com.quadrique.jbuildingblocks.gui.SelectionHandler
Call this method to register and to be notiifed of selection changes
addMenu(String, int) - Method in class com.quadrique.jbuildingblocks.gui.MenuBarBase
 
addMenu(String, int, String) - Method in class com.quadrique.jbuildingblocks.gui.MenuBarBase
 
addMenu(String, int, ActionBase[]) - Method in class com.quadrique.jbuildingblocks.gui.MenuBarBase
add a menu with a list of menu items each menu item is associated to a given action
addMenu(String, int) - Method in class com.quadrique.jbuildingblocks.gui.MenuPopup
 
addMenu(JMenu, String, int) - Method in class com.quadrique.jbuildingblocks.gui.MenuPopup
 
addMenu(String, int, String) - Method in class com.quadrique.jbuildingblocks.gui.MenuPopup
 
addMenu(JMenu, String, int, String) - Method in class com.quadrique.jbuildingblocks.gui.MenuPopup
 
addMenuAndToolBar(JComponent, JComponent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
addMouseListener(MouseListener) - Method in class com.quadrique.jbuildingblocks.gui.ButtonReadOnly
implement a dummy mouse listener to get rid of all mouse interaction
addMouseListener(MouseListener) - Method in class com.quadrique.jbuildingblocks.gui.ButtonReadOnlyCheckBox
implement a dummy mouse listener to get rid of all mouse interaction
addMouseListener(MouseListener) - Method in class com.quadrique.jbuildingblocks.gui.ButtonReadOnlyRadio
implement a dummy mouse listener to get rid of all mouse interaction
addPage(WizardPage) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
addPair(boolean, JComponent, boolean, double) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
This method is called to add a pair of JCheckbox/JComponent
addPair(boolean, boolean, JComponent, boolean, double) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
This method is called to add a pair of JCheckbox/JComponent
addPair(JComponent, JComponent, boolean, double) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairComponentComponent
This method is called to add a pair of JComponents
addPair(JLabel, JComponent, boolean, double) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairLabelComponent
This method is called to add a pair of JLabel/JComponent
addPair(boolean, JComponent, boolean, double) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairRadioComponent
This method is called to add a pair of JRadioButton/JComponent
addResoucePath(String) - Method in class com.quadrique.jbuildingblocks.gui.Resources
 
addSelectionListener(SelectionListener) - Method in class com.quadrique.jbuildingblocks.gui.Table
Call this method to receive a SelectionEvent whenever a new selection is perfomed in this component
addSeparator(boolean) - Method in class com.quadrique.jbuildingblocks.gui.ToolBar
Add a separator to the toolbar
addSkin(String, String) - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
use this method to add a Skin LAF theme Please note that the skinlf.jar file has to be available in the application class path as well as the theme file
addStatusBar(JComponent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
addText(String) - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegment
add the text to the current text
addTokenType(String, String, Color) - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
addUser(JbbUser) - Method in class com.quadrique.jbuildingblocks.gui.JbbUsers
to add a user
addView(String, String, String, int, String, JComponent) - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViews
 
ADMINISTRATOR_TYPE - Static variable in class com.quadrique.jbuildingblocks.gui.JbbUser
 
afterEachTest() - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryTest
clean up the tests fixture
afterEachTest() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
clean up the tests fixture
afterEachTest() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
clean up the tests fixture
ASCENDING - Static variable in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderRenderer
 
askUserToLogIn(JComponent, String, boolean) - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
 
askUserToLogIn(DlgLogin) - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
 
ATOM - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes
 

B

beforeEachTest() - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryTest
acquireConnection the tests fixture
beforeEachTest() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
acquireConnection the tests fixture
beforeEachTest() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
acquireConnection the tests fixture
beforeTests() - Static method in class com.quadrique.jbuildingblocks.gui.EditorTest
This is only run upon startup of the tests defined here
BorderSide - Class in com.quadrique.jbuildingblocks.gui
This class implements an etched border (can be raised or lowered) on any given side of a component
BorderSide(boolean, boolean, boolean, boolean, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.BorderSide
constuctor
BTN_IS_ADD - Static variable in class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
 
BTN_IS_MODIFY - Static variable in class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
 
BTN_IS_REMOVE - Static variable in class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
 
ButtonArea - Class in com.quadrique.jbuildingblocks.gui
This class implements a generic horizontal or vertical buttons area.
ButtonArea(boolean, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.ButtonArea
constructor
ButtonAreaBase - Class in com.quadrique.jbuildingblocks.gui
This class implements a generic buttons area.
ButtonAreaBase() - Constructor for class com.quadrique.jbuildingblocks.gui.ButtonAreaBase
constructor
ButtonAreaEvent - Class in com.quadrique.jbuildingblocks.gui
This class describes the event posted by a ButtonsBar class instance whenever one of the button in the area has been selected by the user.
ButtonAreaEvent(Object, int) - Constructor for class com.quadrique.jbuildingblocks.gui.ButtonAreaEvent
The constructor of the class.
ButtonAreaListener - Interface in com.quadrique.jbuildingblocks.gui
In order to receive any event from a ButtonArea instance, you must implement this listener interface.
ButtonAreaSideBar - Class in com.quadrique.jbuildingblocks.gui
This class implements a vertical side bar (similar to the outlook shortcuts or the NetScape side bar)
ButtonAreaSideBar(boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.ButtonAreaSideBar
constructor
ButtonReadOnly - Class in com.quadrique.jbuildingblocks.gui
This class implements a read-only JButton.
ButtonReadOnly() - Constructor for class com.quadrique.jbuildingblocks.gui.ButtonReadOnly
 
ButtonReadOnlyCheckBox - Class in com.quadrique.jbuildingblocks.gui
This class implements a read-only JCheckBox.
ButtonReadOnlyCheckBox() - Constructor for class com.quadrique.jbuildingblocks.gui.ButtonReadOnlyCheckBox
 
ButtonReadOnlyRadio - Class in com.quadrique.jbuildingblocks.gui
This class implements a read-only JRadioButton.
ButtonReadOnlyRadio() - Constructor for class com.quadrique.jbuildingblocks.gui.ButtonReadOnlyRadio
 
ButtonRollOver - Class in com.quadrique.jbuildingblocks.gui
this is a generic rollover button (i.e.
ButtonRollOver() - Constructor for class com.quadrique.jbuildingblocks.gui.ButtonRollOver
Constructor
buttonSelected(ButtonAreaEvent) - Method in interface com.quadrique.jbuildingblocks.gui.ButtonAreaListener
This method is called whenever a button of the button area has been selected by the user.
buttonSelected(ButtonAreaEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
This method is called whenever one of the buttons is called

C

callback(int) - Method in class com.quadrique.jbuildingblocks.gui.DlgException
this method is called whenever one of the buttons is activated
callback(int) - Method in class com.quadrique.jbuildingblocks.gui.DlgLogin
This method is called whenever one of the buttons is activated
CanBeReplacedOnTheFly() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelInfo
 
canCurrentLAFBeReplacedOnTheFly() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
canMoveForward() - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
Should be overidden in the derived classes
cascadeAllFrames() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method is used to cascade all the frames in the default layer
CHAR - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes
 
closeAllFrames() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method is used to releaseConnection all the frames in the default layer
closeCurrentFrame() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method is used to releaseConnection the current frame (i.e.
closeDialog(int) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
to terminate the execution of the dialog
closeFrame(JInternalFrame) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method is used to remove a frame from the desktop pane.
com.quadrique.jbuildingblocks.gui - package com.quadrique.jbuildingblocks.gui
 
ComboBoxWithHistory - Class in com.quadrique.jbuildingblocks.gui
This component lets the user directly enter a new text value or select one of the previous values (if any) that he or she has previously entered.
ComboBoxWithHistory() - Constructor for class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistory
Constructor USe this constructor if you intend to provide the history values directly with a call to setHistory()
ComboBoxWithHistory(JbbUserPreferences, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistory
Constructor Use this constructor if you want your text field to maintain its history list from one invocation to another (i.e.
ComboBoxWithHistoryModel - Class in com.quadrique.jbuildingblocks.gui
 
ComboBoxWithHistoryModel() - Constructor for class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryModel
 
ComboBoxWithHistoryModel(JbbUserPreferences, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryModel
 
ComboBoxWithHistoryTest - Class in com.quadrique.jbuildingblocks.gui
A test class for the JUnit testing framework
ComboBoxWithHistoryTest() - Constructor for class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryTest
 
COMMENT - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREXMLTypes
 
compare(Object, Object) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
Comparison mtheod that is used to sort the rows, has to be implemented in each derived class
componentHidden(ComponentEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
componentHidden(ComponentEvent) - Method in class com.quadrique.jbuildingblocks.gui.ScrollPane
Invoked when the component has been made invisible.
componentMoved(ComponentEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
componentMoved(ComponentEvent) - Method in class com.quadrique.jbuildingblocks.gui.ScrollPane
Invoked when the component's position changes.
componentResized(ComponentEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
componentResized(ComponentEvent) - Method in class com.quadrique.jbuildingblocks.gui.ScrollPane
Invoked when the component's size changes.
componentShown(ComponentEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
componentShown(ComponentEvent) - Method in class com.quadrique.jbuildingblocks.gui.ScrollPane
Invoked when the component has been made visible.
createDefaultDocument() - Method in class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes.Kit
 
createDefaultDocument() - Method in class com.quadrique.jbuildingblocks.gui.EditorREXMLTypes.Kit
 
CursorFactory - Class in com.quadrique.jbuildingblocks.gui
This class provides CursorFactory support for any component in the application.
CursorFactory() - Constructor for class com.quadrique.jbuildingblocks.gui.CursorFactory
Constructor

D

deactivateView() - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsView
this method is called whenever the view is deactivated (i.e.
DECENDING - Static variable in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderRenderer
 
DesktopPanel - Class in com.quadrique.jbuildingblocks.gui
This is the base class of all desktop panel
DesktopPanel(String) - Constructor for class com.quadrique.jbuildingblocks.gui.DesktopPanel
Constructor
DesktopPanelBaseFrame - Class in com.quadrique.jbuildingblocks.gui
This class implements a frame of the Desktop panel.
DesktopPanelBaseFrame(String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
Constructor
displayView(String) - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViews
 
Dlg - Class in com.quadrique.jbuildingblocks.gui
This class is the base class for all the dialogs of the application.
Dlg(Component, String, String, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.Dlg
constructor
Dlg(Dialog, String, String, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.Dlg
use this constructor whenever the dialog is dispayed from a modal dialog.
DlgAbout - Class in com.quadrique.jbuildingblocks.gui
This dialog displays a generic about dialog as shown in the following picture:
DlgAbout(Component, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgAbout
 
DlgDateChooser - Class in com.quadrique.jbuildingblocks.gui
This dialog is used to specify a date
DlgDateChooser(Component, Date) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgDateChooser
constructor
DlgException - Class in com.quadrique.jbuildingblocks.gui
This dialog displays a Exception
DlgException(Dialog, String, Exception) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgException
use this contructor whenever the dialog is displayed from a modal dialog.
DlgException(Component, String, Exception) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgException
constructor
DlgInformation - Class in com.quadrique.jbuildingblocks.gui
This dialog displays an information message
DlgInformation(Dialog, String) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgInformation
use this contructor whenever the dialog is displayed from a modal dialog.
DlgInformation(Component, String) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgInformation
constructor
DlgLabelTextField - Class in com.quadrique.jbuildingblocks.gui
This dialog displays a label and a text field so that the user can enter a value Example: // display the add dialog DlgLabelTextField lDlg = new DlgLabelTextField(mList,"Add","New Entry",null); lDlg.show(); // update the model if (lDlg.getReturnValue() == DlgLabelTextField.RETURN_VALUE_IS_OK) { String lValue = lDlg.getText(); mModel.addElement(lValue); }
DlgLabelTextField(Dialog, String, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgLabelTextField
use this contructor whenever the dialog is displayed from a modal dialog.
DlgLabelTextField(Component, String, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgLabelTextField
constructor
DlgLogin - Class in com.quadrique.jbuildingblocks.gui
This dialog displays a login dialog
DlgLogin(Component, String, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgLogin
constructor
DlgQuestion - Class in com.quadrique.jbuildingblocks.gui
This dialog displays a question but does not provide the buttons in the button area (the frist button should be the name of the action).
DlgQuestion(Dialog, String) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgQuestion
use this contructor whenever the dialog is displayed from a modal dialog.
DlgQuestion(Component, String) - Constructor for class com.quadrique.jbuildingblocks.gui.DlgQuestion
constructor
DOWN - Static variable in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderIcon
 

E

Editor - Class in com.quadrique.jbuildingblocks.gui
 
Editor(StyledEditorKit) - Constructor for class com.quadrique.jbuildingblocks.gui.Editor
 
Editor(String, StyledEditorKit) - Constructor for class com.quadrique.jbuildingblocks.gui.Editor
 
EditorDocument - Class in com.quadrique.jbuildingblocks.gui
 
EditorDocument(EditorRETypes) - Constructor for class com.quadrique.jbuildingblocks.gui.EditorDocument
 
EditorKeywordList - Class in com.quadrique.jbuildingblocks.gui
 
EditorKeywordList(String) - Constructor for class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
EditorKeywordList(String, Color, Color) - Constructor for class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
EditorKeywordList(String, Color, Color, Set<String>) - Constructor for class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
EditorKeywordManager - Class in com.quadrique.jbuildingblocks.gui
 
EditorKeywordManager() - Constructor for class com.quadrique.jbuildingblocks.gui.EditorKeywordManager
 
EditorREJavaTypes - Class in com.quadrique.jbuildingblocks.gui
 
EditorREJavaTypes() - Constructor for class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes
 
EditorREJavaTypes.Kit - Class in com.quadrique.jbuildingblocks.gui
 
EditorREJavaTypes.Kit() - Constructor for class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes.Kit
 
EditorRETokenizer - Class in com.quadrique.jbuildingblocks.gui
 
EditorRETokenizer(EditorRETypes, String) - Constructor for class com.quadrique.jbuildingblocks.gui.EditorRETokenizer
 
EditorRETokenizer.Token - Class in com.quadrique.jbuildingblocks.gui
 
EditorRETokenizer.Token(String, String, int) - Constructor for class com.quadrique.jbuildingblocks.gui.EditorRETokenizer.Token
 
EditorRETypes - Class in com.quadrique.jbuildingblocks.gui
 
EditorRETypes() - Constructor for class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
EditorRETypes.Type - Class in com.quadrique.jbuildingblocks.gui
 
EditorRETypes.Type(String, String, Color) - Constructor for class com.quadrique.jbuildingblocks.gui.EditorRETypes.Type
 
EditorREXMLTypes - Class in com.quadrique.jbuildingblocks.gui
 
EditorREXMLTypes() - Constructor for class com.quadrique.jbuildingblocks.gui.EditorREXMLTypes
 
EditorREXMLTypes.Kit - Class in com.quadrique.jbuildingblocks.gui
 
EditorREXMLTypes.Kit() - Constructor for class com.quadrique.jbuildingblocks.gui.EditorREXMLTypes.Kit
 
EditorTest - Class in com.quadrique.jbuildingblocks.gui
 
EditorTest(File) - Constructor for class com.quadrique.jbuildingblocks.gui.EditorTest
 
enableBackButton(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
enableButtons(boolean, boolean, boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
to enable/disable the buttons in one shot
enableFinishButton(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
enableHelpKey(JRootPane, String) - Method in class com.quadrique.jbuildingblocks.gui.OnlineHelp
Call this method to display the online help window when the end user types on the "Help" key (e.g.
enableNextButton(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
equals(Object) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
 
exit() - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
implements the following default behavior: save the current main window position and size so that it can be used when the application will be restarted save the preferences in a file sot hat they can be retrieved when the application is restarted terminate the application by calling "System.exit(0);" Feel free to override it in your derived class (but we recommend then that you call "super.exit(true)" to make sure that the framework is properly terminated.
expand(TreePath) - Method in class com.quadrique.jbuildingblocks.gui.Tree
Expands the tree at the given tree node (and make sure that an expansion event is sent as well)

F

FileChooserDirectoryFileFilter - Class in com.quadrique.jbuildingblocks.gui
This class is a directory file filter (i.e.
FileChooserDirectoryFileFilter(String) - Constructor for class com.quadrique.jbuildingblocks.gui.FileChooserDirectoryFileFilter
Constructor
FileChooserSuffixFileFilter - Class in com.quadrique.jbuildingblocks.gui
This class is a suffix file filter (i.e.
FileChooserSuffixFileFilter(String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.FileChooserSuffixFileFilter
Constructor
FileChooserSuffixFileFilter(HashSet<String>, String) - Constructor for class com.quadrique.jbuildingblocks.gui.FileChooserSuffixFileFilter
Constructor
finishWizard() - Method in class com.quadrique.jbuildingblocks.gui.Wizard
to terminate and releaseConnection the wizard
focusGained(FocusEvent) - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
to handle tab navigation
focusLost(FocusEvent) - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
 

G

get(String) - Method in class com.quadrique.jbuildingblocks.gui.Actions
 
getAccelerator() - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
 
getActions() - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
getAttributeSet() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegment
 
getBackground() - Method in class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
getBorderInsets(Component) - Method in class com.quadrique.jbuildingblocks.gui.BorderSide
 
getButton(int) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaBase
This method retrieves the button that is associated to the given button identifier
getButtonArea() - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
getCc() - Method in class com.quadrique.jbuildingblocks.gui.PanelEmailWithHistory
 
getClassName() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelInfo
 
getColor(int) - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
getColumnCount() - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
 
getColumnGroups(TableColumn, Vector<Object>) - Method in class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
getColumnGroups(TableColumn) - Method in class com.quadrique.jbuildingblocks.gui.TableGroupableTableHeader
 
getColumnName(int) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
 
getComponent() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneAttributeSet
 
getContextSensitiveHelpActionListener() - Method in class com.quadrique.jbuildingblocks.gui.OnlineHelp
getContextSensitiveHelpActionListener
getCurrent() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
getCurrentFrame() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
Retrieves the frame that is on top of all the other frames (if any) in the default layer (- this method ignores any palette frame).
getData() - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
 
getDate() - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
 
getDate() - Method in class com.quadrique.jbuildingblocks.gui.PanelDateChooser
 
getDay() - Method in class com.quadrique.jbuildingblocks.gui.PanelDayOfWeekTimeOfDayChooser
 
getDescription() - Method in class com.quadrique.jbuildingblocks.gui.FileChooserDirectoryFileFilter
 
getDescription() - Method in class com.quadrique.jbuildingblocks.gui.FileChooserSuffixFileFilter
 
getDialog(Component) - Static method in class com.quadrique.jbuildingblocks.gui.Dlg
 
getExpr(int) - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
getExpression() - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
getExtensionName() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelInfo
 
getFileLocation() - Method in class com.quadrique.jbuildingblocks.gui.PanelFileChooser
 
getForeground() - Method in class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
getFrameId() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
retrieve the frame id for this frame
getFramesCollection() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
The iterator to loop over all internal frames
getFrom() - Method in class com.quadrique.jbuildingblocks.gui.PanelEmailWithHistory
 
getFromDate() - Method in class com.quadrique.jbuildingblocks.gui.PanelDateFromToChooser
 
getHeaderRenderer() - Method in class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
getHeaderValue() - Method in class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
getHelpActionListener() - Method in class com.quadrique.jbuildingblocks.gui.OnlineHelp
getHelpActionListener
getHistory() - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistory
 
getHistory() - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryModel
 
getHour() - Method in class com.quadrique.jbuildingblocks.gui.PanelDayOfWeekTimeOfDayChooser
 
getHour() - Method in class com.quadrique.jbuildingblocks.gui.PanelTimeOfDayChooser
 
getIcon() - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
 
getIcon(String) - Method in class com.quadrique.jbuildingblocks.gui.Resources
This method builds an ImageIcon instance from the given image file name.
getIconHeight() - Method in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderIcon
 
getIconWidth() - Method in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderIcon
 
getId() - Method in class com.quadrique.jbuildingblocks.gui.PanelPairSelectionEvent
 
getId() - Method in class com.quadrique.jbuildingblocks.gui.TreeBaseNode
 
getInfo(int) - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
getInfo(String, String) - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
getInstance() - Static method in class com.quadrique.jbuildingblocks.gui.CursorFactory
This method returns the instance of the Cursor class.
getInstance() - Static method in class com.quadrique.jbuildingblocks.gui.JbbLogin
This method returns an instance of the Login class.
getInstance() - Static method in class com.quadrique.jbuildingblocks.gui.JbbUsers
This method returns the global instance of the Users class.
getInstance() - Static method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
This method returns an instance of the LookAndFeelHandler class.
getInstance() - Static method in class com.quadrique.jbuildingblocks.gui.MainWindowStatusBar
This method returns an instance of the MainWindowStatusBar class.
getInstance() - Static method in class com.quadrique.jbuildingblocks.gui.OnlineHelp
This method returns an instance of the OnlineHelp class.
getInstance() - Static method in class com.quadrique.jbuildingblocks.gui.Resources
This method returns the unique Resources class instance.
getInstance() - Static method in class com.quadrique.jbuildingblocks.gui.SelectionHandler
This method returns an instance of the SelectionHandler class.
getList() - Method in class com.quadrique.jbuildingblocks.gui.PanelListBase
 
getList() - Method in class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
 
getListSummary() - Method in class com.quadrique.jbuildingblocks.gui.PanelList
 
getListSummary() - Method in class com.quadrique.jbuildingblocks.gui.PanelListBase
 
getListSummary() - Method in class com.quadrique.jbuildingblocks.gui.PanelListWithHistory
 
getMatcher(String) - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
getMinimumWidth() - Method in class com.quadrique.jbuildingblocks.gui.Table
 
getMinute() - Method in class com.quadrique.jbuildingblocks.gui.PanelDayOfWeekTimeOfDayChooser
 
getMinute() - Method in class com.quadrique.jbuildingblocks.gui.PanelTimeOfDayChooser
 
getMnemonic() - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
 
getModelColumnId(int) - Method in class com.quadrique.jbuildingblocks.gui.Table
 
getName() - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
 
getName() - Method in class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
getName(int) - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
getName() - Method in class com.quadrique.jbuildingblocks.gui.JbbUser
 
getName() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelInfo
 
getName() - Method in class com.quadrique.jbuildingblocks.gui.TreeBaseNode
 
getNbOfButtons() - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaBase
 
getNbOfFrames() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
 
getNbOfLookAndFeel() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
getNbOfPages() - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
getNextPageId() - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
getNextPageId() - Method in class com.quadrique.jbuildingblocks.gui.WizardPageRadioButtonsPanel
 
getPageId() - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
getPathForNode(DefaultMutableTreeNode) - Method in class com.quadrique.jbuildingblocks.gui.Tree
 
getPattern() - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
getPattern() - Method in class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatter
Returns the Pattern used to determine if a value is legal.
getPopupMenu() - Method in class com.quadrique.jbuildingblocks.gui.Table
 
getPopupMenu() - Method in class com.quadrique.jbuildingblocks.gui.TextPane
 
getPopupMenu() - Method in class com.quadrique.jbuildingblocks.gui.Tree
 
getPos() - Method in class com.quadrique.jbuildingblocks.gui.EditorRETokenizer.Token
 
getPosition(String, String) - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
getPositionOfComponent(Object) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
 
getPreferredSize() - Method in class com.quadrique.jbuildingblocks.gui.PanelPairLabelComponent
 
getPreferredSize(JComponent) - Method in class com.quadrique.jbuildingblocks.gui.TableGroupableTableHeaderUI
 
getPreviousPageId() - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
getPwd() - Method in class com.quadrique.jbuildingblocks.gui.JbbUser
 
getResource(String) - Method in class com.quadrique.jbuildingblocks.gui.Resources
This method builds an URL that points to a given resource (e.g an XSLT stylesheet file, a look and feel theme file, a configuration file...).
getReturnValue() - Method in class com.quadrique.jbuildingblocks.gui.Dlg
This method returns the dialog return value.
getRowCount() - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
 
getSelected() - Method in class com.quadrique.jbuildingblocks.gui.WizardPageRadioButtonsPanel
 
getSelectedButtonId() - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaEvent
 
getSelectedFrame() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
Retrieves the frame that is selected (if any) If there is a palette and if the palette has the selection, this method will return a reference to the palette.
getSelectedRadioButtonIndex() - Method in class com.quadrique.jbuildingblocks.gui.PanelPairRadioComponent
 
getSelectedRowIndex() - Method in class com.quadrique.jbuildingblocks.gui.TableAction
 
getSelectionEvent() - Method in class com.quadrique.jbuildingblocks.gui.Table
 
getSelectionId() - Method in class com.quadrique.jbuildingblocks.gui.SelectionBaseEvent
 
getSelectionType() - Method in class com.quadrique.jbuildingblocks.gui.SelectionBaseEvent
 
getServerUrl() - Method in class com.quadrique.jbuildingblocks.gui.DlgLogin
 
getServerUrl() - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
 
getSize(JTable) - Method in class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
getSmtpServer() - Method in class com.quadrique.jbuildingblocks.gui.PanelEmailWithHistory
 
getSortingColumn() - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
 
getStyleName(String) - Static method in class com.quadrique.jbuildingblocks.gui.EditorKeywordManager
 
getTable() - Method in class com.quadrique.jbuildingblocks.gui.TableAction
 
getTableAction(String) - Method in class com.quadrique.jbuildingblocks.gui.TableActions
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.quadrique.jbuildingblocks.gui.TableCheckBoxCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderRenderer
 
getText() - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistory
 
getText() - Method in class com.quadrique.jbuildingblocks.gui.DlgLabelTextField
 
getText() - Method in class com.quadrique.jbuildingblocks.gui.EditorRETokenizer.Token
 
getText() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegment
 
getTo() - Method in class com.quadrique.jbuildingblocks.gui.PanelEmailWithHistory
 
getToDate() - Method in class com.quadrique.jbuildingblocks.gui.PanelDateFromToChooser
 
getTooltipText() - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
 
getTreeNode() - Method in class com.quadrique.jbuildingblocks.gui.TreeSelectionBaseEvent
 
getTreePath() - Method in class com.quadrique.jbuildingblocks.gui.TreeSelectionBaseEvent
 
getType() - Method in class com.quadrique.jbuildingblocks.gui.EditorRETokenizer.Token
 
getType() - Method in class com.quadrique.jbuildingblocks.gui.JbbUser
 
getType() - Method in class com.quadrique.jbuildingblocks.gui.TreeBaseNode
 
getTypeCount() - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
getUser() - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
 
getUserData() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneAttributeSet
 
getUserName() - Method in class com.quadrique.jbuildingblocks.gui.DlgLogin
 
getUserObject() - Method in class com.quadrique.jbuildingblocks.gui.SelectionBaseEvent
 
getUserObject() - Method in class com.quadrique.jbuildingblocks.gui.TreeBaseNode
 
getUserObject() - Method in class com.quadrique.jbuildingblocks.gui.TreeSelectionBaseEvent
 
getUserPassword() - Method in class com.quadrique.jbuildingblocks.gui.DlgLogin
 
getValueAt(int, int) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
To retrieve each individual cell, has to be implemented in each derived class
getViewId() - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViewsEvent
 

H

highlightSyntax() - Method in class com.quadrique.jbuildingblocks.gui.EditorDocument
 
hyperlinkUpdate(HyperlinkEvent) - Method in class com.quadrique.jbuildingblocks.gui.PanelHtml
HyperlinkListener interface

I

initialize(String) - Method in class com.quadrique.jbuildingblocks.gui.JbbUsers
Open the users file
initialize(String) - Method in class com.quadrique.jbuildingblocks.gui.OnlineHelp
 
insertComponentAtTheEnd(JComponent) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
to insert a JComponent (e.g.
insertElementAt(Object, int) - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryModel
 
insertString(int, String, AttributeSet) - Method in class com.quadrique.jbuildingblocks.gui.EditorDocument
 
insertTextAtTheEnd(String, TextPaneAttributeSet) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
to insert text at the end of the document
internalFrameActivated(InternalFrameEvent) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
 
internalFrameClosed(InternalFrameEvent) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
 
internalFrameClosing(InternalFrameEvent) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
 
internalFrameDeactivated(InternalFrameEvent) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
 
internalFrameDeiconified(InternalFrameEvent) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
 
internalFrameIconified(InternalFrameEvent) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
 
internalFrameOpened(InternalFrameEvent) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
 
isAcendingSort() - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
 
isAdministrator(String, String) - Method in class com.quadrique.jbuildingblocks.gui.JbbUsers
 
isARegisteredListener(Object) - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViews
 
isAttrSetIdentical(TextPaneAttributeSet) - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegment
 
isBorderOpaque() - Method in class com.quadrique.jbuildingblocks.gui.BorderSide
 
isButtonEnabled() - Method in class com.quadrique.jbuildingblocks.gui.PanelFileChooser
 
isChecked() - Method in class com.quadrique.jbuildingblocks.gui.ActionBaseToggle
 
isEnabled() - Method in class com.quadrique.jbuildingblocks.gui.OnlineHelp
 
isEnabled(int) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
 
isFirtActivation() - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsView
 
isFocusable() - Method in class com.quadrique.jbuildingblocks.gui.ButtonReadOnly
reject any focus request
isFocusable() - Method in class com.quadrique.jbuildingblocks.gui.ButtonReadOnlyCheckBox
 
isFocusable() - Method in class com.quadrique.jbuildingblocks.gui.ButtonReadOnlyRadio
reject any focus request
isMember(String) - Method in class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
isSelected(int) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
 
isShortcutBarVisible() - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViews
 
isSkinLf() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelInfo
 
isTextFieldEditable() - Method in class com.quadrique.jbuildingblocks.gui.PanelFileChooser
 
isTextFieldEditable() - Method in class com.quadrique.jbuildingblocks.gui.PanelList
 
isValidUser(String, String) - Method in class com.quadrique.jbuildingblocks.gui.JbbUsers
 

J

JbbLogin - Class in com.quadrique.jbuildingblocks.gui
This class provides common services for handling the login information of a user It is typically used in the context of a client application where a user has to to log in...
JbbLogin() - Constructor for class com.quadrique.jbuildingblocks.gui.JbbLogin
constructor
JbbLoginEvent - Class in com.quadrique.jbuildingblocks.gui
This class describes the event posted by the Login class whenever the login information has been modified
JbbLoginEvent(Object) - Constructor for class com.quadrique.jbuildingblocks.gui.JbbLoginEvent
The constructor of the class.
JbbLoginListener - Interface in com.quadrique.jbuildingblocks.gui
In order to receive any event from the Login class, you must implement this listener interface.
JbbUser - Class in com.quadrique.jbuildingblocks.gui
This class represents an user of the application
JbbUser() - Constructor for class com.quadrique.jbuildingblocks.gui.JbbUser
constructor
JbbUser(String, String, int) - Constructor for class com.quadrique.jbuildingblocks.gui.JbbUser
constructor
JbbUsers - Class in com.quadrique.jbuildingblocks.gui
This class handles the list of all the users that can be associated to an application.
JbbUsers() - Constructor for class com.quadrique.jbuildingblocks.gui.JbbUsers
Constructor

K

keyPressed(KeyEvent) - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
to handle keyboard navigation
keyReleased(KeyEvent) - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
 
keyTyped(KeyEvent) - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
 
keywords - Static variable in class com.quadrique.jbuildingblocks.gui.EditorKeywordManager
 
KUNSTSTOFF_CLASS_NAME - Static variable in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 

L

LINE_COMMENT - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes
 
loadKeywordFiles() - Static method in class com.quadrique.jbuildingblocks.gui.EditorKeywordManager
 
loginChanged(JbbLoginEvent) - Method in interface com.quadrique.jbuildingblocks.gui.JbbLoginListener
This method is called whenever the login information has been updated
LookAndFeelHandler - Class in com.quadrique.jbuildingblocks.gui
LookAndFeel manipulation goodies
LookAndFeelHandler() - Constructor for class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
Constructor
LookAndFeelInfo - Class in com.quadrique.jbuildingblocks.gui
LookAndFeelInfo manipulation goodies
LookAndFeelInfo(String, String, String, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.LookAndFeelInfo
Constructor

M

main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.EditorTest
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.PaintedComponentAlphaColor
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.PaintedComponentFixedSizeAlphaColor
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.PaintedComponentFixedSizeSolidColor
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.PaintedComponentFixedSizeTransparent
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.PaintedComponentSolidColor
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.PaintedComponentTransparent
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.PanelList
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.PanelListWithHistory
 
main(String[]) - Static method in class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatterDemo
 
MainWindowBase - Class in com.quadrique.jbuildingblocks.gui
This class is the base class for the main window of an application and it provides common generic services
MainWindowBase(String, String, String, String, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.MainWindowBase
constructor to set up the instance as well as the log file, user preferences, look and feel, online help, selection handler and resource instances
MainWindowBase(String, String, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.MainWindowBase
other constructor to set up the instance without the online help support i.e.
MainWindowStatusBar - Class in com.quadrique.jbuildingblocks.gui
This class implements a status bar for a main window.
MainWindowStatusBar() - Constructor for class com.quadrique.jbuildingblocks.gui.MainWindowStatusBar
Constructor
MenuBarBase - Class in com.quadrique.jbuildingblocks.gui
A generic menu bar
MenuBarBase() - Constructor for class com.quadrique.jbuildingblocks.gui.MenuBarBase
Constructor
MenuPopup - Class in com.quadrique.jbuildingblocks.gui
This class specializes the JPopupMenu class to make sure that the popup menu is always visible on the screen.
MenuPopup() - Constructor for class com.quadrique.jbuildingblocks.gui.MenuPopup
 
METAL_CLASS_NAME - Static variable in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
minimizeAllFrames() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method is used to minimize all the frames that are in the default layer (e.g.
modifyUser(JbbUser) - Method in class com.quadrique.jbuildingblocks.gui.JbbUsers
to modify the password and/or type a given user
MOTIF_CLASS_NAME - Static variable in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
mouseClicked(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.ButtonRollOver
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowStatusBar
 
mouseClicked(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Table
The mouse listener interface
mouseClicked(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterColumnListener
This method gets the mouce click event on the table column header and launches the corresponding table sorting actions
mouseClicked(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
The mouse listener interface
mouseClicked(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Tree
The mouse listener interface
mouseEntered(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.ButtonRollOver
To catch the Mouse Enter event (from the Mouse listener interface).
mouseEntered(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowStatusBar
Set the action tooltip whenever the mouse enters a component associated to an action
mouseEntered(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Table
The mouse listener interface
mouseEntered(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
The mouse listener interface
mouseEntered(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Tree
 
mouseExited(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.ButtonRollOver
To catch the Mouse Enter event (from the Mouse listener interface).
mouseExited(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowStatusBar
Set empty string whenever the mouse leaves the component associated to an action
mouseExited(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Table
The mouse listener interface
mouseExited(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
The mouse listener interface
mouseExited(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Tree
 
mousePressed(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.ButtonRollOver
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowStatusBar
 
mousePressed(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Table
The mouse listener interface
mousePressed(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
The mouse listener interface
mousePressed(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Tree
 
mouseReleased(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.ButtonRollOver
Invoked when a mouse button has been released.
mouseReleased(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowStatusBar
 
mouseReleased(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Table
The mouse listener interface
mouseReleased(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
The mouse listener interface
mouseReleased(MouseEvent) - Method in class com.quadrique.jbuildingblocks.gui.Tree
 

N

newSelection(PanelPairSelectionEvent) - Method in interface com.quadrique.jbuildingblocks.gui.PanelPairSelectionListener
This method is called whenever a new selection occurs
newSelection(SelectionBaseEvent) - Method in class com.quadrique.jbuildingblocks.gui.SelectionHandler
Whenever a new selection occurs, the correspondIng component needs to call this method so that all the registered listener(s) can be notified of the selection change
newSelection(SelectionBaseEvent) - Method in interface com.quadrique.jbuildingblocks.gui.SelectionListener
This method is called whenever a new selection occurs
newSelection(SelectionBaseEvent) - Method in class com.quadrique.jbuildingblocks.gui.TableActions
This method is called whenever a new selection occurs in the tablr.
newSelection(TreeSelectionBaseEvent) - Method in interface com.quadrique.jbuildingblocks.gui.TreeSelectionListener
This method is called whenever a new selection occurs
newTableSelection(SelectionBaseEvent) - Method in class com.quadrique.jbuildingblocks.gui.TableAction
this method is called whenever a new selection is performed in the table.
nextFrame() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method moves the next frame to the front and activates it.
nextToken() - Method in class com.quadrique.jbuildingblocks.gui.EditorRETokenizer
 
NONE - Static variable in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderIcon
constants
NONSORTED - Static variable in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderRenderer
 
NUMBER - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes
 

O

OnlineHelp - Class in com.quadrique.jbuildingblocks.gui
This class helps you incorporate online help in your application.
OnlineHelp() - Constructor for class com.quadrique.jbuildingblocks.gui.OnlineHelp
constructor
OPERATOR_TYPE - Static variable in class com.quadrique.jbuildingblocks.gui.JbbUser
 

P

paint(Graphics) - Method in class com.quadrique.jbuildingblocks.gui.SplitPane
Overrides paint() to make sure that the correct divider location is used (see JDC bug#4276222)
paint(Graphics, JComponent) - Method in class com.quadrique.jbuildingblocks.gui.TableGroupableTableHeaderUI
Overrides paint
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.quadrique.jbuildingblocks.gui.BorderSide
 
paintComponent(Graphics) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
 
PaintedComponent - Class in com.quadrique.jbuildingblocks.gui
This class implements a PaintedComponent
PaintedComponent() - Constructor for class com.quadrique.jbuildingblocks.gui.PaintedComponent
constrcutor
PaintedComponentAlphaColor - Class in com.quadrique.jbuildingblocks.gui
This class a transparent component
PaintedComponentAlphaColor(Color) - Constructor for class com.quadrique.jbuildingblocks.gui.PaintedComponentAlphaColor
create a fixed sized JButton
PaintedComponentFixedSize - Class in com.quadrique.jbuildingblocks.gui
This class implements a fixed size (the size of the component will never change) painted component.
PaintedComponentFixedSize(int, int) - Constructor for class com.quadrique.jbuildingblocks.gui.PaintedComponentFixedSize
create a fixed sized component
PaintedComponentFixedSizeAlphaColor - Class in com.quadrique.jbuildingblocks.gui
This class implements a transparent fixed size component, the alpha channel is used to determine how much transparency is used
PaintedComponentFixedSizeAlphaColor(int, int, Color) - Constructor for class com.quadrique.jbuildingblocks.gui.PaintedComponentFixedSizeAlphaColor
 
PaintedComponentFixedSizeSolidColor - Class in com.quadrique.jbuildingblocks.gui
This class implements a transparent fixed size component
PaintedComponentFixedSizeSolidColor(int, int, Color) - Constructor for class com.quadrique.jbuildingblocks.gui.PaintedComponentFixedSizeSolidColor
 
PaintedComponentFixedSizeTransparent - Class in com.quadrique.jbuildingblocks.gui
This class implements a transparent fixed size component (equivalent to PaintedComponentFixedSizeAlphaColor with a color set to (0,0,0,0))
PaintedComponentFixedSizeTransparent(int, int) - Constructor for class com.quadrique.jbuildingblocks.gui.PaintedComponentFixedSizeTransparent
 
PaintedComponentSolidColor - Class in com.quadrique.jbuildingblocks.gui
This class a transparent component
PaintedComponentSolidColor(Color) - Constructor for class com.quadrique.jbuildingblocks.gui.PaintedComponentSolidColor
create a fixed sized JButton
PaintedComponentTransparent - Class in com.quadrique.jbuildingblocks.gui
This class a transparent component
PaintedComponentTransparent() - Constructor for class com.quadrique.jbuildingblocks.gui.PaintedComponentTransparent
create a fixed sized JButton
paintIcon(Component, Graphics, int, int) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderIcon
 
PanelBase - Class in com.quadrique.jbuildingblocks.gui
This is the base class for all the specialized panels (e.g.
PanelBase(boolean, String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelBase
constructor
PanelDateChooser - Class in com.quadrique.jbuildingblocks.gui
This class implements a complete date chooser idiom: The date is displayed according to the current locale in a read-only JTextField. A JButton is added to the right of the JTextField. When the button is activated by the end user, a DlgDateChooser is displayed so that the date can be modified.
PanelDateChooser(Date) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelDateChooser
constructor
PanelDateFromToChooser - Class in com.quadrique.jbuildingblocks.gui
This class implements a From ...
PanelDateFromToChooser(Date, Date) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelDateFromToChooser
constructor
PanelDayOfWeekTimeOfDayChooser - Class in com.quadrique.jbuildingblocks.gui
This class implements a week of day - time of day chooser idiom
PanelDayOfWeekTimeOfDayChooser(int, int, int) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelDayOfWeekTimeOfDayChooser
constructor
PanelEmailWithHistory - Class in com.quadrique.jbuildingblocks.gui
this panel is used to gather the paramters needed to send an email (smtp server, to, from, cc...)
PanelEmailWithHistory(String, JbbUserPreferences, String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelEmailWithHistory
constructor
PanelFileChooser - Class in com.quadrique.jbuildingblocks.gui
This class implements the following file chooser idiom: +-------------------------+ +---+ | initialFileLocation | |...| +-------------------------+ +---+ Clicking on the button displays the FileChooser dialog The text field can be read-only or read-write
PanelFileChooser(Component, FileChooserSuffixFileFilter, String, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelFileChooser
Constructor
PanelHtml - Class in com.quadrique.jbuildingblocks.gui
This panel is used to display any html page
PanelHtml() - Constructor for class com.quadrique.jbuildingblocks.gui.PanelHtml
constructor
PanelHtml(String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelHtml
constructor
PanelList - Class in com.quadrique.jbuildingblocks.gui
This class implements the following list idiom: +--------------------------------------------------------+ +---+ | listItemA ; listItemB ...
PanelList() - Constructor for class com.quadrique.jbuildingblocks.gui.PanelList
Constructor
PanelList(String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelList
Constructor
PanelListBase - Class in com.quadrique.jbuildingblocks.gui
This is the base abstract class that groups common functionality between the PanelList and PanelListWithHistory classes
PanelListBase() - Constructor for class com.quadrique.jbuildingblocks.gui.PanelListBase
Constructor
PanelListBase(String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelListBase
Constructor
PanelListBaseDlg - Class in com.quadrique.jbuildingblocks.gui
This dialog displays the following: +------------+ | listItemA | | Add Modify Remove | +------------+ Cancel Ok Example: PanelListBaseDlg lDlg = new PanelListBaseDlg(MainWindow.getInstance(), zList); lDlg.show(); if (lDlg.getReturnValue() != PanelListBaseDlg.OK) // not "Ok" { ArrayList lList = lDlg.getList(); }
PanelListBaseDlg(Dialog, ArrayList<String>) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
use this contructor whenever the dialog is displayed from a modal dialog.
PanelListBaseDlg(Component, ArrayList<String>) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
constructor
PanelListWithHistory - Class in com.quadrique.jbuildingblocks.gui
This class implements the following list idiom: +--------------------------------------------------------+ +---+ | listItemA ; listItemB ...
PanelListWithHistory(ArrayList<String>) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelListWithHistory
use this constructor if you want to specify yourself the history values
PanelListWithHistory(JbbUserPreferences, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelListWithHistory
use this constructor if you want to save/retrieve the values from a UserPreferences instance (i.e.
PanelPairCheckComponent - Class in com.quadrique.jbuildingblocks.gui
This panel is used to lay out a set of component pairs.
PanelPairCheckComponent(boolean, String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
constructor
PanelPairComponentComponent - Class in com.quadrique.jbuildingblocks.gui
This is the base class for all the PanelPairXxx classes It is used to lay out a set of pair(s).
PanelPairComponentComponent(boolean, String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelPairComponentComponent
constructor
PanelPairLabelComponent - Class in com.quadrique.jbuildingblocks.gui
This panel is used to lay out a set of component pairs.
PanelPairLabelComponent(boolean, String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelPairLabelComponent
constructor
PanelPairRadioComponent - Class in com.quadrique.jbuildingblocks.gui
This panel is used to lay out a set of component pairs.
PanelPairRadioComponent(boolean, String, boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelPairRadioComponent
constructor
PanelPairSelectionEvent - Class in com.quadrique.jbuildingblocks.gui
This class describes a selection event.
PanelPairSelectionEvent(Object, int) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelPairSelectionEvent
constructor
PanelPairSelectionListener - Interface in com.quadrique.jbuildingblocks.gui
This is the listener interface that must be implemented to register and to receive PanelPairSelectionEvent events.
PanelStacked - Class in com.quadrique.jbuildingblocks.gui
The PanelStacked is a specialized panel that piles up its component(s) on top of each other in the vertical direction.
PanelStacked(boolean, String) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelStacked
constructor
PanelTimeOfDayChooser - Class in com.quadrique.jbuildingblocks.gui
This class implements a time of day chooser idiom
PanelTimeOfDayChooser(int, int) - Constructor for class com.quadrique.jbuildingblocks.gui.PanelTimeOfDayChooser
constructor
parseToSegments() - Method in class com.quadrique.jbuildingblocks.gui.TextPane
parse the current document in segments segments are either text or a component the beginning/end of a segment is indicated by the transition from text to component and vice-versa
PREF_LF_CLASS_NAME - Static variable in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
PREF_LF_EXTENSION_NAME - Static variable in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
PREF_LOG_LEVEL - Static variable in class com.quadrique.jbuildingblocks.gui.MainWindowBase
constants
PREF_WINDOW_HEIGHT - Static variable in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
PREF_WINDOW_WIDTH - Static variable in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
PREF_WINDOW_X - Static variable in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
PREF_WINDOW_Y - Static variable in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
previousFrame() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method moves the previous frame to the front and activates it.
propertyChange(PropertyChangeEvent) - Method in class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatterDemo
Invoked when a property changes on the JFormattedTextField, resets the necessary widgets.

R

readFile(String) - Method in class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
recreate() - Method in class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatterDemo
Resets the RegexFormatter.
RegularExpressionFormatter - Class in com.quadrique.jbuildingblocks.gui
A regular expression based implementation of AbstractFormatter.
RegularExpressionFormatter() - Constructor for class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatter
 
RegularExpressionFormatter(String) - Constructor for class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatter
Creates a regular expression based AbstractFormatter.
RegularExpressionFormatter(Pattern) - Constructor for class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatter
Creates a regular expression based AbstractFormatter.
RegularExpressionFormatterDemo - Class in com.quadrique.jbuildingblocks.gui
A simple application used in testing a JFormattedTextField.
RegularExpressionFormatterDemo() - Constructor for class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatterDemo
 
remove(int, int) - Method in class com.quadrique.jbuildingblocks.gui.EditorDocument
 
removeButtonSelectedEventListener(ButtonAreaListener) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaBase
Call this method to remove a previously registered listener
removeComponent(JComponent) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
to remove a component from the pane
removeEventListener(ShortcutsViewsListener) - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViews
Call this method to remove a previously registered listener
removeListener(JbbLoginListener) - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
Call this method to remove a previously registered listener
removeListener(PanelPairSelectionListener) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
Call this method to remove a previously registered listener
removeListener(PanelPairSelectionListener) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairRadioComponent
Call this method to remove a previously registered listener
removeListener(SelectionListener) - Method in class com.quadrique.jbuildingblocks.gui.SelectionHandler
Call this method to remove a previously registered listener
removeSelectionListener(SelectionListener) - Method in class com.quadrique.jbuildingblocks.gui.Table
Call this method to remove a previously registered listener
removeUser(JbbUser) - Method in class com.quadrique.jbuildingblocks.gui.JbbUsers
to remove a user form the list
reset() - Method in class com.quadrique.jbuildingblocks.gui.PanelPairRadioComponent
 
resetPanel() - Method in class com.quadrique.jbuildingblocks.gui.WizardPageRadioButtonsPanel
to properly reset the radio buttons when Back/Next are used
Resources - Class in com.quadrique.jbuildingblocks.gui
This class is used to manipulate the resources (e.g.
Resources() - Constructor for class com.quadrique.jbuildingblocks.gui.Resources
 
RETURN_VALUE_IS_CANCEL - Static variable in class com.quadrique.jbuildingblocks.gui.DlgLabelTextField
 
RETURN_VALUE_IS_CANCEL - Static variable in class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
 
RETURN_VALUE_IS_DLG_WINDOW_CLOSED - Static variable in class com.quadrique.jbuildingblocks.gui.Dlg
constants
RETURN_VALUE_IS_OK - Static variable in class com.quadrique.jbuildingblocks.gui.DlgLabelTextField
constants
RETURN_VALUE_IS_OK - Static variable in class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
constants

S

savePreferences() - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
save the preferences
ScrollPane - Class in com.quadrique.jbuildingblocks.gui
This class is a basic JScrollPane except that the viewport is always set to display the top of the contained compoent (e.g.
ScrollPane(Component) - Constructor for class com.quadrique.jbuildingblocks.gui.ScrollPane
constructor
SelectionBaseEvent - Class in com.quadrique.jbuildingblocks.gui
This class describes a selection event.
SelectionBaseEvent(Object, int, int, Object) - Constructor for class com.quadrique.jbuildingblocks.gui.SelectionBaseEvent
The constructor of the class.
SelectionHandler - Class in com.quadrique.jbuildingblocks.gui
This class provides a generic selection handling framework It handles multiple selection events and provides a simple common interface for all the selection handling events + listeners
SelectionHandler() - Constructor for class com.quadrique.jbuildingblocks.gui.SelectionHandler
Constructor
SelectionListener - Interface in com.quadrique.jbuildingblocks.gui
This is the listener interface that must be implemented to register and to receive SelectionEvent events.
selectNodeAndNotifyListeners(TreePath) - Method in class com.quadrique.jbuildingblocks.gui.Tree
This method is used to programmaticaly select a node in the tree.
selectRadioButton(int) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairRadioComponent
This routine is used to programmatically set the radio button that is selected.
selectRowAndNotifyListeners(int) - Method in class com.quadrique.jbuildingblocks.gui.Table
This method is used to programmaticaly select a row in the table.
setAccelerator(KeyStroke) - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
to set the accelerator associated to the action.
setAttributeSet(TextPaneAttributeSet) - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegment
set the attribute set for this segment
setBounds(int, int, int, int) - Method in class com.quadrique.jbuildingblocks.gui.TableScrollPane
Override setBounds to change the resize mode (which will change the horizontal scrollbar and the width of the columns as desired).
setButtonAreaIsVisible(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
setButtonEnabled(boolean) - Method in class com.quadrique.jbuildingblocks.gui.PanelFileChooser
Set the browse button enabled or disabled.
setButtonsEnabledFlag(boolean, boolean, boolean) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
to enable/disable the buttons in one shot
setCancelButtonVisible(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
setColumnMargin(int) - Method in class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
setColumnMargin() - Method in class com.quadrique.jbuildingblocks.gui.TableGroupableTableHeader
 
setCshId(JComponent, String) - Method in class com.quadrique.jbuildingblocks.gui.OnlineHelp
to associate a context sensitive help id to a given component
setCursorToWait(Component, boolean) - Method in class com.quadrique.jbuildingblocks.gui.CursorFactory
To change the cursor of a component
setData(ArrayList<? extends Object>) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
Set the data model
setDate(Date) - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
set the date
setDate(Date) - Method in class com.quadrique.jbuildingblocks.gui.PanelDateChooser
to set the date
setDividerLocation(double) - Method in class com.quadrique.jbuildingblocks.gui.SplitPane
Overrides setDividerLocation() to make sure that the correct divider location is used (see JDC bug#4276222)
setEditable(boolean) - Method in class com.quadrique.jbuildingblocks.gui.TextArea
to switch read-only/read/write mode
setEditable(boolean) - Method in class com.quadrique.jbuildingblocks.gui.TextField
Constructor
setEnabled(int, boolean) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaBase
This method is called to enable/disable a button in the button area
setEnabled(int, boolean) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
to enable/disable the given check box
setFileLocation(String) - Method in class com.quadrique.jbuildingblocks.gui.PanelFileChooser
 
setFinishButtonVisible(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
setFrameId(String) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
Set the unique frame id for this frame.
setHeaderRenderer(TableCellRenderer) - Method in class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
setHeaderRowHeight(int) - Method in class com.quadrique.jbuildingblocks.gui.Table
to set the height of the header row (to set the height of the regular rows, use "setRowHeight()"
setHelpButtonVisible(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
setHistory(ArrayList<String>) - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistory
 
setHistory(ArrayList<String>) - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryModel
To set the history list
setIcon(Icon) - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
to set the icon associated to the action
setInsets(Insets) - Method in class com.quadrique.jbuildingblocks.gui.ButtonAreaSideBar
 
setIsBackButtonEnabledFlag(boolean) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
setIsChecked(boolean) - Method in class com.quadrique.jbuildingblocks.gui.ActionBaseToggle
Set the current status and update accordingly the icon
setIsFinishButtonEnabledFlag(boolean) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
setIsNextButtonEnabledFlag(boolean) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
setIsShortcutBarVisible(boolean) - Method in class com.quadrique.jbuildingblocks.gui.ShortcutsViews
to make the ShortcutBar visible or not
setLeftComponent(JComponent) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
use this method to set your own left component (as opposed to a plain icon)
setList(ArrayList<String>) - Method in class com.quadrique.jbuildingblocks.gui.PanelListBase
 
SetListSummary(String) - Method in class com.quadrique.jbuildingblocks.gui.PanelList
 
SetListSummary(String) - Method in class com.quadrique.jbuildingblocks.gui.PanelListBase
 
SetListSummary(String) - Method in class com.quadrique.jbuildingblocks.gui.PanelListWithHistory
 
setLookAndFeel(String, String) - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
try to set the look and feel to the given look and feel class and extension name if not found, the default java look and feel is used
setLookAndFeelToKunststoff() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
try to set the look and feel to the Kunststoff look and feel if not found, the default java look and feel is used
setLookAndFeelToMetal() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
try to set the look and feel to the Metal look and feel if not found, the default java look and feel is used
setLookAndFeelToMotif() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
try to set the look and feel to the motif look and feel if not found, the default java look and feel is used
setLookAndFeelToWindows() - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
try to set the look and feel to the windows look and feel if not found, the default java look and feel is used Please note that due to licensing reasons, the windows look and feel is not available on non-microsoft platforms
setMaximumWidth(int[]) - Method in class com.quadrique.jbuildingblocks.gui.Table
Sets the maximum width of the columns.
setMinimumWidth(int[]) - Method in class com.quadrique.jbuildingblocks.gui.Table
Sets the minimum width of the columns If the width of the table is less than the overall minimum width, the horizontal scrollbar will be displayed so that the minimum width is respected.
setMnemonic(int) - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
to set the mnemonic associated to the action.
setName(String) - Method in class com.quadrique.jbuildingblocks.gui.JbbUser
 
setName(String) - Method in class com.quadrique.jbuildingblocks.gui.TreeBaseNode
set the name of the node
setNextButtonVisible(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
setNextPageId(String) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
This method should only be used is if the next page is driven by the user selection in this page
setPage(String) - Method in class com.quadrique.jbuildingblocks.gui.PanelHtml
to set the HTML content from an URL e.g.
setPageContent(JComponent) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
setPageDescription(String) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
setPattern(Pattern) - Method in class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatter
Sets the pattern that will be used to determine if a value is legal.
setPopupMenu(MenuPopup) - Method in class com.quadrique.jbuildingblocks.gui.Table
set the popup menu that is used for this table
setPopupMenu(MenuPopup) - Method in class com.quadrique.jbuildingblocks.gui.Tree
set the popup menu that is used for this tree
setPositionAndSize(int, int) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
to set up the main window position and size.
setPreviousButtonVisible(boolean) - Method in class com.quadrique.jbuildingblocks.gui.Wizard
 
setPreviousPageId(String) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
 
setPwd(String) - Method in class com.quadrique.jbuildingblocks.gui.JbbUser
 
setReorderingAllowed(boolean) - Method in class com.quadrique.jbuildingblocks.gui.TableGroupableTableHeader
to disable/enable reordering of the columns
setSelected(int, boolean) - Method in class com.quadrique.jbuildingblocks.gui.PanelPairCheckComponent
to select/unselect the given check box
setSelected(int) - Method in class com.quadrique.jbuildingblocks.gui.WizardPageRadioButtonsPanel
 
setSelectedItem(Object) - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryModel
 
setSelectionToCaret() - Method in class com.quadrique.jbuildingblocks.gui.TextPane
to set the current selection to be the caret position.
setSelectionToEnd() - Method in class com.quadrique.jbuildingblocks.gui.TextPane
to set the current selection to be the end of the document
setServerUrl(String) - Method in class com.quadrique.jbuildingblocks.gui.DlgLogin
set the server Url
setServerUrl(String) - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
 
setSortingParameters(int, boolean) - Method in class com.quadrique.jbuildingblocks.gui.TableSorterModel
To set the current sorting paramters
setStyles(StyledDocument) - Static method in class com.quadrique.jbuildingblocks.gui.EditorKeywordManager
 
setStyles(StyledDocument) - Method in class com.quadrique.jbuildingblocks.gui.EditorRETypes
 
setTable(Table) - Method in class com.quadrique.jbuildingblocks.gui.TableAction
 
setText(String) - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistory
 
setText(String) - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryModel
 
setText(String) - Method in class com.quadrique.jbuildingblocks.gui.PanelHtml
to directly set the HTML content e.g.
setText(String) - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegment
set the textfor this segment
setTextFieldEditable(boolean) - Method in class com.quadrique.jbuildingblocks.gui.PanelFileChooser
Set the browse button enabled or disabled.
setTextFieldEditable(boolean) - Method in class com.quadrique.jbuildingblocks.gui.PanelList
Set the text field enabled or disabled.
setTimeOfDay(int, int, int) - Method in class com.quadrique.jbuildingblocks.gui.PanelDayOfWeekTimeOfDayChooser
 
setTimeOfDay(int, int) - Method in class com.quadrique.jbuildingblocks.gui.PanelTimeOfDayChooser
 
setType(int) - Method in class com.quadrique.jbuildingblocks.gui.JbbUser
 
setUp(String, String, String[]) - Method in class com.quadrique.jbuildingblocks.gui.EditorKeywordList
 
setUser(JbbUser) - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
 
setUserData(int, int, Object) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
set the given user data object to each character in the given range
setUserData(Object) - Method in class com.quadrique.jbuildingblocks.gui.TextPaneAttributeSet
set the user data attribute (and removes the previous value if any)
setUserDataToSelection(Object) - Method in class com.quadrique.jbuildingblocks.gui.TextPane
set the given user data object to the current selection
setUserName(String) - Method in class com.quadrique.jbuildingblocks.gui.DlgLogin
set the user name
setUserName(String) - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
 
setUserObject(Object) - Method in class com.quadrique.jbuildingblocks.gui.TreeBaseNode
set the user object
setUserPassword(String) - Method in class com.quadrique.jbuildingblocks.gui.DlgLogin
set the user password
setValues(String, String, String, ArrayList<String>) - Method in class com.quadrique.jbuildingblocks.gui.PanelEmailWithHistory
 
ShortcutsView - Class in com.quadrique.jbuildingblocks.gui
This class implements a generic base class for a view in a ShortcutsViews panel.
ShortcutsView() - Constructor for class com.quadrique.jbuildingblocks.gui.ShortcutsView
Constructor
ShortcutsViewAction - Class in com.quadrique.jbuildingblocks.gui
This class represents an action that is used internally by the ShortcutsViews panel to switch from one view to the other.
ShortcutsViewAction(String, String, String, int, String, ShortcutsViews) - Constructor for class com.quadrique.jbuildingblocks.gui.ShortcutsViewAction
constructor
ShortcutsViews - Class in com.quadrique.jbuildingblocks.gui
This class implements a shortcuts/views panel.
ShortcutsViews() - Constructor for class com.quadrique.jbuildingblocks.gui.ShortcutsViews
constructor
ShortcutsViewsEvent - Class in com.quadrique.jbuildingblocks.gui
This class describes the event posted by a ShortcutsViews class instance whenever one of the view is displayed and active.
ShortcutsViewsEvent(Object, String) - Constructor for class com.quadrique.jbuildingblocks.gui.ShortcutsViewsEvent
The constructor of the class.
ShortcutsViewsListener - Interface in com.quadrique.jbuildingblocks.gui
In order to receive any event from a ShortcutsViews instance, you must implement this listener interface.
show(Component, int, int) - Method in class com.quadrique.jbuildingblocks.gui.MenuPopup
Simply overrides the show() method to make sure that the popup is entirely visible.
showExample(JComboBox) - Method in class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatterDemo
Resets the fields based on the selection in the JComboBox (the source).
showExample(RegularExpressionFormatterDemo.RegexDescription) - Method in class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatterDemo
 
SKIN_CLASS_NAME - Static variable in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
constants
SplitPane - Class in com.quadrique.jbuildingblocks.gui
This class is a split pane with the following added features: the initial divider location location is correctly handled (i.e.
SplitPane() - Constructor for class com.quadrique.jbuildingblocks.gui.SplitPane
constructor
SplitPane(int) - Constructor for class com.quadrique.jbuildingblocks.gui.SplitPane
constructor
STAR_COMMENT - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes
 
stateChanged(ChangeEvent) - Method in class com.quadrique.jbuildingblocks.gui.DlgDateChooser
Called once a change in a spinner control took place
stringToValue(String) - Method in class com.quadrique.jbuildingblocks.gui.RegularExpressionFormatter
Parses text returning an arbitrary Object.

T

Table - Class in com.quadrique.jbuildingblocks.gui
This class is the base class for all the tables.
Table() - Constructor for class com.quadrique.jbuildingblocks.gui.Table
Constructor
TableAction - Class in com.quadrique.jbuildingblocks.gui
This is the base class for all the Table GUI actions.
TableAction(String, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.TableAction
constructor
TableActions - Class in com.quadrique.jbuildingblocks.gui
This class is used to hold a set of table actions.
TableActions() - Constructor for class com.quadrique.jbuildingblocks.gui.TableActions
constructor
TableCheckBoxCellRenderer - Class in com.quadrique.jbuildingblocks.gui
This is a table cell renderer for a check box
TableCheckBoxCellRenderer() - Constructor for class com.quadrique.jbuildingblocks.gui.TableCheckBoxCellRenderer
Constructor
TableColumnGroup - Class in com.quadrique.jbuildingblocks.gui
TableColumnGroup
TableColumnGroup(String) - Constructor for class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
TableColumnGroup(TableCellRenderer, String) - Constructor for class com.quadrique.jbuildingblocks.gui.TableColumnGroup
 
TableGroupableTableHeader - Class in com.quadrique.jbuildingblocks.gui
This class implements ...
TableGroupableTableHeader(TableColumnModel) - Constructor for class com.quadrique.jbuildingblocks.gui.TableGroupableTableHeader
constructor
TableGroupableTableHeaderUI - Class in com.quadrique.jbuildingblocks.gui
This class implements ...
TableGroupableTableHeaderUI() - Constructor for class com.quadrique.jbuildingblocks.gui.TableGroupableTableHeaderUI
 
TableScrollPane - Class in com.quadrique.jbuildingblocks.gui
This is a scroll pane that has been optimized for the rendering of a JTable component.
TableScrollPane(Table) - Constructor for class com.quadrique.jbuildingblocks.gui.TableScrollPane
Constructor
TableSorterColumnHeaderIcon - Class in com.quadrique.jbuildingblocks.gui
 
TableSorterColumnHeaderIcon(int) - Constructor for class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderIcon
 
TableSorterColumnHeaderRenderer - Class in com.quadrique.jbuildingblocks.gui
 
TableSorterColumnHeaderRenderer() - Constructor for class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderRenderer
 
TableSorterColumnListener - Class in com.quadrique.jbuildingblocks.gui
 
TableSorterColumnListener(Table, TableSorterModel) - Constructor for class com.quadrique.jbuildingblocks.gui.TableSorterColumnListener
constructor
TableSorterModel - Class in com.quadrique.jbuildingblocks.gui
This class implements a generic table model that also supports sorting by clicking on a column header
TableSorterModel(String[]) - Constructor for class com.quadrique.jbuildingblocks.gui.TableSorterModel
constructor
TAG - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREXMLTypes
 
testAddText() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
 
testConstructor() - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryTest
 
testConstructor() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
 
testIsAttrSetIdentical() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
 
testIsAttrSetIdentical2() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
 
testIsAttrSetIdentical3() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
 
testParse0Char() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
testParse1Char
testParse1Char() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
testParse1Char
testParse1Char1Obj1Char() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
testParse1Char1Obj1Char
testParse1Char2Obj1Char() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
testParse1Char2Obj1Char
testParse1Obj() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
testParse1Obj
testParseNChars() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
testParseNChar
testParseNCharsWithMulipleInsert() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
testParseNChar
testParseNObj() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneTest
testParseNObj
testSetGet() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
 
testSetGet2() - Method in class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
 
testSetGetText() - Method in class com.quadrique.jbuildingblocks.gui.ComboBoxWithHistoryTest
 
TEXT - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREJavaTypes
 
TEXT - Static variable in class com.quadrique.jbuildingblocks.gui.EditorREXMLTypes
 
TextArea - Class in com.quadrique.jbuildingblocks.gui
specializes JTextArea to pprovide additional common features
TextArea() - Constructor for class com.quadrique.jbuildingblocks.gui.TextArea
Constructor
TextArea(String) - Constructor for class com.quadrique.jbuildingblocks.gui.TextArea
Constructor
TextField - Class in com.quadrique.jbuildingblocks.gui
This class is derived from JTextField and implement common behavior
TextField() - Constructor for class com.quadrique.jbuildingblocks.gui.TextField
Constructor
TextField(String) - Constructor for class com.quadrique.jbuildingblocks.gui.TextField
Constructor
TextPane - Class in com.quadrique.jbuildingblocks.gui
A convenience class to simplify the usage of the JTextPane component The JTextPane is encapsulated in a specialized JPanel
TextPane() - Constructor for class com.quadrique.jbuildingblocks.gui.TextPane
constructor
TextPaneAttributeSet - Class in com.quadrique.jbuildingblocks.gui
Utility class to quickly access the component attribute and to manipulate a user data object in the attribute set
TextPaneAttributeSet() - Constructor for class com.quadrique.jbuildingblocks.gui.TextPaneAttributeSet
constructor
TextPaneAttributeSet(Object) - Constructor for class com.quadrique.jbuildingblocks.gui.TextPaneAttributeSet
constructor
TextPaneAttributeSet(AttributeSet) - Constructor for class com.quadrique.jbuildingblocks.gui.TextPaneAttributeSet
constructor
TextPaneAttributeSet(AttributeSet, Object) - Constructor for class com.quadrique.jbuildingblocks.gui.TextPaneAttributeSet
constructor
TextPaneSegment - Class in com.quadrique.jbuildingblocks.gui
A text pane segment is a set of contiguous characters (can be empty) that share the same attribute set
TextPaneSegment() - Constructor for class com.quadrique.jbuildingblocks.gui.TextPaneSegment
constructor
TextPaneSegmentTest - Class in com.quadrique.jbuildingblocks.gui
A test class for the JUnit testing framework
TextPaneSegmentTest() - Constructor for class com.quadrique.jbuildingblocks.gui.TextPaneSegmentTest
 
TextPaneTest - Class in com.quadrique.jbuildingblocks.gui
A test class for the JUnit testing framework
TextPaneTest() - Constructor for class com.quadrique.jbuildingblocks.gui.TextPaneTest
 
tileAllFramesHorizontally() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method is used to tile all the frames in the default layer horizontally
tileAllFramesVertically() - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanel
This method is used to tile all the frames in the default layer vertically .
toggleStatus() - Method in class com.quadrique.jbuildingblocks.gui.ActionBaseToggle
to switch from "checked" to "unchecked" and vice -versa
token - Variable in class com.quadrique.jbuildingblocks.gui.EditorRETokenizer.Token
 
ToolBar - Class in com.quadrique.jbuildingblocks.gui
This class implements a generic tool bar.
ToolBar(boolean) - Constructor for class com.quadrique.jbuildingblocks.gui.ToolBar
Constructor
ToolBar(boolean, int) - Constructor for class com.quadrique.jbuildingblocks.gui.ToolBar
Constructor
ToolBarSeparator - Class in com.quadrique.jbuildingblocks.gui
This class is a simple separator of the tool bar (I didn't use JToolBar::addSeparator() for cosmetic reasons).
ToolBarSeparator() - Constructor for class com.quadrique.jbuildingblocks.gui.ToolBarSeparator
constructor
toString() - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
 
toString() - Method in class com.quadrique.jbuildingblocks.gui.EditorRETokenizer.Token
 
toString() - Method in class com.quadrique.jbuildingblocks.gui.TreeBaseNode
 
Tree - Class in com.quadrique.jbuildingblocks.gui
This class is the base class for all the trees.
Tree() - Constructor for class com.quadrique.jbuildingblocks.gui.Tree
Constructor
TreeBaseNode - Class in com.quadrique.jbuildingblocks.gui
This class implements a generic tree node with a type, name and identifier.
TreeBaseNode(int, String, int) - Constructor for class com.quadrique.jbuildingblocks.gui.TreeBaseNode
Constructor
treeCollapsed(TreeExpansionEvent) - Method in class com.quadrique.jbuildingblocks.gui.Tree
The TreeExpansionListener interface
treeExpanded(TreeExpansionEvent) - Method in class com.quadrique.jbuildingblocks.gui.Tree
The TreeExpansionListener interface
TreeSelectionBaseEvent - Class in com.quadrique.jbuildingblocks.gui
This class describes a tree selection event.
TreeSelectionBaseEvent(TreePath, DefaultMutableTreeNode, Object) - Constructor for class com.quadrique.jbuildingblocks.gui.TreeSelectionBaseEvent
The constructor of the class.
TreeSelectionListener - Interface in com.quadrique.jbuildingblocks.gui
This is the listener interface that must be implemented to register and to receive TreeSelectionEvent events.
type - Variable in class com.quadrique.jbuildingblocks.gui.EditorRETokenizer.Token
 

U

UNKNOWN_TYPE - Static variable in class com.quadrique.jbuildingblocks.gui.JbbUser
constants
UP - Static variable in class com.quadrique.jbuildingblocks.gui.TableSorterColumnHeaderIcon
 
update(String) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowStatusBar
Update the message
update(Table) - Method in class com.quadrique.jbuildingblocks.gui.TableActions
this method is provided so that you can create this instance, add your actions, create the GUI Table and then have this instance register for the corresponding Table events and then let the actions be assoc
updateAction() - Method in class com.quadrique.jbuildingblocks.gui.ActionBase
this method is provided so that you update the action when all the components of the applications have been created (e.g.
updateActions() - Method in class com.quadrique.jbuildingblocks.gui.Actions
this method is provided so that you can update the actions when all the components of the applications have been created (e.g.
updateButtons() - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
Update the actual "Back", "Next" and "Finish" buttons based on the current flag values (the flag values are set to true,ture and false upon startup and can be modified with the setXXxIsEnabledFlag() methods).
updateCenterComponent(boolean) - Method in class com.quadrique.jbuildingblocks.gui.WizardPage
This method is typically called by the Wizard instance whenever this page is displayed.
updateGui(Component) - Method in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
update the component(s) with the current look and feel You would typically call this method after calling setLookAndFeel().
updatePopupMenu(TreePath) - Method in class com.quadrique.jbuildingblocks.gui.Tree
Called once a mouse click is made that triggers a popup on a tree node.
useColumnHeaderSorting(TableSorterModel) - Method in class com.quadrique.jbuildingblocks.gui.Table
Set up the table for column header sorting.
useModelColumnIds() - Method in class com.quadrique.jbuildingblocks.gui.Table
Sets for each column a unique identifier corresponding to the actual ordering of the model.
usePreferences(boolean) - Method in class com.quadrique.jbuildingblocks.gui.JbbLogin
 

V

validateValues() - Method in class com.quadrique.jbuildingblocks.gui.PanelEmailWithHistory
 
valueChanged(ListSelectionEvent) - Method in class com.quadrique.jbuildingblocks.gui.PanelListBaseDlg
called whenever a selection is made
valueChanged(TreeSelectionEvent) - Method in class com.quadrique.jbuildingblocks.gui.Tree
 
vetoableChange(PropertyChangeEvent) - Method in class com.quadrique.jbuildingblocks.gui.DesktopPanelBaseFrame
This method gets called when a constrained property is changed.
viewChanged(ShortcutsViewsEvent) - Method in interface com.quadrique.jbuildingblocks.gui.ShortcutsViewsListener
This method is called whenever a view is displayed The getViewId() from the ShortcutsViewsEvent class allows you to determine which button has been selected.

W

windowActivated(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
windowActivated(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
windowClosed(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
windowClosed(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
windowClosing(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
windowClosing(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
windowDeactivated(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
windowDeactivated(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
windowDeiconified(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
windowDeiconified(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
windowIconified(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
windowIconified(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
windowOpened(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.Dlg
 
windowOpened(WindowEvent) - Method in class com.quadrique.jbuildingblocks.gui.MainWindowBase
 
WINDOWS_CLASS_NAME - Static variable in class com.quadrique.jbuildingblocks.gui.LookAndFeelHandler
 
Wizard - Class in com.quadrique.jbuildingblocks.gui
This class implements a dialog wizard
Wizard(Component, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.Wizard
constructor
WIZARD_BACK - Static variable in class com.quadrique.jbuildingblocks.gui.Wizard
constants
WIZARD_CANCEL - Static variable in class com.quadrique.jbuildingblocks.gui.Wizard
 
WIZARD_FINISH - Static variable in class com.quadrique.jbuildingblocks.gui.Wizard
 
WIZARD_HELP - Static variable in class com.quadrique.jbuildingblocks.gui.Wizard
 
WIZARD_NEXT - Static variable in class com.quadrique.jbuildingblocks.gui.Wizard
 
WizardPage - Class in com.quadrique.jbuildingblocks.gui
This is the base class that all wizard panel should derive from
WizardPage(Wizard, String, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.WizardPage
 
WizardPageRadioButtonsPanel - Class in com.quadrique.jbuildingblocks.gui
A wizard page that displays a description (read-only text) and a set of radio button-label/component pairs This class makes it easy to have a set of radio-button that dictates what the next page should be.
WizardPageRadioButtonsPanel(Wizard, String, String) - Constructor for class com.quadrique.jbuildingblocks.gui.WizardPageRadioButtonsPanel
constructor

A B C D E F G H I J K L M N O P R S T U V W

Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.