|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ModelEvent | |
| org.fopps.model | |
| org.fopps.ui | |
| org.fopps.ui.config | |
| org.fopps.ui.feature | |
| org.fopps.ui.project | |
| Uses of ModelEvent in org.fopps.model |
| Subclasses of ModelEvent in org.fopps.model | |
class |
CompilationEvent
CompilationEvent represents an event during product compilation |
class |
ConfigurationEvent
ConfigurationEvent indicates a change in the configuration |
class |
FeatureEvent
FeatureEvent indicates an event in a feature |
| Fields in org.fopps.model declared as ModelEvent | |
static ModelEvent |
AbstractItem.CHANGE_EVENT
Emitted, if a change occurred |
static ModelEvent |
AbstractItem.ADDED_EVENT
Emitted, if an item was added |
static ModelEvent |
AbstractItem.REMOVED_EVENT
Emitted, if an item was removed |
| Methods in org.fopps.model with parameters of type ModelEvent | |
void |
TreeItem.notifyListeners(ModelEvent pEvent)
Notify all listeners of the item |
void |
ProjectItem.modelChanged(ModelEvent ev)
|
void |
ProjectContainer.notifyListeners(ModelEvent ev)
Notify all listeners |
void |
ProjectContainer.modelChanged(ModelEvent ev)
Handler for change events of projects |
void |
Product.modelChanged(ModelEvent ev)
Called, if configuration changed |
void |
ModelListener.modelChanged(ModelEvent ev)
Invoked on model changes. |
void |
AbstractItem.notifyListeners(ModelEvent pEvent)
Notify all listeners of the item |
| Uses of ModelEvent in org.fopps.ui |
| Methods in org.fopps.ui with parameters of type ModelEvent | |
void |
ProductDialog.modelChanged(ModelEvent ev)
Invoked on model changes. |
void |
MainFrame.modelChanged(ModelEvent ev)
|
| Uses of ModelEvent in org.fopps.ui.config |
| Methods in org.fopps.ui.config with parameters of type ModelEvent | |
void |
ConfigurationTableModel.modelChanged(ModelEvent ev)
|
void |
ConfigurationTableListController.modelChanged(ModelEvent ev)
Invoked on model changes. |
| Uses of ModelEvent in org.fopps.ui.feature |
| Methods in org.fopps.ui.feature with parameters of type ModelEvent | |
void |
FeatureTreeModel.modelChanged(ModelEvent ev)
|
void |
FeatureConstraintTableModel.modelChanged(ModelEvent pEvent)
|
void |
FeatureConstraintController.modelChanged(ModelEvent ev)
|
void |
AttachmentTableModel.modelChanged(ModelEvent ev)
Invoked on model changes. |
| Uses of ModelEvent in org.fopps.ui.project |
| Methods in org.fopps.ui.project with parameters of type ModelEvent | |
void |
ProjectTableModel.modelChanged(ModelEvent ev)
|
void |
ProjectPanel.modelChanged(ModelEvent ev)
|
void |
ProjectListModel.modelChanged(ModelEvent ev)
|
void |
ProductAssetTableModel.modelChanged(ModelEvent ev)
Invoked on model changes. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||