org.eclipse.jface.action

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.jface.action 
org.eclipse.jface.action
Java Source File NameTypeComment
AbstractGroupMarker.javaClass Abstract superclass for group marker classes.
Action.javaClass The standard abstract implementation of an action.
ActionContributionItem.javaClass A contribution item which delegates to an action.
ContributionItem.javaClass An abstract base implementation for contribution items.
ContributionManager.javaClass Abstract base class for all contribution managers, and standard implementation of IContributionManager.
ControlContribution.javaClass An abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.
CoolBarManager.javaClass A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.
ExternalActionManager.javaClass

A manager for a callback facility which is capable of querying external interfaces for additional information about actions and action contribution items.

GroupMarker.javaClass A group marker is a special kind of contribution item denoting the beginning of a group.
IAction.javaInterface An action represents the non-UI side of a command which can be triggered by the end user.
IContributionItem.javaInterface A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.
IContributionManager.javaInterface A contribution manager organizes contributions to such UI components as menus, toolbars and status lines.

A contribution manager keeps track of a list of contribution items.

IContributionManagerOverrides.javaInterface This interface is used by instances of IContributionItem to determine if the values for certain properties have been overriden by their manager.
ICoolBarManager.javaInterface The ICoolBarManager interface provides protocol for managing contributions to a cool bar.
IMenuCreator.javaInterface Interface for something that creates and disposes of SWT menus.
IMenuListener.javaInterface A menu listener that gets informed when a menu is about to show.
IMenuManager.javaInterface The IMenuManager interface provides protocol for managing contributions to a menu bar and its sub menus.
IStatusLineManager.javaInterface The IStatusLineManager interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.
IToolBarManager.javaInterface The IToolBarManager interface provides protocol for managing contributions to a tool bar.
MenuManager.javaClass A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.
Separator.javaClass A separator is a special kind of contribution item which acts as a visual separator and, optionally, acts as a group marker.
StatusLine.javaClass A StatusLine control is a SWT Composite with a horizontal layout which hosts a number of status indication controls.
StatusLineLayoutData.javaClass Represents the layout data object for Control within the status line. To set a StatusLineLayoutData object into a Control, use the setLayoutData() method.
StatusLineManager.javaClass A status line manager is a contribution manager which realizes itself and its items in a status line control.
SubContributionItem.javaClass A SubContributionItem is a wrapper for an IContributionItem.
SubContributionManager.javaClass A SubContributionManager is used to define a set of contribution items within a parent manager.
SubCoolBarManager.javaClass A SubCoolBarManager monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.
SubMenuManager.javaClass A SubMenuManager is used to define a set of contribution items within a parent manager.
SubStatusLineManager.javaClass A SubStatusLineManager is used to define a set of contribution items within a parent manager.
SubToolBarManager.javaClass A SubToolBarManager monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.
ToolBarContributionItem.javaClass The ToolBarContributionItem class provides a wrapper for tool bar managers when used in cool bar managers.
ToolBarManager.javaClass A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.
w__w_w.___j_a__v_a_2__s___.___c_om | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.