mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-30 08:23:37 -04:00
added some documentation
This commit is contained in:
parent
03c447b3ee
commit
5acda36d4f
@ -13,6 +13,13 @@ import java.awt.event.ActionEvent;
|
||||
import java.util.ArrayList;
|
||||
|
||||
/**
|
||||
* Dialog used to edit Attributes.
|
||||
* The Dialog is configured by a list of {@link Key} instances, which are defined in the
|
||||
* {@link de.neemann.digital.core.element.Keys} class. The values are stored in an instance of
|
||||
* {@link ElementAttributes} which is a mostly a observable hash map.
|
||||
* This class is used to create the dialogs used to edit the element attributes but also to edit the
|
||||
* system settings, the model settings and the models attributes,
|
||||
*
|
||||
* @author hneemann
|
||||
*/
|
||||
public class AttributeDialog extends JDialog {
|
||||
|
Loading…
x
Reference in New Issue
Block a user