dwt v1.0.4+swt-3.4.1 (2020-03-19T06:15:23Z)
Home
Dub
Repo
Snippet133
org
eclipse
swt
snippets
Snippet133
Undocumented in source.
class
Snippet133 {
Display
display
;
Shell
shell
;
Text
text
;
Font
font
;
Color
foregroundColor
;
Color
backgroundColor
;
Printer
printer
;
GC
gc
;
FontData
[]
printerFontData
;
RGB
printerForeground
;
RGB
printerBackground
;
int
lineHeight
;
int
tabWidth
;
int
leftMargin
;
int
rightMargin
;
int
topMargin
;
int
bottomMargin
;
int
x
;
int
y
;
int
index
;
int
end
;
String
textToPrint
;
String
tabs
;
StringBuffer
wordBuffer
;
void
open
();
}
Members
Functions
open
void
open
()
backgroundColor
Color
backgroundColor
;
bottomMargin
int
bottomMargin
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
display
Display
display
;
end
int
end
;
Undocumented in source.
font
Font
font
;
Undocumented in source.
foregroundColor
Color
foregroundColor
;
Undocumented in source.
gc
GC
gc
;
Undocumented in source.
index
int
index
;
Undocumented in source.
leftMargin
int
leftMargin
;
Undocumented in source.
lineHeight
int
lineHeight
;
Undocumented in source.
printer
Printer
printer
;
printerBackground
RGB
printerBackground
;
Undocumented in source.
printerFontData
FontData
[]
printerFontData
;
Undocumented in source.
printerForeground
RGB
printerForeground
;
rightMargin
int
rightMargin
;
Undocumented in source.
shell
Shell
shell
;
Undocumented in source.
tabWidth
int
tabWidth
;
Undocumented in source.
tabs
String
tabs
;
Undocumented in source.
text
Text
text
;
Undocumented in source.
textToPrint
String
textToPrint
;
topMargin
int
topMargin
;
Undocumented in source.
wordBuffer
StringBuffer
wordBuffer
;
Undocumented in source.
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
org
eclipse
swt
snippets
Snippet133
classes
Snippet133
functions
main