Home
last modified time | relevance | path

Searched refs:VclControl (Results 1 – 15 of 15) sorted by relevance

/AOO41X/test/testgui/source/testlib/gui/
H A DUIMap.java32 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 …]
/AOO41X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/AOO41X/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java35 public class VclControl extends VclWidget { class
46 public VclControl(VclApp app, String id) { in VclControl() method in VclControl
202 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());
H A DVclMenu.java34 private VclControl window = null;
45 public VclMenu(VclControl window) { in VclMenu()
H A DVclEditBox.java32 public class VclEditBox extends VclControl {
H A DVclButton.java34 public class VclButton extends VclControl {
H A DVclStatusBar.java32 public class VclStatusBar extends VclControl {
H A DVclTabControl.java32 public class VclTabControl extends VclControl {
H A DVclWindow.java34 public class VclWindow extends VclControl {
H A DVclComboBox.java32 public class VclComboBox extends VclControl {
H A DVclMessageBox.java33 public class VclMessageBox extends VclControl {
H A DVclListBox.java29 public class VclListBox extends VclControl {
H A DVclTreeListBox.java28 public class VclTreeListBox extends VclControl {
/AOO41X/test/testassistant/src/org/openoffice/test/assistant/views/
H A DControlInfo.java34 import org.openoffice.test.vcl.widgets.VclControl;
41 Field[] fields = VclControl.class.getDeclaredFields();
80 VclControl vclControl = new VclControl(id); in shot()
H A DUIMapOp.java26 import static org.openoffice.test.vcl.widgets.VclControl.*;