jACOB 2.7 API Documentation.

Deprecated API


Contents
Deprecated Classes
de.tif.jacob.screen.event.IGroupListenerEventHandler
          use IGroupEventHandler instead 
 

Deprecated Methods
de.tif.jacob.entrypoint.IGuiEntryPoint.getUrl(String, String, Properties)
          use EntryPointUrl.getUrl(SessionContext, IGuiEntryPoint, Properties, boolean) instead. 
de.tif.jacob.screen.IActionEmitter.isSafeSearch()
          TODO: hat nichts an eine ActionEmitter zu suchen. Bei einem 'Cancel' Button macht so eine Funktion keinen Sinn. 
de.tif.jacob.entrypoint.EntryPointUrl.popup(IClientContext)
          use the static method 'popup(...)' 
de.tif.jacob.entrypoint.EntryPointUrl.popup(IClientContext, int, int)
          use the static method popup 
de.tif.jacob.messaging.Message.sendEMail(String, String)
          Use Message.createEMailMessage(String, String) instead. 
de.tif.jacob.messaging.Message.sendHtmlEMail(String, String)
          Use Message.createHtmlEMailMessage(String, String) instead. 
de.tif.jacob.screen.IActionEmitter.setSearchMode(boolean)
          TODO: hat nichts an eine ActionEmitter zu suchen. Bei einem 'Cancel' Button macht so eine Funktion keinen Sinn. 
de.tif.jacob.entrypoint.EntryPointUrl.show(IClientContext)
          use the static method 'show(...)' 
de.tif.jacob.entrypoint.EntryPointUrl.toURL(SessionContext)
          This method will be protected in the next release. Use the static methods 'popup(...)' and 'show(...)' to handle entry points. 
 

Deprecated Constructors
de.tif.jacob.entrypoint.EntryPointUrl(EntryPointUrl.EntryPointType, String, Properties)
          This method will be protected in the next release. Use the static methods 'popup(...)' and 'show(...)' to work with entry points. 
de.tif.jacob.core.exception.UserNotExistingException()
          use UserNotExistingException.UserNotExistingException(String) 
 


jACOB 2.7 API Documentation.