com.actelion.research.gui.generic.GenericTextField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openchemlib Show documentation
Show all versions of openchemlib Show documentation
Open Source Chemistry Library
package com.actelion.research.gui.generic;
public interface GenericTextField extends GenericComponent {
String getText();
void setText(String text);
}