Uses of Class
com.togethersoft.openapi.util.VetoException

Packages that use VetoException
com.togethersoft.openapi.ide.project 
com.togethersoft.openapi.ide.window 
com.togethersoft.openapi.util 
com.togethersoft.openapi.vfs.event 

Uses of VetoException in com.togethersoft.openapi.ide.project
 

Methods in com.togethersoft.openapi.ide.project that throw VetoException
voidIdeProject.close(boolean save)
          Closes this project.
voidIdeProject.open()
          Loads this project into IDE.
voidIdeProjectAdapter.projectCloseQuery(IdeProjectEvent e)
          Does nothing.
voidIdeProjectListener.projectCloseQuery(IdeProjectEvent e)
          This method is called when a project is closing but before the actual closing.
 

Uses of VetoException in com.togethersoft.openapi.ide.window
 

Methods in com.togethersoft.openapi.ide.window that throw VetoException
voidIdeExpertAdapter.cancelRequested(IdeExpertEvent event)
          See IdeExpertListener.cancelRequested.
voidIdeExpertAdapter.finishRequested(IdeExpertEvent event)
          See IdeExpertListener.finishRequested.
voidIdeExpertAdapter.helpRequested(IdeExpertEvent event)
          See IdeExpertListener.helpRequested.
voidIdeExpertAdapter.nextRequested(IdeExpertEvent event)
          See IdeExpertListener.nextRequested.
voidIdeExpertAdapter.previousRequested(IdeExpertEvent event)
          See IdeExpertListener.previousRequested.
voidIdeExpertListener.cancelRequested(IdeExpertEvent event)
          Invoked when cancel operation is requested.
voidIdeExpertListener.finishRequested(IdeExpertEvent event)
          Invoked when finishing working with the expert is requested.
voidIdeExpertListener.helpRequested(IdeExpertEvent event)
          Invoked when help is requested.
voidIdeExpertListener.nextRequested(IdeExpertEvent event)
          Invoked when next page is requested.
voidIdeExpertListener.previousRequested(IdeExpertEvent event)
          Invoked when previous is requested.
 

Uses of VetoException in com.togethersoft.openapi.util
 

Methods in com.togethersoft.openapi.util that throw VetoException
voidVetoableDispatch.vetoableDispatch(EventListener listener)
          Sends an vetoable event to specified listener.
 

Uses of VetoException in com.togethersoft.openapi.vfs.event
 

Methods in com.togethersoft.openapi.vfs.event that throw VetoException
voidVirtualFileIntentionListener.filesystemWillChange(VirtualFileEvent e)