com.ibm.etools.iseries.edit.codeassist.base
Class ISeriesEditorCodeAssistContextInformation
java.lang.Object
com.ibm.etools.iseries.edit.codeassist.base.ISeriesEditorCodeAssistContextInformation
public final class ISeriesEditorCodeAssistContextInformation
- extends Object
A default implementation of the IContextInformation
interface.
ISeriesEditorCodeAssistContextInformation
public ISeriesEditorCodeAssistContextInformation(Image image,
String contextDisplayString,
String informationDisplayString,
ISeriesEditorProposalMatch match)
- Creates a new context information with an image.
- Parameters:
image
- the image to display when presenting the context informationcontextDisplayString
- the string to be used when presenting the contextinformationDisplayString
- the string to be displayed when presenting the context information,
may not be null
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
getMatch
public ISeriesEditorProposalMatch getMatch()
isFunctionalContext
public boolean isFunctionalContext()
getFunctionName
public String getFunctionName()
getNumberOfParams
public int getNumberOfParams()
getParameterContext
public int getParameterContext()
getInformationDisplayString
public String getInformationDisplayString()
setContext
public void setContext(int arg)
setInformationDisplayString
public void setInformationDisplayString(String info)
getImage
public Image getImage()
setImage
public void setImage(Image image)
setContextDisplayString
public void setContextDisplayString(String context)
getContextDisplayString
public String getContextDisplayString()
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.