Package PamView.symbol
Class StandardSymbolOptionsPanel
java.lang.Object
PamView.symbol.StandardSymbolOptionsPanel
- All Implemented Interfaces:
 PamDialogPanel,SwingSymbolOptionsPanel
- 
Constructor Summary
ConstructorsConstructorDescriptionStandardSymbolOptionsPanel(StandardSymbolManager standardSymbolManager, StandardSymbolChooser standardSymbolChooser)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidGet the awt component which will be incorporated into a larger display panel / component.Get the main panel which has a box layout.booleanvoidSet the initial parameter values in the panel.booleanshowLineLengthOption(GeneralProjector projector)  
- 
Constructor Details
- 
StandardSymbolOptionsPanel
public StandardSymbolOptionsPanel(StandardSymbolManager standardSymbolManager, StandardSymbolChooser standardSymbolChooser)  
 - 
 - 
Method Details
- 
showLineLengthOption
 - 
genericBoxClick
protected void genericBoxClick() - 
choseSymbol
protected void choseSymbol() - 
getDialogComponent
Description copied from interface:PamDialogPanelGet the awt component which will be incorporated into a larger display panel / component.- Specified by:
 getDialogComponentin interfacePamDialogPanel- Returns:
 - an awt component.
 
 - 
setParams
public void setParams()Description copied from interface:PamDialogPanelSet the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.- Specified by:
 setParamsin interfacePamDialogPanel
 - 
getParams
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
annotationSettings
protected void annotationSettings() - 
getMainPanel
Get the main panel which has a box layout.- Returns:
 
 - 
getStandardSymbolChooser
- Returns:
 - the symbol chooser
 
 
 -