JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
jPOS 3.0.2-SNAPSHOT
org.jpos.jpos
org.jpos.ui
UIObjectFactory
Contents
Description
Method Summary
Method Details
newInstance(String)
Hide sidebar
Show sidebar
Interface UIObjectFactory
All Known Implementing Classes:
BSHUI
,
UI
,
UI
public interface
UIObjectFactory
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
newInstance
(
String
clazz)
Method Details
newInstance
Object
newInstance
(
String
clazz)
throws
Exception
Parameters:
clazz
- the Clazzzz
Returns:
the Object
Throws:
Exception