VdexReload 1.1.3 API

uk.ac.reload.dweezil
Interface DweezilConstants

All Known Implementing Classes:
DragTreeObject, DweezilXMLException, DweezilZipException, ErrorDialogBox, MenuAction_InternalWindow, NodeViewer, NodeViewer, RandomGUID, ReloadDragTree, ReloadInternalFrameManager, ReloadStatusWindow, ReloadTree, ReloadUIManager, ReloadUndoMenuManager, ReloadUtils, ResourceImporter, ResourceRemover, ZipUtils

public interface DweezilConstants

Some useful Constants


Field Summary
static java.lang.String CR
          Carriage Return
static boolean DEBUG
          Set this to false for a Release Build, keep true for debugging
 

Field Detail

DEBUG

public static final boolean DEBUG
Set this to false for a Release Build, keep true for debugging

See Also:
Constant Field Values

CR

public static final java.lang.String CR
Carriage Return


VdexReload 1.1.3 API