Package PamView
Class GuiFrameSettings
java.lang.Object
PamView.GuiFrameSettings
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Information about GUI frames. Is created once when settings are saved and used once
when settings are loaded.
- Author:
- dg50
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addUnitInfo
(PamControlledUnit pamControlledUnit) Get a set of data that describes all of the parameters in a classint
getUnitFrameNumber
(PamControlledUnit pamControlledUnit)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
GuiFrameSettings
public GuiFrameSettings()
-
-
Method Details
-
addUnitInfo
-
getUnitFrameNumber
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-