public class Widget extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Widget |
fromString(String s) |
int |
getLength() |
String |
getName() |
int |
hashCode() |
void |
setLength(int length) |
void |
setName(String name) |
String |
toString() |
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.