Class PlugInRegistry


  • public class PlugInRegistry
    extends java.lang.Object
    Datenbank für GTM-Plugins
    • Constructor Summary

      Constructors 
      Constructor Description
      PlugInRegistry​(de.bsvrz.dav.daf.main.ClientDavInterface connection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Box createBox​(de.bsvrz.dav.daf.main.Data data, boolean editable)  
      javax.swing.Box createBox​(de.bsvrz.dav.daf.main.Data data, boolean editable, java.util.List<javax.swing.JButton> contextPanel)  
      java.util.Collection<DataEditorPlugIn> getPlugIns​(de.bsvrz.dav.daf.main.Data data)  
      • Methods inherited from class java.lang.Object

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

      • PlugInRegistry

        public PlugInRegistry​(de.bsvrz.dav.daf.main.ClientDavInterface connection)
    • Method Detail

      • getPlugIns

        public java.util.Collection<DataEditorPlugIn> getPlugIns​(de.bsvrz.dav.daf.main.Data data)
      • createBox

        public javax.swing.Box createBox​(de.bsvrz.dav.daf.main.Data data,
                                         boolean editable)
      • createBox

        public javax.swing.Box createBox​(de.bsvrz.dav.daf.main.Data data,
                                         boolean editable,
                                         java.util.List<javax.swing.JButton> contextPanel)