FileDocCategorySizeDatePackage
RefreshWindowsAction.javaAPI DocAndroid 1.5 API1413Wed May 06 22:41:10 BST 2009com.android.hierarchyviewer.ui.action

RefreshWindowsAction

public class RefreshWindowsAction extends BackgroundAction

Fields Summary
public static final String
ACTION_NAME
private com.android.hierarchyviewer.ui.Workspace
mWorkspace
Constructors Summary
public RefreshWindowsAction(com.android.hierarchyviewer.ui.Workspace workspace)


       
        putValue(NAME, "Refresh Windows");
        putValue(SHORT_DESCRIPTION, "Refresh");
        putValue(LONG_DESCRIPTION, "Refresh Windows");
        putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F7, 0));
        this.mWorkspace = workspace;
    
Methods Summary
public voidactionPerformed(java.awt.event.ActionEvent e)

        executeBackgroundTask(mWorkspace.loadWindows());