1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[189506] [api][breaking] Remove showActionBar(), showButtonBar() and showActions() in ISystemViewInputProvider.

This commit is contained in:
Kushal Munir 2007-05-30 12:43:40 +00:00
parent 7f123847a5
commit afcbc59d64

View file

@ -92,23 +92,4 @@ public interface ISystemViewInputProvider extends IAdaptable {
*/
// TODO should possibly be deprecated or removed
public Viewer getViewer();
/**
* @return true to show the action bar (ie, toolbar) above the viewer.
* The action bar contains connection actions, predominantly.
*/
public boolean showActionBar();
/**
* @return true to show the button bar above the viewer.
* The tool bar contains "Get List" and "Refresh" buttons and is typicall
* shown in dialogs that list only remote system objects.
*/
public boolean showButtonBar();
/**
* @return true to show right-click popup actions on objects in the tree.
*/
public boolean showActions();
}