Methods
Modifier and Type |
Method and Description |
private void |
addButtonListeners(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property,
JButton newDOTItemButton,
JButton deleteDOTItemButton,
JButton showConflictsButton) |
private void |
addChangeListeners() |
private void |
addListSelectionListener(JTable table,
JButton deleteDOTItemButton) |
private void |
addToolTips() |
private JPanel |
createDynamicCenterPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
private JPanel |
createStaticCenterPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
private DOTPointDialog.StaticPanel |
createStaticColorPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
private DOTPointDialog.StaticPanel |
createStaticComboBoxPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property,
String labelText,
Object[] items) |
private DOTPointDialog.StaticPanel |
createStaticDiameterPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
private DOTPointDialog.StaticPanel |
createStaticSpinnerPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property,
String labelText,
SpinnerModel spinnerModel) |
private DOTPointDialog.StaticPanel |
createStaticStrokeWidthPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
private DOTPointDialog.StaticPanel |
createStaticTextPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
private DOTPointDialog.StaticPanel |
createStaticTextsizePanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
private DOTPointDialog.StaticPanel |
createStaticTextstylePanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
private DOTPointDialog.StaticPanel |
createStaticTransparencyPanel(DOTPoint.PrimitiveForm primitiveForm,
DOTProperty property) |
JPanel |
getAdditionalCharacteristicsPanel(DisplayObjectType displayObjectType)
Liefert ein Panel zurück, in dem zusätzliche Charakteristika angezeigt werden.
|
JPanel |
getDOTItemDefinitionPanel()
Liefert das zentrale Panel zur Darstellungstypdefinition des Plugins.
|
private SpinnerNumberModel |
getNewDiameterSpinnerModel() |
private SpinnerNumberModel |
getNewStrokeWidthSpinnerModel() |
private SpinnerNumberModel |
getNewTextSizeSpinnerModel() |
private SpinnerNumberModel |
getNewTransparencySpinnerModel() |
void |
saveDisplayObjectType()
Speichert den neuen oder veränderten Darstellungstypen ab.
|