From afcbc59d64afac66593132043430a252f24fbfdf Mon Sep 17 00:00:00 2001 From: Kushal Munir < kmunir@ca.ibm.com> Date: Wed, 30 May 2007 12:43:40 +0000 Subject: [PATCH] [189506] [api][breaking] Remove showActionBar(), showButtonBar() and showActions() in ISystemViewInputProvider. --- .../rse/ui/view/ISystemViewInputProvider.java | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewInputProvider.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewInputProvider.java index 9ddbd62b410..3e4bd43e51d 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewInputProvider.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewInputProvider.java @@ -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(); - } \ No newline at end of file