public class PropertySheetEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
CATEGORY_COLLAPSED |
static int |
CATEGORY_EXPANDED |
static int |
MODEL_PUBLISHED |
static int |
ROW_CLICKED |
static int |
ROW_DOUBLE_CLICKED |
static int |
VALUE_CHANGED |
Constructor and Description |
---|
PropertySheetEvent(TPropertySheet sheet,
int type)
Creates a PropertySheetEvent instance.
|
PropertySheetEvent(TPropertySheet sheet,
int type,
Category category)
Creates a PropertySheetEvent instance.
|
PropertySheetEvent(TPropertySheet sheet,
int type,
int rowIndex)
Creates a PropertySheetEvent instance.
|
PropertySheetEvent(TPropertySheet sheet,
int type,
java.beans.PropertyChangeEvent event,
int rowIndex)
Creates a PropertySheetEvent instance.
|
Modifier and Type | Method and Description |
---|---|
Category |
getCategory()
Gets the category object.
|
java.awt.event.MouseEvent |
getMouseEvent()
Gets the mouse event.
|
java.beans.PropertyChangeEvent |
getPropertyChangeEvent()
Gets the property change event.
|
int |
getRowIndex()
Gets the row index.
|
int |
getType()
Gets the event type.
|
public static final int VALUE_CHANGED
public static final int MODEL_PUBLISHED
public static final int CATEGORY_EXPANDED
public static final int CATEGORY_COLLAPSED
public static final int ROW_CLICKED
public static final int ROW_DOUBLE_CLICKED
public PropertySheetEvent(TPropertySheet sheet, int type)
sheet
- the property sheet.type
- the event type.public PropertySheetEvent(TPropertySheet sheet, int type, Category category)
sheet
- the property sheet.type
- the event type.category
- the category object.public PropertySheetEvent(TPropertySheet sheet, int type, java.beans.PropertyChangeEvent event, int rowIndex)
sheet
- the property sheet.type
- the event type.evnet
- the event object.rowIndex
- the row index.public PropertySheetEvent(TPropertySheet sheet, int type, int rowIndex)
sheet
- the property sheet.type
- the event type.rowIndex
- the row index.public int getType()
public int getRowIndex()
public Category getCategory()
public java.awt.event.MouseEvent getMouseEvent()
public java.beans.PropertyChangeEvent getPropertyChangeEvent()
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.