org.eclipse.mylar.internal.team.ui.preferences.workaround
Class RegExContentProposalProvider.ProposalComputer.Proposal
java.lang.Object
org.eclipse.mylar.internal.team.ui.preferences.workaround.RegExContentProposalProvider.ProposalComputer.Proposal
- All Implemented Interfaces:
- org.eclipse.jface.fieldassist.IContentProposal
- Enclosing class:
- RegExContentProposalProvider.ProposalComputer
private static class RegExContentProposalProvider.ProposalComputer.Proposal
- extends java.lang.Object
- implements org.eclipse.jface.fieldassist.IContentProposal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fContent
private java.lang.String fContent
fLabel
private java.lang.String fLabel
fDescription
private java.lang.String fDescription
fCursorPosition
private int fCursorPosition
RegExContentProposalProvider.ProposalComputer.Proposal
RegExContentProposalProvider.ProposalComputer.Proposal(java.lang.String content,
java.lang.String label,
java.lang.String description,
int cursorPosition)
getContent
public java.lang.String getContent()
- Specified by:
getContent
in interface org.eclipse.jface.fieldassist.IContentProposal
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface org.eclipse.jface.fieldassist.IContentProposal
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface org.eclipse.jface.fieldassist.IContentProposal
getCursorPosition
public int getCursorPosition()
- Specified by:
getCursorPosition
in interface org.eclipse.jface.fieldassist.IContentProposal