Package ucar.unidata.ui.symbol
Class PropertiesDialog
java.lang.Object
ucar.unidata.ui.symbol.PropertiesDialog
- All Implemented Interfaces:
ActionListener
,EventListener
Manages the properties dialog for MetSymbol-s
- Version:
- $Revision: 1.43 $
- Author:
- IDV Development Team
-
Constructor Summary
ConstructorsConstructorDescriptionPropertiesDialog
(List<MetSymbol> selected, StationModelCanvas canvas) PropertiesDialog
(MetSymbol symbol, StationModelCanvas canvas) Create a new PropertiesDialog -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handle the actionvoid
close()
Close the dialogprotected void
doApply()
Apply the propertiesprotected void
protected void
doApplyColorSettings
(MetSymbol symbol) void
Make the guiboolean
void
show()
Show the dialog
-
Constructor Details
-
PropertiesDialog
Create a new PropertiesDialog- Parameters:
symbol
- The symbolcanvas
- The canvas
-
PropertiesDialog
-
-
Method Details
-
doMultiple
public boolean doMultiple() -
close
public void close()Close the dialog -
show
public void show()Show the dialog -
actionPerformed
Handle the action- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
ae
- The action
-
doApply
Apply the properties- Throws:
Exception
- when bad things happen
-
doApplyColorSettings
- Throws:
Exception
-
doApply
- Throws:
Exception
-
doMakeContents
public void doMakeContents()Make the gui
-