| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRemotePerspectiveTools

Collection of useful methods to create custom Eclipse perspectives
| Method Summary | |
|---|---|
 IRemotePerspectiveDescriptor | 
createPerspective(java.lang.String perspectiveId,
                  java.lang.String label,
                  IRemotePerspectiveFactory factory)
Method to create a new perspective based on pre-recorded steps  | 
 IRemotePerspectiveFactory | 
createPerspectiveFactory()
Returns a IRemotePerspectiveFactory that can be used to record the
 creation of a custom perspective. | 
| Method Detail | 
|---|
IRemotePerspectiveFactory createPerspectiveFactory()
                                                   throws RemoteEclipseAPIException
IRemotePerspectiveFactory that can be used to record the
 creation of a custom perspective. The IRemotePerspectiveFactory then
 needs to be passed to the createPerspective(String, String, IRemotePerspectiveFactory)
 method
RemoteEclipseAPIException
IRemotePerspectiveDescriptor createPerspective(java.lang.String perspectiveId,
                                               java.lang.String label,
                                               IRemotePerspectiveFactory factory)
                                               throws RemoteEclipseAPIException
perspectiveId - id of the perspectivelabel - perspective labelfactory - factory with recorded steps to generate the perspective's views
RemoteEclipseAPIException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||