|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IViewSite | |
---|---|
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
Uses of IViewSite in org.eclipse.ui |
---|
Methods in org.eclipse.ui that return IViewSite | |
---|---|
IViewSite |
IViewPart.getViewSite()
Returns the site for this view. |
Methods in org.eclipse.ui with parameters of type IViewSite | |
---|---|
void |
IViewPart.init(IViewSite site)
Initializes this view with the given view site. |
void |
IViewPart.init(IViewSite site,
IMemento memento)
Initializes this view with the given view site. |
Uses of IViewSite in org.eclipse.ui.part |
---|
Methods in org.eclipse.ui.part that return IViewSite | |
---|---|
IViewSite |
ViewPart.getViewSite()
|
Methods in org.eclipse.ui.part with parameters of type IViewSite | |
---|---|
void |
ViewPart.init(IViewSite site)
|
void |
ViewPart.init(IViewSite site,
IMemento memento)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |