MySQL Workbench
 sql >> Baza danych >  >> Database Tools >> MySQL Workbench

Usuń lub wyłącz przycisk zamykania X widoczny w części edytora RAP/RCP

możesz zrobić tak (to, co napisałem, jest mniej więcej takie samo jak :http://wiki.eclipse.org /RCP_Custom_Look_and_Feel ):W klasie ApplicationWorkbenchWindowAdvisor możesz zarejestrować swoją własną PresentationFacory, taką jak:

  public void preWindowOpen() {    
    WorkbenchAdapterBuilder.registerAdapters();    
    IWorkbenchWindowConfigurer configurer = getWindowConfigurer();        
    configurer.setPresentationFactory(new UnCloseableEditorPresentationFactory());    
  } 

klasa UnCloseableEditorPresentationFactory rozszerza WorkbenchPresentationFactory, możesz po prostu nadpisać tę metodę

public StackPresentation creatEditorPresentation(Composite parent,IStackPresentationSite site)

as followings :
  DefaultTabFolder folder = new UnCloseableEditorFolder(parent, 
       editorTabPosition | SWT.BORDER,    
       site.supportsState(IStackPresentationSite.STATE_MINIMIZED),          
       site.supportsState(IStackPresentationSite.STATE_MAXIMIZED));
 // other code int this method is the same as the parent class

 then is the class UnCloseableFolder

 import org.eclipse.swt.SWT;  
 import org.eclipse.swt.widgets.Composite;  
 import org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder;    
 import org.eclipse.ui.internal.presentations.util.AbstractTabItem;  
 public class UnCloseableEditorFolder extends DefaultTabFolder {   
     public UnCloseableEditorFolder(Composite parent, int flags,     
         boolean allowMin, boolean allowMax) {     
         super(parent, flags, allowMin, allowMax);   
     }  

  @SuppressWarnings("restriction")   
  public AbstractTabItem add(int index, int flags)   {     
      return super.add(index, flags ^ SWT.CLOSE);   
  }
 } 

następnie możesz usunąć przycisk „X” w części edytora. Działa na moim komputerze~~



  1. DBeaver
  2.   
  3. phpMyAdmin
  4.   
  5. Navicat
  6.   
  7. SSMS
  8.   
  9. MySQL Workbench
  10.   
  11. SQLyog
  1. Niechciana ocena w zadaniach w Mathematica:dlaczego tak się dzieje i jak debugować podczas ładowania pakietu?

  2. Nie ustawiono poziomu transakcji MySQL REPEATABLE-READ Workbench

  3. Obszar roboczy Eclipse ulega awarii podczas uruchamiania

  4. iAd nie wyświetla reklam w mojej zatwierdzonej grze

  5. Problemy z migracją:MS SQL> MySQL:Wstaw pamięć buforową