Uses of Enum Class
eu.bandm.tools.dtm.ToolOptions.visibility
Packages that use ToolOptions.visibility
Package
Description
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
-
Uses of ToolOptions.visibility in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm declared as ToolOptions.visibilityModifier and TypeFieldDescriptionprotected ToolOptions.visibilityHtmlRenderer.mode_alphaindexprotected ToolOptions.visibilityHtmlRenderer.mode_analysesprotected ToolOptions.visibilityHtmlRenderer.mode_attlistprotected ToolOptions.visibilityHtmlRenderer.mode_commentprotected ToolOptions.visibilityHtmlRenderer.mode_elementprotected ToolOptions.visibilityHtmlRenderer.mode_elementGraphprotected ToolOptions.visibilityHtmlRenderer.mode_entityGraphprotected ToolOptions.visibilityHtmlRenderer.mode_geprotected ToolOptions.visibilityHtmlRenderer.mode_insertprotected ToolOptions.visibilityHtmlRenderer.mode_peprotected ToolOptions.visibilityHtmlRenderer.mode_piprotected ToolOptions.visibilityToolOptions.value_alphabeticDir_0protected ToolOptions.visibilityToolOptions.value_analyses_0protected ToolOptions.visibilityToolOptions.value_attlists_0protected ToolOptions.visibilityToolOptions.value_comments_0protected ToolOptions.visibilityToolOptions.value_elementGraph_0protected ToolOptions.visibilityToolOptions.value_elements_0protected ToolOptions.visibilityToolOptions.value_entityGraph_0protected ToolOptions.visibilityToolOptions.value_GEs_0protected ToolOptions.visibilityToolOptions.value_inserts_0protected ToolOptions.visibilityToolOptions.value_PEs_0protected ToolOptions.visibilityToolOptions.value_PIs_0Methods in eu.bandm.tools.dtm that return ToolOptions.visibilityModifier and TypeMethodDescriptionprotected ToolOptions.visibilityHtmlRenderer.firstPart(ToolOptions.visibility m) ToolOptions.get_alphabeticDir_0()Getter method for the only argument of optionalphabeticDir.ToolOptions.get_analyses_0()Getter method for the only argument of optionanalyses.ToolOptions.get_attlists_0()Getter method for the only argument of optionattlists.ToolOptions.get_comments_0()Getter method for the only argument of optioncomments.ToolOptions.get_elementGraph_0()Getter method for the only argument of optionelementGraph.ToolOptions.get_elements_0()Getter method for the only argument of optionelements.ToolOptions.get_entityGraph_0()Getter method for the only argument of optionentityGraph.ToolOptions.get_GEs_0()Getter method for the only argument of optionGEs.ToolOptions.get_inserts_0()Getter method for the only argument of optioninserts.ToolOptions.get_PEs_0()Getter method for the only argument of optionPEs.ToolOptions.get_PIs_0()Getter method for the only argument of optionPIs.protected ToolOptions.visibilityHtmlRenderer.intern(ToolOptions options, ToolOptions.visibility optionMode) Option still does not use enumerations.protected ToolOptions.visibilityHtmlRenderer.readMode(boolean present, boolean isFileInsert, boolean isAdditional, String name, ToolOptions.visibility code, ToolOptions options) Processes on/off/onOff/offOn-switches.static ToolOptions.visibilityReturns the enum constant of this class with the specified name.static ToolOptions.visibility[]ToolOptions.visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.dtm with parameters of type ToolOptions.visibilityModifier and TypeMethodDescriptionprotected voidHtmlRenderer._close(String switchOnText, ToolOptions.visibility visible, String switch_on_class) Take the currently top-level (currently growing) list "Ln" of span elements.protected voidHtmlRenderer.checkMassSwitch(ToolOptions.visibility visible, boolean present, String text, String cssClass, List<Element_span.Content> ons, List<Element_span.Content> offs) protected voidHtmlRenderer.close_region_and_prepend_switch(String switchtext, ToolOptions.visibility visible) Special values for text and css class, but operation as inHtmlRenderer._close(String, ToolOptions.visibility,String)}.protected voidHtmlRenderer.close_region_and_prepend_switch_external_entity_content(String switchtext, ToolOptions.visibility visible) Special values for text and css class, but operation as inHtmlRenderer._close(String, ToolOptions.visibility,String)}.protected ToolOptions.visibilityHtmlRenderer.firstPart(ToolOptions.visibility m) protected voidHtmlRenderer.insert_switchOff(String text, String cssClass, ToolOptions.visibility currentmode) Do the same asHtmlRenderer.reduce_switchOff(String, ToolOptions.visibility), but not with accumulated source text, but with synthetic, explicit text (probably in a Dtd "comment" syntax !-)
Is required for insertion of external parameter entities and additional print-outs like graphics and analyses!protected ToolOptions.visibilityHtmlRenderer.intern(ToolOptions options, ToolOptions.visibility optionMode) Option still does not use enumerations.protected booleanHtmlRenderer.isDynamic(ToolOptions.visibility m) protected voidHtmlRenderer.makeSvg(File outputfile, String title, Multimap<String, String> relation, String altText, String switchText, String mapIdentifier, ToolOptions.visibility visibility) DOCMEprotected ToolOptions.visibilityHtmlRenderer.readMode(boolean present, boolean isFileInsert, boolean isAdditional, String name, ToolOptions.visibility code, ToolOptions options) Processes on/off/onOff/offOn-switches.protected voidHtmlRenderer.reduce_switchOff(String cssClass, ToolOptions.visibility currentmode) Do the same asHtmlRenderer.reduce_span(String), but additionally set the onclick-action, iff ToolOptions.visibility is dynamic.