Searched refs:VclControl (Results 1 – 15 of 15) sorted by relevance
32 import org.openoffice.test.vcl.widgets.VclControl;70 public static VclControl control(String id) { in control()71 return new VclControl(app, idList.getId(id)); in control()197 public static final VclControl mathElementsWindow = control("STARMATH_HID_SMA_OPERATOR_WIN");212 …public static final VclControl mathEditSymbolsDlgViewControl = control("STARMATH_HID_SMA_CONTROL_F…224 public static final VclControl macroWarningOK = control("Ok");230 public static final VclControl macroSecurityDlg = control("XMLSECURITY_HID_XMLSEC_TP_SECLEVEL");246 public static final VclControl chartWizardRoadMap = control("CHART2_HID_SCH_WIZARD_ROADMAP");250 public static final VclControl dataPilotFieldSelect = control("59030");260 public static final VclControl sdSlidelistInNaviagtor = control("HID_SD_NAVIGATOR_TLB");[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
35 public class VclControl extends VclWidget { class46 public VclControl(VclApp app, String id) { in VclControl() method in VclControl202 return VclControl.this.exists(); in exists()218 return VclControl.this.exists();229 return VclControl.this.isEnabled();240 return !VclControl.this.isEnabled();251 return text.equals(VclControl.this.getCaption());
34 private VclControl window = null;45 public VclMenu(VclControl window) { in VclMenu()
32 public class VclEditBox extends VclControl {
34 public class VclButton extends VclControl {
32 public class VclStatusBar extends VclControl {
32 public class VclTabControl extends VclControl {
34 public class VclWindow extends VclControl {
32 public class VclComboBox extends VclControl {
33 public class VclMessageBox extends VclControl {
29 public class VclListBox extends VclControl {
28 public class VclTreeListBox extends VclControl {
34 import org.openoffice.test.vcl.widgets.VclControl;41 Field[] fields = VclControl.class.getDeclaredFields();80 VclControl vclControl = new VclControl(id); in shot()
26 import static org.openoffice.test.vcl.widgets.VclControl.*;