Class InstantiatorConfigPage.TreeSelectionListener

  • All Implemented Interfaces:
    org.eclipse.jface.viewers.ISelectionChangedListener
    Enclosing class:
    InstantiatorConfigPage

    private class InstantiatorConfigPage.TreeSelectionListener
    extends java.lang.Object
    implements org.eclipse.jface.viewers.ISelectionChangedListener
    Reacts on general tree selections and enables / disables buttons.
    Author:
    Holger Eichelberger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void selectionChanged​(org.eclipse.jface.viewers.SelectionChangedEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TreeSelectionListener

        private TreeSelectionListener()
    • Method Detail

      • selectionChanged

        public void selectionChanged​(org.eclipse.jface.viewers.SelectionChangedEvent event)
        Specified by:
        selectionChanged in interface org.eclipse.jface.viewers.ISelectionChangedListener