Class KeyboardList

java.lang.Object
net.sourceforge.plantuml.oregon.KeyboardList
All Implemented Interfaces:
Keyboard

public class KeyboardList extends java.lang.Object implements Keyboard
  • Constructor Summary

    Constructors
    Constructor
    Description
    KeyboardList(java.lang.String... inputs)
     
    KeyboardList(java.util.Collection<java.lang.String> inputs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KeyboardList

      public KeyboardList(java.lang.String... inputs)
    • KeyboardList

      public KeyboardList(java.util.Collection<java.lang.String> inputs)
  • Method Details