com.tplan.robot.gui.capture
Class ComponentCaptureAction
java.lang.Object
com.tplan.robot.gui.capture.ComponentCaptureAction
- All Implemented Interfaces:
- ItemListener, PropertyChangeListener, EventListener
public class ComponentCaptureAction
- extends Object
- implements ItemListener, PropertyChangeListener
Component Capture top level controller.
T-Plan Robot Enterprise, (C) 2009-2013 T-Plan Limited. All rights reserved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentCaptureAction
public ComponentCaptureAction(MainFrame frame,
boolean fullMode,
File path)
getInstance
public static ComponentCaptureAction getInstance()
setMode
public void setMode(boolean fullMode,
File path,
String collection)
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChanged in interface ItemListener
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener
getOwner
public AbstractButton getOwner()
- Returns:
- the item
setOwner
public void setOwner(AbstractButton btn)