public abstract class BaseStaticJavaWidget extends BaseStaticWidget implements StaticJavaWidget
| Modifier | Constructor and Description |
|---|---|
protected |
BaseStaticJavaWidget(String textContent) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getImports() |
protected String |
getTextContent() |
void |
putImport(String packageName) |
void |
write(Writer writer) |
getChildren, getClientProperty, getParent, putClientProperty, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getClientProperty, putClientPropertyprotected BaseStaticJavaWidget(String textContent)
public Set<String> getImports()
getImports in interface StaticJavaWidgetpublic void putImport(String packageName)
public void write(Writer writer) throws IOException
write in interface StaticWidgetwrite in class BaseStaticWidgetIOExceptionprotected String getTextContent()
Copyright © 2015. All Rights Reserved.