|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Callback | |
---|---|
com.metamatrix.common.callback | |
com.metamatrix.console.ui.layout | |
com.metamatrix.toolbox.ui.callback |
Uses of Callback in com.metamatrix.common.callback |
---|
Classes in com.metamatrix.common.callback that implement Callback | |
---|---|
class |
CallbackImpl
Implementations of this interface are passed to a CallbackHandler, allowing underlying services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages. |
Methods in com.metamatrix.common.callback that return Callback | |
---|---|
Callback |
UnsupportedCallbackException.getCallback()
|
Methods in com.metamatrix.common.callback with parameters of type Callback | |
---|---|
void |
CallbackHandler.handle(Callback callback,
java.lang.Object source)
Retrieve or display the requested information in the Callback object. |
Constructors in com.metamatrix.common.callback with parameters of type Callback | |
---|---|
UnsupportedCallbackException(Callback callback,
java.lang.Exception e,
java.lang.String message)
Construct an instance from a message and an exception to chain to this one. |
|
UnsupportedCallbackException(Callback callback,
java.lang.String message)
Construct an instance with the message specified. |
Uses of Callback in com.metamatrix.console.ui.layout |
---|
Classes in com.metamatrix.console.ui.layout that implement Callback | |
---|---|
class |
UserPreferenceCallback
UserPreferenceCallback is a temporary Callback object constructed to generate the UserPreferences dialog. |
Methods in com.metamatrix.console.ui.layout with parameters of type Callback | |
---|---|
protected javax.swing.JPanel |
CDKCallbackHandler.createCallbackPanel(Callback callback,
PropertyDefinitionGroup definitionGroup,
PropertiedObject object,
PropertiedObjectEditor editor)
|
Uses of Callback in com.metamatrix.toolbox.ui.callback |
---|
Methods in com.metamatrix.toolbox.ui.callback with parameters of type Callback | |
---|---|
protected javax.swing.JPanel |
DialogFactoryCallbackHandler.createCallbackPanel(Callback callback,
PropertyDefinitionGroup definitionGroup,
PropertiedObject object,
PropertiedObjectEditor editor)
Create a JPanel to edit the specified callback containing a PropertyDefinitionGroup for the specified PropertiedObject. |
protected javax.swing.JPanel |
DialogFactoryCallbackHandler.createCallbackPanel(Callback callback,
java.lang.String prompt,
PropertiedObject object,
PropertiedObjectEditor editor)
Create a JPanel to edit the specified callback containing a PropertiedObject. |
void |
DialogFactoryCallbackHandler.handle(Callback callback,
java.lang.Object source)
Retrieve or display the requested information in the Callback object. |
protected DialogPanel |
DialogFactoryCallbackHandler.processPropertiedObjectCallback(Callback callback)
create a DialogPanel to process the specified callback. |
Constructors in com.metamatrix.toolbox.ui.callback with parameters of type Callback | |
---|---|
CallbackChoicesDialogPanel(Callback callback)
Construct a CallbackChoicesDialogPanel to configure it's buttons to the callback's choice options. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |