Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Interface
com.lapetus_ltd.api.common.ILptsCharSetLocaleListener

Packages that use ILptsCharSetLocaleListener
com.lapetus_ltd.api.common This package contains the utility classes for the JUT component. 
com.lapetus_ltd.api.db.gui.dialogs The connection and data view dialogs are available in here. 
 

Uses of ILptsCharSetLocaleListener in com.lapetus_ltd.api.common
 

Methods in com.lapetus_ltd.api.common with parameters of type ILptsCharSetLocaleListener
static void TLptsCharSetLocaleUtil.addLocaleListener(ILptsCharSetLocaleListener listener)
          Adds an implementation of the ILptsCharSetLocaleListener interface to be informed of locale changes.
static void TLptsCharSetLocaleUtil.removeLocaleListener(ILptsCharSetLocaleListener listener)
          Remove an implementation of the ILptsCharSetLocaleListener interface from the listener list.
 

Uses of ILptsCharSetLocaleListener in com.lapetus_ltd.api.db.gui.dialogs
 

Classes in com.lapetus_ltd.api.db.gui.dialogs that implement ILptsCharSetLocaleListener
 class TLptsConnectionDialog
          Class Description :
Maybe the name of this class is a little deceiving as it holds not only the connections,
but the statements too.
 class TLptsSystemInfoPanel
          Class Description : A Panel that shows useful System information.
 class TLptsViewDataDialog
          Class Description : This is the data view frame.
 class TLptsViewLogPanel
          Class Description : Use this panel in the application to show and control the logs in the logger.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)