public class DefaultDOTDefinitionPanel extends java.lang.Object implements DOTDefinitionPanel
Constructor and Description |
---|
DefaultDOTDefinitionPanel(DisplayObjectTypePlugin plugin,
DOTDefinitionDialog dotDefinitionDialog)
Konstruiert den Dialog.
|
Modifier and Type | Method and 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.
|
java.lang.String |
toString() |
public DefaultDOTDefinitionPanel(DisplayObjectTypePlugin plugin, DOTDefinitionDialog dotDefinitionDialog)
plugin
- das zugehörige PlugindotDefinitionDialog
- der umgebende Rahmen@Nullable public javax.swing.JPanel getDOTItemDefinitionPanel()
DOTDefinitionPanel
getDOTItemDefinitionPanel
in interface DOTDefinitionPanel
public boolean saveDisplayObjectType()
DOTDefinitionPanel
true
zurück, wenn dies erfolgreich war, sonst false
.saveDisplayObjectType
in interface DOTDefinitionPanel
@Nullable public javax.swing.JPanel getAdditionalCharacteristicsPanel(DisplayObjectType displayObjectType)
DOTDefinitionPanel
getAdditionalCharacteristicsPanel
in interface DOTDefinitionPanel
displayObjectType
- ein Darstellungstypnull
public java.lang.String toString()
toString
in class java.lang.Object