Uses of Class
com.tensegrity.gui.document.event.DocumentEventVetoException

Packages that use DocumentEventVetoException
com.tensegrity.application This package contains the main interfaces and meta classes for the skeleton framework.  
com.tensegrity.gui.document.event This package contains all implementation and interface related to all sorts of Document related events such as DocumentEvent, -Multiplexer, -Listener and -VetoExceptions. 
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swing.control.tree This package contains the implementation for an Object Tree for VisualGraph objects. 
com.tensegrity.gui.swt.control   
 

Uses of DocumentEventVetoException in com.tensegrity.application
 

Methods in com.tensegrity.application that throw DocumentEventVetoException
 void ApplicationFrame.documentPreAdd(DocumentEvent documentevent)
           
 void ApplicationFrame.documentPreRemove(DocumentEvent documentevent)
           
 

Uses of DocumentEventVetoException in com.tensegrity.gui.document.event
 

Methods in com.tensegrity.gui.document.event that throw DocumentEventVetoException
 void DocumentEventMultiplexer.documentPreAdd(DocumentEvent documentevent)
           
 void DocumentEventMultiplexer.documentPreRemove(DocumentEvent documentevent)
           
 void DocumentListener.documentPreAdd(DocumentEvent documentevent)
          Invoked when a document is about to be added to a mdicomponent.
 void DocumentListener.documentPreRemove(DocumentEvent documentevent)
          Invoked when a document is about to be removed from a mdicomponent.
 void DocumentAdapter.documentPreAdd(DocumentEvent documentevent)
           
 void DocumentAdapter.documentPreRemove(DocumentEvent documentevent)
           
 

Uses of DocumentEventVetoException in com.tensegrity.gui.swing.control
 

Methods in com.tensegrity.gui.swing.control that throw DocumentEventVetoException
 void SwingToolBar.documentPreAdd(DocumentEvent documentevent)
           
 void SwingToolBar.documentPreRemove(DocumentEvent documentevent)
           
 

Uses of DocumentEventVetoException in com.tensegrity.gui.swing.control.tree
 

Methods in com.tensegrity.gui.swing.control.tree that throw DocumentEventVetoException
 void TreeOutliner.documentPreAdd(DocumentEvent documentEvent)
          Do nothing.
 void TreeOutliner.documentPreRemove(DocumentEvent documentEvent)
          Do nothing.
 

Uses of DocumentEventVetoException in com.tensegrity.gui.swt.control
 

Methods in com.tensegrity.gui.swt.control that throw DocumentEventVetoException
 void SwtToolBar.documentPreAdd(DocumentEvent documentevent)
           
 void SwtToolBar.documentPreRemove(DocumentEvent documentevent)
           
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.