Eclipse JDT
Release 3.2
org.eclipse.jdt.ui.actions

Class FormatAllAction

    • Constructor Detail

      • FormatAllAction

        public FormatAllAction(IWorkbenchSite site)
        Creates a new FormatAllAction. The action requires that the selection provided by the site's selection provider is of type org.eclipse.jface.viewers.IStructuredSelection.
        Parameters:
        site - the site providing context information for this action
    • Method Detail

      • runOnMultiple

        public void runOnMultiple(ICompilationUnit[] cus)
        Perform format all on the given compilation units.
        Parameters:
        cus - The compilation units to format.
Eclipse JDT
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.