Class AbstractFeatureTextWriter
java.lang.Object
com.vividsolutions.jump.workbench.ui.AbstractFeatureTextWriter
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractFeatureTextWriter(boolean wrapping, String shortDescription, String description) -
Method Summary
Modifier and TypeMethodDescriptionReturns a description to display on the tooltip.Returns a short (2-3 letters) description to display on the button.booleanReturns whether to wrap the text.abstract String
-
Constructor Details
-
AbstractFeatureTextWriter
-
-
Method Details
-
write
-
getShortDescription
Returns a short (2-3 letters) description to display on the button. -
getDescription
Returns a description to display on the tooltip. -
isWrapping
public boolean isWrapping()Returns whether to wrap the text.
-