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