|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.Console
public class Console
This is a factory design model.
Field Summary | |
---|---|
protected static ConsoleInterface |
instance
|
Constructor Summary | |
---|---|
Console()
|
Method Summary | |
---|---|
static ConsoleInterface |
getInstance()
Insert the method's description here. |
static void |
setInstance(ConsoleInterface instance)
This is a small trick to replace the default console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static ConsoleInterface instance
Constructor Detail |
---|
public Console()
Method Detail |
---|
public static ConsoleInterface getInstance()
public static void setInstance(ConsoleInterface instance)
instance
- instance that is used throughout the aplication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |