Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.ui.IWindowTrim

Packages that use IWindowTrim
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
 

Uses of IWindowTrim in org.eclipse.ui
 

Methods in org.eclipse.ui that return IWindowTrim
 IWindowTrim ITrimManager.getTrim(String id)
          Return the window trim for a given id.
 

Methods in org.eclipse.ui with parameters of type IWindowTrim
 void ITrimManager.addTrim(int areaId, IWindowTrim trim)
          Adds the given control to the layout's trim.
 void ITrimManager.addTrim(int areaId, IWindowTrim trim, IWindowTrim beforeMe)
          Adds the given control to the layout's trim.
 void ITrimManager.removeTrim(IWindowTrim toRemove)
          Removes the given window trim.
 void ITrimManager.setTrimVisible(IWindowTrim trim, boolean visible)
          Update the visibility of the trim controls.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.