Home | History | Annotate | Download | only in gle2

Lines Matching defs:outline

116  * - outline should include same context menu + delete/copy/paste ops.
117 * - outline should include drop support (from canvas or from palette)
183 /** Outline color. Do not dispose, it's a system color. */
192 /** When true, always display the outline of all views. */
216 /** The current Outline Page, to set its model. */
295 // Get the outline associated with this editor, if any and of the right type.
296 Object outline = layoutEditor.getAdapter(IContentOutlinePage.class);
297 if (outline instanceof OutlinePage2) {
298 mOutlinePage = (OutlinePage2) outline;