From f2feb8e5af5da11038044a30cac8a4f2b1c8219c Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Mon, 24 Jun 2019 20:49:30 -0400 Subject: Update site --- .../bjc/everge/ControlledString.Control.html | 345 +++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 docs/apidocs/bjc/everge/ControlledString.Control.html (limited to 'docs/apidocs/bjc/everge/ControlledString.Control.html') diff --git a/docs/apidocs/bjc/everge/ControlledString.Control.html b/docs/apidocs/bjc/everge/ControlledString.Control.html new file mode 100644 index 0000000..bcc1248 --- /dev/null +++ b/docs/apidocs/bjc/everge/ControlledString.Control.html @@ -0,0 +1,345 @@ + + + + + + +ControlledString.Control (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class ControlledString.Control

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    ControlledString
    +
    +
    +
    +
    public static class ControlledString.Control
    +extends Object
    +
    Represents a single control (a key-values pair)
    +
    +
    Author:
    +
    Ben Culkin
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        name

        +
        public String name
        +
        The name of the control.
        +
      • +
      + + + +
        +
      • +

        args

        +
        public String[] args
        +
        The arguments to the control.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Control

        +
        public Control()
        +
        Create a new blank control.
        +
      • +
      + + + +
        +
      • +

        Control

        +
        public Control(String nam)
        +
        Create a new argless control.
        +
        +
        Parameters:
        +
        nam - The name of the control.
        +
        +
      • +
      + + + +
        +
      • +

        Control

        +
        public Control(String nam,
        +               String... ars)
        +
        Create a new control.
        +
        +
        Parameters:
        +
        nam - The name of the control.
        +
        ars - The arguments of the control.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + -- cgit v1.2.3