Class Format
- java.lang.Object
-
- org.apache.hop.ui.core.widget.text.Format
-
public class Format extends Object
-
-
Constructor Summary
Constructors Constructor Description Format()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Format format)List<org.eclipse.swt.custom.StyleRange>getStyleRanges()StringgetText()voidsetStyleRanges(List<org.eclipse.swt.custom.StyleRange> styleRanges)voidsetText(String text)
-