| boolean blnHasTootip = GfrWrpRndDftWwdEarthShpDimTwoSct.getInstance().isTooltip();
String strValueInitAnnotation = GfrWrpRndDftWwdEarthShpDimTwoSct.getInstance().getKindAnnotationKey();
// end get values
super._pnlColorIn = new PnlDspRowRadiosColorDft(
alrParent,
colIn,
"",
"in"
);
super._pnlColorOut = new PnlDspRowRadiosColorDft(
alrParent,
colOut,
"",
"out"
);
|