com.ibm.etools.iseries.editor.codeassist.base
Class ISeriesEditorProposalMatch
java.lang.Object
com.ibm.etools.iseries.editor.codeassist.base.ISeriesEditorProposalMatch
- Direct Known Subclasses:
- DataStructureProposalMatch, FieldProposalMatch, FileProposalMatch, ISeriesEditorFunctionalProposalMatch, ISeriesEditorTemplateProposalMatch, OpCodeProposalMatch, RecordProposalMatch, SubprocedureProposalMatch, SubroutineProposalMatch
- public class ISeriesEditorProposalMatch
- extends Object
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
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)
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)
Copyright © 2005 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.