Uses of Interface
com.cosylab.vdct.ConsoleInterface
-
Packages that use ConsoleInterface Package Description com.cosylab.vdct -
-
Uses of ConsoleInterface in com.cosylab.vdct
Classes in com.cosylab.vdct that implement ConsoleInterface Modifier and Type Class Description class
GUIConsole
Insert the type's description here.class
StdoutConsole
This class is consequently extended from JFrame A better solution would be creating abstract Console and two descendants.Fields in com.cosylab.vdct declared as ConsoleInterface Modifier and Type Field Description protected static ConsoleInterface
Console. instance
Methods in com.cosylab.vdct that return ConsoleInterface Modifier and Type Method Description static ConsoleInterface
Console. getInstance()
Insert the method's description here.Methods in com.cosylab.vdct with parameters of type ConsoleInterface Modifier and Type Method Description static void
Console. setInstance(ConsoleInterface instance)
This is a small trick to replace the default console.
-