public class DOTPointPanel extends java.lang.Object implements DOTDefinitionPanel
DOTPointPanel implementiert das Interface DOTDefinitionPanel für das Punkt-Plugin. Hierzu interagiert es intensiv und software-technisch unsauber mit dem umschließenden DOTDefinitionPanel.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BOLD_FONT_STYLE
Der kursive Fontstil
BOLD . |
static java.lang.String |
ITALIC_FONT_STYLE
Der kursive Fontstil
ITALIC . |
static java.lang.String |
PLAIN_FONT_STYLE
Der Standard-Fontstil
PLAIN . |
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 static final java.lang.String PLAIN_FONT_STYLE
PLAIN
.public static final java.lang.String ITALIC_FONT_STYLE
ITALIC
.public static final java.lang.String BOLD_FONT_STYLE
BOLD
.public javax.swing.JPanel getAdditionalCharacteristicsPanel(DisplayObjectType displayObjectType)
DOTDefinitionPanel
getAdditionalCharacteristicsPanel
in interface DOTDefinitionPanel
displayObjectType
- ein Darstellungstypnull
@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
public java.lang.String toString()
toString
in class java.lang.Object