com.ibm.etools.iseries.edit.codeassist.base
Class ISeriesEditorProposalMatch
java.lang.Object
com.ibm.etools.iseries.edit.codeassist.base.ISeriesEditorProposalMatch
- Direct Known Subclasses:
- DataStructureProposalMatch, FieldProposalMatch, FileProposalMatch, ISeriesEditorFunctionalProposalMatch, ISeriesEditorTemplateProposalMatch, OpCodeProposalMatch, RecordProposalMatch, SubprocedureProposalMatch, SubroutineProposalMatch
public class ISeriesEditorProposalMatch
- extends Object
Constructor Summary |
ISeriesEditorProposalMatch(Object match,
String help)
|
ISeriesEditorProposalMatch(Object match,
String help,
String imageID)
|
ISeriesEditorProposalMatch(Object match,
String help,
String imageID,
String postCompletionHelp)
|
ISeriesEditorProposalMatch(Object match,
String help,
String imageID,
String postCompletionHelp,
boolean isParameter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_match
protected Object _match
_help
protected String _help
_postHelp
protected String _postHelp
_imageID
protected String _imageID
_preserveCase
protected boolean _preserveCase
_isParameter
protected boolean _isParameter
ISeriesEditorProposalMatch
public ISeriesEditorProposalMatch(Object match,
String help)
ISeriesEditorProposalMatch
public ISeriesEditorProposalMatch(Object match,
String help,
String imageID)
ISeriesEditorProposalMatch
public ISeriesEditorProposalMatch(Object match,
String help,
String imageID,
String postCompletionHelp)
ISeriesEditorProposalMatch
public ISeriesEditorProposalMatch(Object match,
String help,
String imageID,
String postCompletionHelp,
boolean isParameter)
insertBraces
public boolean insertBraces()
getMatch
public Object getMatch()
getName
public String getName()
getText
public String getText()
getProposal
public String getProposal()
getHelp
public String getHelp()
getPostCompletionHelp
public String getPostCompletionHelp()
getNewLine
protected String getNewLine()
getImageID
public String getImageID()
getHelpImageID
public String getHelpImageID()
setPreserveCase
public void setPreserveCase(boolean flag)
preserveCase
public boolean preserveCase()
equals
public boolean equals(ISeriesEditorProposalMatch compareMatch)
getContainer
public ISeriesEditorProposalMatches getContainer()
setContainer
public void setContainer(ISeriesEditorProposalMatches container)
isParameter
public boolean isParameter()
setIsParameter
public void setIsParameter(boolean isParameter)
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.