Class PlugInRegistry

java.lang.Object
de.bsvrz.pat.sysbed.dataEditor.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

    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 Details

    • PlugInRegistry

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

    • 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)