Package com.adbs.querybuilder
Class BeforePropertiesDialogEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.adbs.querybuilder.BeforePropertiesDialogEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class BeforePropertiesDialogEvent extends java.util.EventObject- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description booleanabortControlOwnerowner
 - 
Constructor SummaryConstructors Constructor Description BeforePropertiesDialogEvent(QueryBuilder queryBuilder, ControlOwner owner)
 
- 
- 
- 
Field Detail- 
ownerpublic ControlOwner owner 
 - 
abortpublic boolean abort 
 
- 
 - 
Constructor Detail- 
BeforePropertiesDialogEventpublic BeforePropertiesDialogEvent(QueryBuilder queryBuilder, ControlOwner owner) 
 
- 
 
-