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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUnitInfo(PamControlledUnit pamControlledUnit) protected GuiFrameSettingsclone()Get a set of data that describes all of the parameters in a classintgetUnitFrameNumber(PamControlledUnit pamControlledUnit)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
GuiFrameSettings
public GuiFrameSettings()
-
-
Method Details
-
addUnitInfo
-
getUnitFrameNumber
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-