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 Platform
Release 3.5

Uses of Interface
org.eclipse.ui.intro.IIntroSite

Packages that use IIntroSite
org.eclipse.ui.intro Application programming interfaces for interaction with and extension of the product introduction parts. 
org.eclipse.ui.intro.config Provides support for customizing welcome content and presentation. 
org.eclipse.ui.intro.contentproviders Contains classes which can be used to add controls to a welcome page. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IIntroSite in org.eclipse.ui.intro
 

Methods in org.eclipse.ui.intro that return IIntroSite
  IIntroSite IIntroPart. getIntroSite ()
          Returns the site for this intro part.
 

Methods in org.eclipse.ui.intro with parameters of type IIntroSite
 void IIntroPart. init ( IIntroSite site, IMemento memento)
          Initializes this intro part with the given intro site.
 

Uses of IIntroSite in org.eclipse.ui.intro.config
 

Fields in org.eclipse.ui.intro.config declared as IIntroSite
protected   IIntroSite IntroConfigurer. site
           
 

Methods in org.eclipse.ui.intro.config with parameters of type IIntroSite
 void CustomizableIntroPart. init ( IIntroSite site, IMemento memento)
           
 void IntroConfigurer. init ( IIntroSite site, Map themeProperties)
          Provides the opportunity for the configurer to contribute to the action bars and to fetch presentation theme properties.
 void IIntroAction. run ( IIntroSite site, Properties params)
          Called to run this intro command.
 

Uses of IIntroSite in org.eclipse.ui.intro.contentproviders
 

Methods in org.eclipse.ui.intro.contentproviders with parameters of type IIntroSite
 void AlwaysWelcomeCheckbox. run ( IIntroSite site, Properties params)
          Method called when box is clicked in html (swt is handled with a SelectionAdapter - both methods call reverseShowIntroState())
 

Uses of IIntroSite in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return IIntroSite
  IIntroSite IntroPart. getIntroSite ()
           
 

Methods in org.eclipse.ui.part with parameters of type IIntroSite
 void IntroPart. init ( IIntroSite site, IMemento memento)
          The base implementation of this IIntroPartmethod ignores the memento and initializes the part in a fresh state.
protected  void IntroPart. setSite ( IIntroSite site)
          Sets the part site.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


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