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 Summary
Fields Modifier and Type Field Description booleanabortControlOwnerowner 
- 
Constructor Summary
Constructors Constructor Description BeforePropertiesDialogEvent(QueryBuilder queryBuilder, ControlOwner owner) 
 - 
 
- 
- 
Field Detail
- 
owner
public ControlOwner owner
 
- 
abort
public boolean abort
 
 - 
 
- 
Constructor Detail
- 
BeforePropertiesDialogEvent
public BeforePropertiesDialogEvent(QueryBuilder queryBuilder, ControlOwner owner)
 
 - 
 
 -