Deprecated API


Contents
Deprecated Interfaces
abbot.script.Condition
          Use abbot.util.Condition instead. 
 

Deprecated Fields
abbot.script.XMLConstants.TAG_DELEGATE
            
 

Deprecated Methods
abbot.tester.JComponentTester.actionClick(Component, ComponentLocation, String, int)
          Use JComponentTester.actionClick(Component, ComponentLocation, int, int) instead. 
abbot.tester.JTreeTester.actionClickRow(Component, int, String)
          Use the ComponentLocation version. 
abbot.tester.JTreeTester.actionClickRow(Component, int, String, int)
          Use the ComponentLocation version. 
abbot.tester.JComponentTester.actionDrag(Component, ComponentLocation, String)
          Use JComponentTester.actionDrag(Component, ComponentLocation, int) instead. 
abbot.tester.ComponentTester.actionDrag(Component, ComponentLocation, String)
          Use the integer modifier mask version instead. 
abbot.tester.ComponentTester.actionDrag(Component, int, int, String)
          Use the ComponentLocation/ integer modifier mask version instead. 
abbot.tester.JTextComponentTester.actionSelect(Component, int, int)
          Use actionSelectText instead. 
abbot.tester.ComponentTester.actionSelectAWTMenuItemByLabel(Frame, String)
          Renamed to ComponentTester.actionSelectAWTMenuItem(Frame,String). 
abbot.tester.ComponentTester.actionSelectAWTPopupMenuItemByLabel(Component, String)
          Renamed to ComponentTester.actionSelectAWTPopupMenuItem(Component,String). 
abbot.tester.ListTester.actionSelectIndex(Component, int)
          Use actionSelectRow instead. 
abbot.tester.JTreeTester.actionToggleRow(Component, int)
          Use the ComponentLocation version instead. 
abbot.tester.ComponentTester.assertFrameShowing(String)
          This method does not specify the proper context for the lookup. Use ComponentTester.assertFrameShowing(Hierarchy,String) instead. 
abbot.script.Script.changeFile(File)
          Use Script.setFile(File). 
junit.extensions.abbot.ComponentTestFixture.disposeAll()
          This functionality is now deferred to AWTFixtureHelper 
abbot.script.ComponentReference.fromXML(String)
            
abbot.script.Call.getArgs()
          use getArguments(). 
abbot.script.ComponentReference.getDescriptiveName(Component)
          Use Robot.getDescriptiveName(Component) instead 
abbot.editor.actions.EditorAction.getMnemonic(String)
          Encode the mnemonic into the localized label instead. 
abbot.editor.ScriptEditorFrame.hide()
            
abbot.tester.Robot.invokeAction(Component, Runnable)
          Method renamed to Robot.invokeLater(Component, Runnable) 
abbot.tester.Robot.invokeAction(Runnable)
          Method renamed to Robot.invokeLater(Runnable) 
abbot.tester.Robot.selectAWTMenuItemByLabel(Frame, String)
          Renamed to Robot.selectAWTMenuItem(Frame,String). 
abbot.tester.Robot.selectAWTPopupMenuItemByLabel(Component, String)
          Renamed to Robot.selectAWTPopupMenuItem(Component,String). 
abbot.editor.ScriptEditorFrame.show()
            
junit.extensions.abbot.ComponentTestFixture.showModalDialog(Runnable, Component)
          Use ComponentTestFixture.showModalDialog(Runnable) instead. 
abbot.script.ComponentReference.toEditableString()
          Used to be used to edit XML in a text editor. 
abbot.tester.ComponentTester.waitForFrameShowing(String)
          This method does not provide sufficient context to reliably find a component. Use ComponentTester.waitForFrameShowing(Hierarchy,String) instead. 
 

Deprecated Constructors
abbot.script.Script()
          Use an explicit Hierarchy instead. 
abbot.script.Script(String)
          Use an explicit Hierarchy instead. 
 



Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge