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:
parent
7f123847a5
commit
afcbc59d64
1 changed files with 0 additions and 19 deletions
|
@ -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();
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue