Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIManager #67

Open
10 of 45 tasks
egonw opened this issue Oct 17, 2021 · 0 comments
Open
10 of 45 tasks

UIManager #67

egonw opened this issue Oct 17, 2021 · 0 comments

Comments

@egonw
Copy link
Owner

egonw commented Oct 17, 2021

  • public String getManagerName()
  • public void remove( IFile file, IProgressMonitor monitor )
  • public void openFiles( List files )
  • public boolean exists()
  • public ImageDescriptor getImageDescriptor()
  • public String getName()
  • public IPersistableElement getPersistable()
  • public String getToolTipText()
  • public Object getAdapter( Class adapter )
  • public void save( IFile target,
  • public void save( IFile target,
  • public void save( final IFile target,
  • public void append( IFile target,
  • public void append( IFile target,
  • public void append( final IFile target,
  • public boolean fileExists(IFile file)
  • public void open(final Object object)
  • public void open(final Object object,String editor)
  • public void listEditorIDs()
  • public Object getAdapter( Class adapter )
  • public boolean exists()
  • public ImageDescriptor getImageDescriptor()
  • public String getName()
  • public IPersistableElement getPersistable()
  • public String getToolTipText()
  • public void getEditors()
  • public String newProject(String name)
  • public String[] getFiles(String folder)
  • public String[] getSubFolders(String folder)
  • public String buildPath(String[] components)
  • public String buildPath(String root, String component)
  • public String buildPath(String root, String[] components)
  • public IProject getProject(String name)
  • public IFile newFile( String path)
  • public IFile newFile(String path, String content)
  • public void closeActiveEditor()
  • public void closeEditor( final IFile file)
  • public void revealAndSelect(final IFile file)
  • public void revealAndSelect(final IFolder folder)
  • public void refresh(String path,IProgressMonitor monitor)
  • public void assertInstalled(String feature)
  • public List getInstalledFeatures()
  • public String readFile(IFile file)
  • public String[] readFileIntoArray(IFile file)
  • public boolean isContentType(String type, IContentType contentType)
@egonw egonw created this issue from a note in Overview Bioclipse 2 API Coverage (Partly supported) Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Partly supported
Development

No branches or pull requests

1 participant