public static class MarkerListFormatter.Group extends Object
Constructor and Description |
---|
MarkerListFormatter.Group() |
MarkerListFormatter.Group(String _textBefore,
String _textAfter) |
Modifier and Type | Method and Description |
---|---|
void |
add(MarkerListFormatter formatter) |
String |
getMarkedText() |
String |
getTextAfter() |
String |
getTextBefore() |
void |
remove(MarkerListFormatter formatter) |
void |
setMarkedText(String _markedText) |
void |
setTextAfter(String _textAfter) |
void |
setTextBefore(String _textBefore) |
public void add(MarkerListFormatter formatter)
public void remove(MarkerListFormatter formatter)
public void setMarkedText(String _markedText)
public void setTextBefore(String _textBefore)
public void setTextAfter(String _textAfter)
public String getMarkedText()
public String getTextBefore()
public String getTextAfter()
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.