Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GEF
3.3

org.eclipse.gef.ui.parts
Class ContentOutlinePage

java.lang.Object
  extended by

org.eclipse.ui.part.Page
      extended by
org.eclipse.gef.ui.parts.ContentOutlinePage
All Implemented Interfaces:
IContentOutlinePage, IPage, IPageBookViewPage, ISelectionProvider

public class ContentOutlinePage
extends Page
implements IContentOutlinePage

A adapter for an outline page containing a single EditPartViewer. This class handles selection processing and widget focus. There is no need to manage viewer lifecycle. When dispose() is called in the superclass, the EditPartViewer will receive widget dispose callback, and perform any necessary cleanup. This class is just an adapter.


Constructor Summary
ContentOutlinePage ( EditPartViewer viewer)
          Constructs a ContentOutlinePage for the given viewer.
 
Method Summary
 void addSelectionChangedListener ( ISelectionChangedListener listener)
           
 void createControl (Composite parent)
          Forwards the createControl request to the editpartviewer.
 Control getControl ()
           
  ISelection getSelection ()
          Forwards selection request to the viewer.
protected   EditPartViewer getViewer ()
          Returns the EditPartViewer
 void removeSelectionChangedListener ( ISelectionChangedListener listener)
           
 void setFocus ()
          Sets focus to a part in the page.
 void setSelection ( ISelection selection)
           
 
Methods inherited from class org.eclipse.ui.part. Page
createControl, dispose, getSite, init, makeContributions, setActionBars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.part. IPage
createControl, dispose, setActionBars
 

Constructor Detail

ContentOutlinePage

public ContentOutlinePage(
EditPartViewer viewer)
Constructs a ContentOutlinePage for the given viewer.

Parameters:
viewer - the viewer
Method Detail

addSelectionChangedListener

public void addSelectionChangedListener(
ISelectionChangedListener listener)
Specified by:
addSelectionChangedListener in interface ISelectionProvider
See Also:
ISelectionProvider.addSelectionChangedListener(ISelectionChangedListener)

createControl

public void createControl(Composite parent)
Forwards the createControl request to the editpartviewer.

See Also:
IPage.createControl(org.eclipse.swt.widgets.Composite)

getControl

public Control getControl()
Specified by:
getControl in interface IPage
See Also:
IPage.getControl()

getSelection

public 
ISelection getSelection()
Forwards selection request to the viewer.

Specified by:
getSelection in interface ISelectionProvider
See Also:
ISelectionProvider.getSelection()

getViewer

protected 
EditPartViewer getViewer()
Returns the EditPartViewer

Returns:
the viewer

removeSelectionChangedListener

public void removeSelectionChangedListener(
ISelectionChangedListener listener)
Specified by:
removeSelectionChangedListener in interface ISelectionProvider
See Also:
ISelectionProvider.removeSelectionChangedListener(ISelectionChangedListener)

setFocus

public void setFocus()
Sets focus to a part in the page.

Specified by:
setFocus in interface IPage

setSelection

public void setSelection(
ISelection selection)
Specified by:
setSelection in interface ISelectionProvider
See Also:
ISelectionProvider.setSelection(org.eclipse.jface.viewers.ISelection)

Eclipse GEF
3.3

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire