Package | Description |
---|---|
org.fhaes.fhrecorder.model | |
org.fhaes.fhrecorder.view |
Modifier and Type | Field and Description |
---|---|
private FHX2_FileOptionalPart |
FHX2_File.fhx2Opt |
Modifier and Type | Method and Description |
---|---|
FHX2_FileOptionalPart |
FHX2_File.getOptionalPart()
Gets the optional part of the FHX2 file which is the comments and the header for the file
|
Modifier and Type | Field and Description |
---|---|
private FHX2_FileOptionalPart |
MetaDataPanel.optionalData |
Constructor and Description |
---|
CommentPanel(FHX2_FileOptionalPart inData)
Creates a new GUI_CommentPanel and loads the comments from an existing file.
|
MetaDataPanel(FHX2_FileOptionalPart inOptPart)
Creates new form MetaDataPanel
|