Package org.fife.ui.autocomplete
Interface TemplatePiece
-
- All Known Implementing Classes:
TemplatePiece.Param,TemplatePiece.ParamCopy,TemplatePiece.Text
interface TemplatePieceA piece of aTemplateCompletion. You add instances of this class to template completions to define them.- Version:
- 1.0
- See Also:
TemplateCompletion
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTemplatePiece.ParamA parameter template piece.static classTemplatePiece.ParamCopyA copy of a parameter template piece.static classTemplatePiece.TextA plain text template piece.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText()
-