Class TaggingView

    • Field Detail

      • sc

        private org.eclipse.swt.custom.ScrolledComposite sc
      • taggables

        private java.util.List<Taggable> taggables
      • parent

        private org.eclipse.swt.widgets.Composite parent
      • buttonExplain

        private org.eclipse.swt.widgets.Button buttonExplain
      • mainComposite

        private org.eclipse.swt.widgets.Composite mainComposite
    • Constructor Detail

      • TaggingView

        public TaggingView()
    • Method Detail

      • focusGained

        private void focusGained()
      • focusLost

        private void focusLost()
      • delete

        private void delete()
      • refresh

        private void refresh()
      • dataSourceChanged

        private void dataSourceChanged​(java.lang.Object ds)
      • rebuildComposite

        private void rebuildComposite()
      • getFullTitle

        private java.lang.String getFullTitle()
      • swt_updateFields

        private void swt_updateFields()
      • getTags

        private java.util.List<Tag> getTags()
      • tagAdded

        public void tagAdded​(Tag tag)
      • tagChanged

        public void tagChanged​(Tag changedTag)
      • tagRemoved

        public void tagRemoved​(Tag tag)
      • explain

        private void explain()
      • askForNewTag

        private void askForNewTag()