this.currentFormat = format; this.supportedFormats = supported; this.enabled = enabled; this.formattable = formattable; this.enableable = enableable;
// TODO
// TODO return null;
return currentFormat;
return "Format";
return supportedFormats;
return enabled;
if (enableable) this.enabled = newEnable;
if (formattable) { currentFormat = newFormat; } return currentFormat;