org.eclipse.mylar.internal.team.ui.preferences.workaround
Class RegExContentProposalProvider.ProposalComputer.Proposal

java.lang.Object
  extended by 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


Field Summary
private  java.lang.String fContent
           
private  int fCursorPosition
           
private  java.lang.String fDescription
           
private  java.lang.String fLabel
           
 
Constructor Summary
RegExContentProposalProvider.ProposalComputer.Proposal(java.lang.String content, java.lang.String label, java.lang.String description, int cursorPosition)
           
 
Method Summary
 java.lang.String getContent()
           
 int getCursorPosition()
           
 java.lang.String getDescription()
           
 java.lang.String getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fContent

private java.lang.String fContent

fLabel

private java.lang.String fLabel

fDescription

private java.lang.String fDescription

fCursorPosition

private int fCursorPosition
Constructor Detail

RegExContentProposalProvider.ProposalComputer.Proposal

RegExContentProposalProvider.ProposalComputer.Proposal(java.lang.String content,
                                                       java.lang.String label,
                                                       java.lang.String description,
                                                       int cursorPosition)
Method Detail

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