|
kiyut.citra 3.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkiyut.citra.registration.RegistrationManager
public final class RegistrationManager
Registration Manager
| Method Summary | |
|---|---|
void |
checked()
|
int |
elapsedChecked()
|
int |
elapsedDay()
|
static RegistrationManager |
getInstance()
Returns the single instance, creating one if it's the first time this method is called. |
boolean |
isRegistered()
|
BufferedImage |
paintUnregisteredImage(BufferedImage image)
|
boolean |
register(String name,
String serialNo)
Return true if registration success, otherwise false |
void |
showBetaNotice(Frame frame)
|
void |
showReminder(Frame frame)
|
void |
unRegister()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RegistrationManager getInstance()
public boolean isRegistered()
public boolean register(String name,
String serialNo)
public void unRegister()
public void showReminder(Frame frame)
public void showBetaNotice(Frame frame)
public BufferedImage paintUnregisteredImage(BufferedImage image)
public int elapsedDay()
public int elapsedChecked()
public void checked()
|
kiyut.citra 3.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||