|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.customds.ui.AbstractCustomDSExtension
public abstract class AbstractCustomDSExtension
AbstractCustomDSComponent is an abstract implementation class for CustomDSExtension.
This class provides default implementation for a few methods in CustomDSExtension. Methods that
require plug-in specific implementation must be implemented by plug-in developers.
| Constructor Summary | |
|---|---|
AbstractCustomDSExtension()
|
|
| Method Summary | |
|---|---|
void |
clean()
Default empty implementation. |
javax.swing.ImageIcon |
getDataProviderIcon()
Returns null. |
java.lang.String |
getDataSourceDescription()
Returns null. |
java.lang.String |
getDisplayName()
Returns null. |
java.lang.String |
getFileExtnDescription()
Returns null. |
java.lang.String |
getHelpURL()
Returns null. |
java.lang.String |
getHelpURL(java.lang.String context,
java.lang.String errorMessage)
Returns null. |
javax.swing.ImageIcon |
getImageIcon()
Returns null. |
java.lang.String |
getNewActionText()
Returns empty String. |
java.lang.String |
getNewActionTooltip()
Returns empty String. |
javax.swing.ImageIcon |
getNewDataProviderIcon()
Returns null. |
void |
init(SessionInfo sessInfo)
Stores the complete SessionInfo information. |
boolean |
isExtensionHelpAvailable()
Returns false. |
void |
setLocale(java.util.Locale loc)
Stores the provided interface Locale information. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.businessobjects.customds.ui.CustomDSExtension |
|---|
getCDSComponent, getExtensionDescriptor |
| Constructor Detail |
|---|
public AbstractCustomDSExtension()
| Method Detail |
|---|
public void clean()
clean in interface CustomDSExtensionCustomDSExtension.clean()public java.lang.String getDisplayName()
null.
getDisplayName in interface CustomDSExtensionnullCustomDSExtension.getDisplayName()
public java.lang.String getDataSourceDescription()
throws CDSExtensionException
null.
getDataSourceDescription in interface CustomDSExtensionnull
CDSExtensionException - if the plug-in encounters any
Exception while trying to get the data source description.CustomDSExtension.getDataSourceDescription()public java.lang.String getFileExtnDescription()
null.
getFileExtnDescription in interface CustomDSExtensionnullCustomDSExtension.getFileExtnDescription()public java.lang.String getHelpURL()
null.
getHelpURL in interface CustomDSExtensionnullCustomDSExtension.getHelpURL()
public java.lang.String getHelpURL(java.lang.String context,
java.lang.String errorMessage)
null.
getHelpURL in interface CustomDSExtensioncontext - The current context of user workflowerrorMessage - The error message, if any. May be null.
nullCustomDSExtension.getHelpURL(java.lang.String, java.lang.String)
public javax.swing.ImageIcon getImageIcon()
throws CDSExtensionException
null.
getImageIcon in interface CustomDSExtensionnull
CDSExtensionException - if the plug-in encounters any
Exception while trying to provide the image icon.CustomDSExtension.getImageIcon()
public javax.swing.ImageIcon getDataProviderIcon()
throws CDSExtensionException
null.
getDataProviderIcon in interface CustomDSExtensionnull
CDSExtensionException - if the plug-in encounters any
Exception while trying to provide the image icon.CustomDSExtension.getDataProviderIcon()
public javax.swing.ImageIcon getNewDataProviderIcon()
throws CDSExtensionException
null.
getNewDataProviderIcon in interface CustomDSExtensionnull
CDSExtensionException - if the plug-in encounters any
Exception while trying to provide the image icon.CustomDSExtension.getNewDataProviderIcon()
public java.lang.String getNewActionText()
throws CDSExtensionException
String.
getNewActionText in interface CustomDSExtensionnull
CDSExtensionException - if the plug-in encounters any
Exception while trying to get the action text for the new data provider.CustomDSExtension.getNewActionText()
public java.lang.String getNewActionTooltip()
throws CDSExtensionException
String.
getNewActionTooltip in interface CustomDSExtensionString
CDSExtensionException - if the plug-in encounters any
Exception while trying to get the action tooltip for the new data provider.CustomDSExtension.getNewActionTooltip()
public void init(SessionInfo sessInfo)
throws CDSExtensionException
SessionInfo information.
Sub-classes can access this information through the member variable sessionInfo.
This method also stores the interface locale to the value provided in the SessionInfo.
Sub-classes can access this information through the member variable interfaceLocale.
init in interface CustomDSExtensionsessInfo - The session information.
CDSExtensionException - if the plug-in encounters any
Exception while processing the initial set of information.CustomDSExtension.init(com.businessobjects.customds.ui.common.SessionInfo)public boolean isExtensionHelpAvailable()
false.
isExtensionHelpAvailable in interface CustomDSExtensionfalseCustomDSExtension.isExtensionHelpAvailable()public void setLocale(java.util.Locale loc)
Locale information.
Sub-classes can access this information through the member variable interfaceLocale.
setLocale in interface CustomDSExtensionloc - The Locale information.CustomDSExtension.setLocale(java.util.Locale)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||