Class DomainGeneratorPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class DomainGeneratorPanel extends JPanel
See Also:
  • Field Details

    • USER

      public static final PropertyValue<String> USER
      The user on the form username:password or just username in case no password is required. If a user is specified no login dialog is presented.
      • Value type: String
      • Default value: null
    • DEFAULT_USER

      public static final PropertyValue<String> DEFAULT_USER
      The default user credentials to present in the login dialog, on the form username:password or just username.
      • Value type: String
      • Default value: null
    • USER_REQUIRED

      public static final PropertyValue<Boolean> USER_REQUIRED
      Specifies whether a user is required for connecting to the database.
      • Value type: Boolean
      • Default value: true
  • Method Details

    • showFrame

      public void showFrame()
    • main

      public static void main(String[] arguments)
      Runs a DomainGeneratorPanel instance in a frame
      Parameters:
      arguments - no arguments required