Example usage for com.google.gwt.eclipse.core.formatter AbstractFormattingStrategy subclass-usage

List of usage examples for com.google.gwt.eclipse.core.formatter AbstractFormattingStrategy subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.eclipse.core.formatter AbstractFormattingStrategy subclass-usage.

Usage

From source file com.gwtplugins.gwt.eclipse.gss.ExtractingGssFormattingStrategy.java

/**
 * The base formatting strategy for CSS that extracts the CSS from the document
 * (whose model may not be a CSS model), formats the extracted CSS, validates
 * the formatting is correct, and re-applies it to the document.
 * <p>
 * Validation is required because there are cases (e.g. "@media { b { } }")