Searched defs:RulesEngine (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
H A DRulesEngine.java58 * There's one {@link RulesEngine} instance per layout editor.
62 public class RulesEngine { class
83 * The editor which owns this {@link RulesEngine}
88 * Creates a new {@link RulesEngine} associated with the selected project.
92 * @param editor the editor which owns this {@link RulesEngine}
95 public RulesEngine(GraphicalEditorPart editor, IProject project) { method in class:RulesEngine
103 * Returns the {@link IProject} on which the {@link RulesEngine} was created.
110 * Returns the {@link GraphicalEditorPart} for which the {@link RulesEngine} was
120 * Called by the owner of the {@link RulesEngine} when it is going to be disposed.
790 classLoader = RulesEngine
[all...]

Completed in 209 milliseconds