Package org.jrd.frontend.MainFrame
Class RewriteClassDialog.TextFieldBasedStus
- java.lang.Object
-
- org.jrd.frontend.MainFrame.RewriteClassDialog.TextFieldBasedStus
-
- All Implemented Interfaces:
Utils.StatusKeeper
- Enclosing class:
- RewriteClassDialog
private static class RewriteClassDialog.TextFieldBasedStus extends java.lang.Object implements Utils.StatusKeeper
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.JTextField
status
-
Constructor Summary
Constructors Constructor Description TextFieldBasedStus(javax.swing.JTextField status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onException(java.lang.Exception ex)
void
setText(java.lang.String s)
-
-
-
Method Detail
-
setText
public void setText(java.lang.String s)
- Specified by:
setText
in interfaceUtils.StatusKeeper
-
onException
public void onException(java.lang.Exception ex)
- Specified by:
onException
in interfaceUtils.StatusKeeper
-
-