⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EDIT
All Projects
EDIT
Overview
Activity
Roadmap
Issues
Gantt
Wiki
Repository
«
Previous
|
Next
»
Revision 2832a925
Added by Patrick Plitzner
almost 9 years
ago
ID
2832a9253b9d7ff24a67823037cc7d0e052799d2
Parent
a062eb51
Child
ba337159
implemented asynchronous selection changed event for subclasses of AbstractCdmEditorViewPart
all sub classes must implement internal_selectionChanged() method where the usual selection handling is done
the super class invokes internal_selectionChanged() asynchronously
this should fix the arbitrary warning of recursive part activation
it also prevents double activation which occurred in the DetailsView from time to time
fix for #2754
Changes
View differences
added
modified
copied
renamed
deleted
eu.etaxonomy.taxeditor.editor
src
main
java
eu
etaxonomy
taxeditor
editor
view
concept
ConceptViewPart.java
(
diff
)
graph
ConceptGraphView.java
(
diff
)
descriptive
DescriptiveViewPart.java
(
diff
)
media
MediaViewPart.java
(
diff
)
eu.etaxonomy.taxeditor.store
src
main
java
eu
etaxonomy
taxeditor
view
AbstractCdmEditorViewPart.java
(
diff
)
detail
DetailsViewPart.java
(
diff
)
supplementaldata
SupplementalDataViewPart.java
(
diff
)
Loading...
fix for #2754