|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.module.YModule y.module.LayoutModule y.module.RandomLayoutModule
public class RandomLayoutModule
This module represents an interactive configurator and launcher for
RandomLayouter
.
Field Summary |
---|
Fields inherited from class y.module.YModule |
---|
FAILED, moduleListenerSupport, PRECONDITION_VIOLATED, SUCCESS |
Constructor Summary | |
---|---|
RandomLayoutModule()
|
Method Summary | |
---|---|
void |
dispose()
Disposition code performed after the execution of YModule.mainrun()
was finished. |
void |
init()
Initialization code performed before calling YModule.mainrun() . |
void |
mainrun()
Main execution code to be implemented by any subclassing module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomLayoutModule()
Method Detail |
---|
public void init()
YModule
YModule.mainrun()
.
init
in class YModule
public void dispose()
YModule
YModule.mainrun()
was finished.
dispose
in class YModule
public void mainrun()
YModule
mainrun
in class YModule
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |