Ontimize 5.2071EN

Package com.ontimize.gui

Interface Summary
Application Defines the methods that an application must implement.
ApplicationListener The listener interface for receiving application events.
Chat.UserChangeListener  
ClientMessenger  
ClientWatch Client interface to export and execute calls against the server and test the connection.
ConnectionOptimizer This interface is used to set the compression level for an EntityResult in a query
CreateForms This interface defines the method that must be implemented by all elements which need a reference to the form builder
DataNavigationListener Interface that determines the methods that controls the navigation among records of forms.
DataRecordListener  
DynamicFormManager  
FontAndEncodingSelector  
Freeable This interface defines a method to resource liberation.
HasHelpIdComponent  
IBackgroundFormBuilder  
IDynamicItem  
IFormComponentManager Interface that marks the components that will not be accesible by the Form.
IFormInteractionScriptManager  
INavigationEvent Interface to define the events that are fired when user changes the form manager in application.
InteractionManagerAction Actions model to change the form status in the available modes.
InteractionManagerAction.Listener Handles the listener list.
InteractionManagerAction.ListenerItem Listener to add to a form element.
InteractionManagerAction.Mode InteractionManager form mode wrapper with a ModeAction list model.
InteractionManagerAction.ModeAction Action to perform in a object of the form.
InteractionManagerLoader  
InteractionManagerModeListener Interface to listen changes in state of forms (i.e. form changes from QUERY-INSERT to INSERT).
ISplash  
MenuListener The listener interface for receiving menu events.
NavigationListener  
OKCancelFormDialog.OKActionValidator  
OpenDialog Interface that defines methods to implement all objects that need a reference to the frame for opening a modal dialog.
OperationListener  
ReferenceComponent Interface to be implemented by components that need entity references.
RemotelyManageable  
RowTransferListener  
SecureElement  
SelectCurrencyValues  
ServerPermissionManager  
StatusComponent Interface that must be implemented by those components that can be monitored in the Application's status bar.
ToolBarListener  
ValueChangeDataComponent  
ValueChangeListener  
 

Class Summary
AlloyUtils  
AlloyUtils.ColorWindow  
AlloyUtils.ColorWindow.ColorLF  
ApplicationEvent  
ApplicationLauncher  
ApplicationManager Abstract class that implements several utility methods to be in the development of clients.
ApplicationManager.CancelExtendedOperationDialog Class that implements a dialog corresponding to a ExtendedOperationThread.
ApplicationManager.CancelOperationDialog This class implements a dialog to manage the OperatonThreads.
ApplicationManager.CancelOperationDialog.ProgressBar The progress bas that is shown while the operation is being performed.
ApplicationManager.CustomBar A progress bar.
ApplicationManager.DatePrintStream Class that prints the current date to an OutputStream with a nice format.
ApplicationManager.ExtOpThreadsMonitor Class that represents a monitor for the Operation Threads.
ApplicationManager.ExtOpThreadsMonitorComponent Class that defines a graphical component to monitor the evolution of the threads.
ApplicationManager.ExtOpThreadsMonitorComponent.StringRenderer Sets a tooltip to the rendered component with the text contained by it.
ApplicationManager.HelpDialog Class that defines a dialog to show the Help to the application user.
ApplicationManager.OPThreadsMonitor This class defines a window to manage the threads that performs operations in the client.
ApplicationManager.TextStream An OutputStream configured for text.
ApplicationMenuBar Basic implementation of the application menu bar.
ApplicationToolBar This class implements a general toolbar for application.
ApToolBarButton This class implements an application toolbar button.
ApToolBarFiller  
ApToolBarNavigator This class implements a navigation bar in application toolbar like a browser, to move between last visited forms.
ApToolBarPopupButton This class creates a two-state button for toolbar that shows a menu when is pressed.
ApToolBarSeparator This class implements a button bar for application.
ApToolBarToggleButton The class to define a button with two possible states for toolbar.
BackgroundFormBuilderManager  
BackgroundFormBuilderManager.DetailFormBuilderThread  
BackgroundFormManagerBuilderManager  
BackgroundFormManagerBuilderManager.FormManagerBuilderThread  
BasicInteractionManager BasicInteractionManager is the class that manages the Form instances, extending the default behavior provided by the InteractionManager class.
BasicInteractionManagerAction Handles the actions to change the form status in the available modes.
BasicInteractionManagerAction.BasicListener  
BasicInteractionManagerAction.BasicListenerItem  
BasicInteractionManagerAction.BasicMode Handles the action to change the form status in a mode.
BasicInteractionManagerAction.BasicModeAction Stores a action to change the form fields behaviour.
BorderManager  
BrowserControl  
BufferedMessageDialog Class that implements a buffer message window
ButtonBar Deprecated.  
Chat  
Chat.JUserList  
Chat.User  
Chat.UserChangeEvent  
Chat.UserListCellRenderer  
Chat.UserSelectionList  
CheckMenuItem This class implements a menu item that can be selected or deselected.
ClientMessenger_Impl  
ClientWatch_Impl  
ColorConstants  
ConnectionManager  
CustomColumnGridBagLayout  
CustomRowGridBagLayout  
DataFile  
DataNavigationEvent  
DataRecordEvent  
DefaultActionMenuListener  
DefaultInteractionManagerLoader  
DefaultMenuListener This class implements the default menu listener for processing events, overrides actionPerformed(ActionEvent e).
DefaultToolBarListener This class implements a default toolbar listener.
DetailForm Form that is shown when user makes double click in a table component
EntityResultViewer This class implements a table viewer for an Entity result.
ExtendedJPopupMenu  
ExtendedOperationThread  
ExtendedServerMonitor  
ExtendedServerMonitor.ConnectionPanel  
ExtendedServerMonitor.MenuListener  
FindDialog  
FixedFocusManager Default swing focus manager implementation.
FontSelector Class used to select a new font to set
FontSelector.SimpleFontsDialog  
Form The base class that is used for show a form that contains any set of components, data components, reference components.
Form.ComponentConstraints  
Form.FocusComparableComponent  
Form.FormButton  
Form.TableButtonIcon  
FormatText  
FormContext  
FormExt  
FormManager The FormManager is used to create, register and manage a group of form.
ImagePreview  
InteractionManager InteractionManager is the class that manages the Form basic events.
InteractionManagerModeEvent  
JTipWindow  
LongString  
LookManager  
MainApplication Basic implementation of the Application interface.
MainApplication.StatusBar Implementation of the application status bar
MemoryMonitorComponent  
Menu This class implements a deployed list to use in the menu bar.
MenuItem The main class to create an item of a menu, where attribute parameter is the actionCommand.
MenuRadioButtonGroup  
MenuSeparator This class implements a separator between menu elements.
MessageDialog Utility class that implements a JDialog to show client application messages.
MultipleReferenceDataFieldValue  
MultipleValue  
NavigationEvent Class to manage the events that are fired when user changes the form manager in application.
NavigationHandler This class is a singleton to manage the navigation between forms.
OKCancelFormDialog  
OperationEvent  
OperationThread Basic Thread implementation that performs an operation and stores the result into an EntityResult class.
PaintPanel  
PreferenceYesNoSelectionDialog  
RadioMenuItem This class implements a radio menu item.
RandomStringGenerator Creates random string with a specified length using letters and number
Reports Deprecated.  
RowTransferEvent  
SearchTopWindow  
SearchValue Class used to specified some conditions in the sql statements filters
SearchWindow  
SearchWindow.MouseDownLoadHandler  
SearchWindow.SearchResultWindow  
SearchWindow.SearchResultWindow.JListResult  
SearchWindow.SearchResultWindow.ResultSearch  
ServerLauncher  
ServerLauncherServlet  
ServerMonitor  
ServerPermissionManagerComponent Deprecated.  
ServerStopper  
Splash  
TableBasicInteractionManager Implements an basic interaction manager to use with the table detail forms
TableMultipleValue  
TipScroll  
TipWindow  
TopWindow Implements a 'splash window', or a window without buttons bar to show images, messages, etc.
ValueEvent  
VirtualKeyboard  
 

Exception Summary
ParameterException  
 


Ontimize