the component
Called when the user wants to reset the component to a blank state.
the component
Called when the component is being read from a file after all regular content has been loaded.
the component
Called when the component is being written to a file after all regular content has been saved.
the component
a stream that can be used to write custom data to the file
Called to paint content on the component's back face(s).
a graphics context to use for drawing
the component
the sheet representing the face in question
Called to paint content on the component's front face(s).
a graphics context to use for drawing
the component
the sheet representing the face in question
Called when the DIY component is first created. This is used to set up the component's basic features (face style, base key, etc.). This method and onRead are the only places where these values can be changed without throwing an exception.