Method | Description | |
---|---|---|
Display ( IVwEnv vwenv, int hvo, int frag ) : void |
This is the main interesting method of displaying objects and fragments of them.
|
|
DisplayVec ( IVwEnv vwenv, int hvo, int tag, int frag ) : void |
Handles displaying the vector of words with commas except after the last
|
|
EstimateHeight ( int hvo, int frag, int dxAvailWidth ) : int |
Estimate the height in points of one domain.
|
|
LoadDataFor ( IVwEnv vwenv, int rghvo, int chvo, int hvoParent, int tag, int frag, int ihvoMin ) : void |
pre-load any required data about a particular domain.
|
|
RelatedWordsVc ( int wsUser, ITsString headword ) : System |
Initializes a new instance of the RelatedWordsVc class.
|
public Display ( IVwEnv vwenv, int hvo, int frag ) : void | ||
vwenv | IVwEnv | |
hvo | int | |
frag | int | |
return | void |
public DisplayVec ( IVwEnv vwenv, int hvo, int tag, int frag ) : void | ||
vwenv | IVwEnv | |
hvo | int | |
tag | int | |
frag | int | |
return | void |
public EstimateHeight ( int hvo, int frag, int dxAvailWidth ) : int | ||
hvo | int | |
frag | int | |
dxAvailWidth | int | |
return | int |
public LoadDataFor ( IVwEnv vwenv, int rghvo, int chvo, int hvoParent, int tag, int frag, int ihvoMin ) : void | ||
vwenv | IVwEnv | |
rghvo | int | |
chvo | int | |
hvoParent | int | |
tag | int | |
frag | int | |
ihvoMin | int | |
return | void |
public RelatedWordsVc ( int wsUser, ITsString headword ) : System | ||
wsUser | int | The ws user. |
headword | ITsString | Headword of the target lexical entry. |
return | System |