Class DOTNeedlePanel

java.lang.Object
de.kappich.pat.gnd.needlePlugin.DOTNeedlePanel
All Implemented Interfaces:
DOTDefinitionPanel

public class DOTNeedlePanel
extends java.lang.Object
implements DOTDefinitionPanel
Dialog für die Einstellungen zu Notiz-Nadel-DOT. Leer da er nicht augerufen werden kann.
  • Constructor Summary

    Constructors
    Constructor Description
    DOTNeedlePanel()  
  • Method Summary

    Modifier and Type Method Description
    javax.swing.JPanel getAdditionalCharacteristicsPanel​(DisplayObjectType displayObjectType)
    Liefert ein Panel zurück, in dem zusätzliche Charakteristika angezeigt werden.
    javax.swing.JPanel getDOTItemDefinitionPanel()
    Liefert das zentrale Panel zur Darstellungstypdefinition des Plugins.
    boolean saveDisplayObjectType()
    Speichert den neuen oder veränderten Darstellungstypen ab.

    Methods inherited from class java.lang.Object

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

    • DOTNeedlePanel

      public DOTNeedlePanel()
  • Method Details

    • getAdditionalCharacteristicsPanel

      @Nullable public javax.swing.JPanel getAdditionalCharacteristicsPanel​(DisplayObjectType displayObjectType)
      Description copied from interface: DOTDefinitionPanel
      Liefert ein Panel zurück, in dem zusätzliche Charakteristika angezeigt werden. Wird aktuell nur von DOTPoint zur Anzeige der Grundfigur-Definitionen benutzt.
      Specified by:
      getAdditionalCharacteristicsPanel in interface DOTDefinitionPanel
      Parameters:
      displayObjectType - ein Darstellungstyp
      Returns:
      das Panel oder null
    • getDOTItemDefinitionPanel

      @Nullable public javax.swing.JPanel getDOTItemDefinitionPanel()
      Description copied from interface: DOTDefinitionPanel
      Liefert das zentrale Panel zur Darstellungstypdefinition des Plugins.
      Specified by:
      getDOTItemDefinitionPanel in interface DOTDefinitionPanel
    • saveDisplayObjectType

      public boolean saveDisplayObjectType()
      Description copied from interface: DOTDefinitionPanel
      Speichert den neuen oder veränderten Darstellungstypen ab. Gibt true zurück, wenn dies erfolgreich war, sonst false.
      Specified by:
      saveDisplayObjectType in interface DOTDefinitionPanel