T-Plan Robot Enterprise 3.4
Build No. 3.4-20130322.1

com.tplan.robot.gui.capture
Class ComponentCaptureAction

java.lang.Object
  extended by 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.


Constructor Summary
ComponentCaptureAction(MainFrame frame, boolean fullMode, File path)
           
 
Method Summary
static ComponentCaptureAction getInstance()
           
 AbstractButton getOwner()
           
 void itemStateChanged(ItemEvent e)
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setMode(boolean fullMode, File path, String collection)
           
 void setOwner(AbstractButton btn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentCaptureAction

public ComponentCaptureAction(MainFrame frame,
                              boolean fullMode,
                              File path)
Method Detail

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)

T-Plan Robot Enterprise 3.4
Build No. 3.4-20130322.1