Uses of Class
com.ibm.di.admin.UserInterface

Packages that use UserInterface
com.ibm.di.admin   
com.ibm.di.admin.ui   
 

Uses of UserInterface in com.ibm.di.admin
 

Methods in com.ibm.di.admin that return UserInterface
static UserInterface UserInterface.getUserInterfaceFor(String name, Object config)
          This method resolves the configuration object into a UI component that will handle visual display of the object.
 

Methods in com.ibm.di.admin with parameters of type UserInterface
static void UserInterface.checkConfigParams(UserInterface ui, String name, String leaf, Object config)
          Checks the config object's parameters for further expansion of parameters.
 

Uses of UserInterface in com.ibm.di.admin.ui
 

Constructors in com.ibm.di.admin.ui with parameters of type UserInterface
TitledPanel(ActionListener listener, UserInterface ui, String name, JComponent contentPane)
           
TitledPanel(ActionListener listener, UserInterface ui, String name, JComponent contentPane, boolean windowMenuItem)