Uses of Interface
org.eclipse.jet.taglib.workspace.IWorkspaceAction

Packages that use IWorkspaceAction
org.eclipse.jet.taglib.workspace Defines JET workspace actions that custom tags may perform as part of a JET transformation. 
 

Uses of IWorkspaceAction in org.eclipse.jet.taglib.workspace
 

Subinterfaces of IWorkspaceAction in org.eclipse.jet.taglib.workspace
 interface IWorkspaceAction2
          Enhanced workspace action protocol based on IWorkspaceAction that provides feedback on whether an action IO action was performed.
 

Classes in org.eclipse.jet.taglib.workspace that implement IWorkspaceAction
 class AbstractWorkspaceAction
          Abstract implementation of IWorkspaceAction that manages the standard execution tracing information.
 class AbstractWorkspaceAction2
          Abstract implementation of IWorkspaceAction that manages the standard execution tracing information.
 

Methods in org.eclipse.jet.taglib.workspace with parameters of type IWorkspaceAction
 void WorkspaceContextExtender.addAction(IWorkspaceAction action)
          Add a new action to be executed when the JET2 transform commits.
 void WorkspaceContextExtender.addFinalAction(IWorkspaceAction action)
          Add a new action to be executed after all actions added view WorkspaceContextExtender.addAction(IWorkspaceAction) are executed when the JET2 transform commits.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.