MCPcopy Create free account

hub / github.com/MTrop/DoomTools / functions

Functions5,241 in github.com/MTrop/DoomTools

↓ 10 callersMethodshortField
Creates a new text field that stores a short type. A blank value means null. @param initialValue the field's initial value. @param nullable if true, t
src/main/java/net/mtrop/doom/tools/struct/swing/FormFactory.java:707
↓ 10 callersMethodtitlePanel
(String title, Container container)
src/main/java/net/mtrop/doom/tools/gui/apps/DoomMakeNewProjectApp.java:220
↓ 10 callersMethodwritePrettyIndent
()
src/main/java/net/mtrop/doom/tools/struct/HTMLWriter.java:1068
↓ 10 callersMethodwritePrettyNewline
()
src/main/java/net/mtrop/doom/tools/struct/HTMLWriter.java:1061
↓ 9 callersMethodaddLog
Adds a log message to the logger queue. @param level the target logging level. @param source the source name. @param throwable the throwable to dump,
src/main/java/net/mtrop/doom/tools/struct/LoggingFactory.java:375
↓ 9 callersMethodaddLogF
Adds a log message to the logger queue. @param level the target logging level. @param source the source name. @param throwable the throwable to dump,
src/main/java/net/mtrop/doom/tools/struct/LoggingFactory.java:398
↓ 9 callersMethodaddPatch
Adds a patch to this texture canvas. @param pg the patch graphic to add.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/WadTexTextureEditorCanvas.java:426
↓ 9 callersMethodcompareTo
(ProjectModule pm)
src/main/java/net/mtrop/doom/tools/doommake/ProjectModule.java:135
↓ 9 callersMethodcreate
Creates a weapon entry. @param name the name. @param ammoType the ammo type. @param raise the raise frame index @param lower the lower frame index @pa
src/main/java/net/mtrop/doom/tools/decohack/data/DEHWeapon.java:72
↓ 9 callersMethodcreateSettingsModal
Creates a modal intended to display a complex pane that contains a set of fields or values that a user can change, and gathers those values into an ob
src/main/java/net/mtrop/doom/tools/gui/managers/DoomToolsGUIUtils.java:147
↓ 9 callersMethodcreateWADFileFilter
@return the WAD file filter.
src/main/java/net/mtrop/doom/tools/gui/managers/DoomToolsGUIUtils.java:1056
↓ 9 callersMethodgetEntriesInNamespace
(Wad wad, String name, String altName)
src/main/java/net/mtrop/doom/tools/doommake/WADExploder.java:1133
↓ 9 callersMethodgetEntryPoint
()
src/main/java/net/mtrop/doom/tools/gui/apps/data/ScriptExecutionSettings.java:61
↓ 9 callersMethodgetLabel
Gets a state index for a state label defined on this actor. @param label the label. @return the corresponding index, or 0 if it doesn't exist.
src/main/java/net/mtrop/doom/tools/decohack/data/DEHActor.java:40
↓ 9 callersMethodgetOutputWAD
()
src/main/java/net/mtrop/doom/tools/gui/apps/data/WadTexExportSettings.java:34
↓ 9 callersMethodgetSource
()
src/main/java/net/mtrop/doom/tools/gui/swing/panels/ProjectSearchPanel.java:267
↓ 9 callersMethodintervalRemoved
(ListDataEvent e)
src/main/java/net/mtrop/doom/tools/gui/swing/panels/FileListPanel.java:95
↓ 9 callersMethodisDelimiterBreak
(char c)
src/main/java/net/mtrop/doom/tools/gui/managers/parsing/DecoHackTokenMaker.java:122
↓ 9 callersMethodisProtectedState
Gets if a state is flagged as "protected". @param index the index. @return true if so, false if not. @throws IndexOutOfBoundsException if the index is
src/main/java/net/mtrop/doom/tools/decohack/contexts/AbstractPatchContext.java:557
↓ 9 callersMethodmatchNumericExpression
(AbstractPatchContext<?> context, DEHActor<?> actor, Type typeCheck)
src/main/java/net/mtrop/doom/tools/decohack/DecoHackParser.java:6740
↓ 9 callersMethodmatchSoundIndexName
(DEHPatch patch)
src/main/java/net/mtrop/doom/tools/decohack/DecoHackParser.java:6409
↓ 9 callersMethodopenFileEditor
Opens a file into a new tab. Does nothing if the file is a directory. @param file the file to load. @param encoding the file encoding. @return the han
src/main/java/net/mtrop/doom/tools/gui/swing/panels/EditorMultiFilePanel.java:613
↓ 9 callersMethodreleaseWadMergeLines
(String... releaseWadMergeLines)
src/main/java/net/mtrop/doom/tools/doommake/ProjectModule.java:76
↓ 9 callersMethodsetFreeState
Marks a state as "free" or not. @param index the state index to mark as free. @param state true to set as "free", false to unset. @throws IllegalState
src/main/java/net/mtrop/doom/tools/decohack/contexts/AbstractPatchContext.java:500
↓ 9 callersMethodwadContainsEntry
(Wad wad, String ... entryNames)
src/main/java/net/mtrop/doom/tools/doommake/WADExploder.java:1167
↓ 9 callersMethodwriteDEUTEXFile
Writes DEUTEX data to a print writer. @param textureSet the texture set to export. @param header the header blurb to write first. @param writer the wr
src/main/java/net/mtrop/doom/tools/common/Utility.java:184
↓ 8 callersMethodaddFlat
(String flat)
src/main/java/net/mtrop/doom/tools/WTexScanMain.java:714
↓ 8 callersMethodaddMarker
Adds a marker to a Wad buffer. Symbol is case-insensitive. The entry is coerced to a valid name. @param symbol the symbol to use. @param name the entr
src/main/java/net/mtrop/doom/tools/wadmerge/WadMergeContext.java:402
↓ 8 callersMethodaddToLists
Adds a string (usually some kind of entry) to a list and set, if it does not exist in the set. Addition adds it to the provided set and the end of the
src/main/java/net/mtrop/doom/tools/WTExportMain.java:629
↓ 8 callersMethodasCallable
(T result, Runnable runnable)
src/main/java/net/mtrop/doom/tools/struct/InstancedFuture.java:525
↓ 8 callersMethodchooseFileOrDirectory
Opens a file or directory chooser dialog. @param parent the parent component for the chooser modal. @param title the dialog title. @param initPath the
src/main/java/net/mtrop/doom/tools/struct/swing/FileChooserFactory.java:160
↓ 8 callersMethodclearCustomPropertyValues
()
src/main/java/net/mtrop/doom/tools/decohack/data/DEHThingTarget.java:97
↓ 8 callersMethodclose
()
src/main/java/net/mtrop/doom/tools/struct/util/HTTPUtils.java:2759
↓ 8 callersMethodcloseAllEditors
Attempts to close all editors. @param force if true, force all closed without prompting. @return true if it is safe to close all editors, and all edit
src/main/java/net/mtrop/doom/tools/gui/swing/panels/EditorMultiFilePanel.java:754
↓ 8 callersMethodcopyFrom
(DEHAmmo source)
src/main/java/net/mtrop/doom/tools/decohack/data/DEHAmmo.java:71
↓ 8 callersMethodcreateAlphabet
Creates a sorted char array from an alphabet string. @param str the input string. @return the char array.
src/main/java/net/mtrop/doom/tools/gui/managers/parsing/CommonTokenMaker.java:68
↓ 8 callersMethodcreateTextFileFilter
@return the text file filter.
src/main/java/net/mtrop/doom/tools/gui/managers/DoomToolsGUIUtils.java:1032
↓ 8 callersMethodentry
Creates a simple key-value pair. @param key the pair key. @param value the pair value (converted to a string via {@link String#valueOf(Object)}). @ret
src/main/java/net/mtrop/doom/tools/struct/util/HTTPUtils.java:3612
↓ 8 callersMethodexec
Executes this process, returning a reference to it, but <b>not attaching any of the provided redirects.</b> <p> This is useful for spawning processes
src/main/java/net/mtrop/doom/tools/struct/ProcessCallable.java:793
↓ 8 callersMethodget
Starts a GET request builder. This will also auto-redirect on an actionable redirect status @param url the URL to target. @return an {@link HTTPReques
src/main/java/net/mtrop/doom/tools/struct/util/HTTPUtils.java:2853
↓ 8 callersMethodget
@return the singleton instance of this object.
src/main/java/net/mtrop/doom/tools/gui/managers/DoomToolsEditorProvider.java:279
↓ 8 callersMethodget
@return the singleton instance of this settings object.
src/main/java/net/mtrop/doom/tools/gui/managers/settings/DoomToolsSettingsManager.java:32
↓ 8 callersMethodgetCategory
@return the category name.
src/main/java/net/mtrop/doom/tools/doommake/ProjectTemplate.java:76
↓ 8 callersMethodgetInstance
@return an instance of this composite.
src/main/java/net/mtrop/doom/tools/struct/swing/ImageUtils.java:333
↓ 8 callersMethodgetNoCommentMessages
()
src/main/java/net/mtrop/doom/tools/gui/swing/panels/WTexListParametersPanel.java:127
↓ 8 callersMethodgetOutputMode
()
src/main/java/net/mtrop/doom/tools/gui/swing/panels/WTexListParametersPanel.java:110
↓ 8 callersMethodgetProviderByStyle
Fetches/creates a completion provider by a style name. @param styleName the style name. @return the corresponding completion provider, or the default
src/main/java/net/mtrop/doom/tools/gui/managers/DoomToolsEditorProvider.java:392
↓ 8 callersMethodgetRootDirectory
@return the current root directory.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/EditorDirectoryTreePanel.java:124
↓ 8 callersMethodgetSelectedFiles
Gets all currently selected files. @return the array of currently selected files. Can be empty, but not null.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/DirectoryTreePanel.java:354
↓ 8 callersMethodgetSize
()
src/main/java/net/mtrop/doom/tools/gui/apps/WadTexTextureEditorApp.java:1801
↓ 8 callersMethodgetSound
Gets a sound by a sound index (0-based). @param index the index. @return the corresponding sound, or null if bad or unsupported index. @see #getSoundC
src/main/java/net/mtrop/doom/tools/decohack/patches/DEHPatch.java:80
↓ 8 callersMethodgetThingCount
@return the amount of things in the patch.
src/main/java/net/mtrop/doom/tools/decohack/patches/DEHPatch.java:85
↓ 8 callersMethodgroup
Crates a button group that manages a set of buttons. @param buttons the buttons to add. @return the button group.
src/main/java/net/mtrop/doom/tools/struct/swing/ComponentFactory.java:1285
↓ 8 callersMethodicon
Creates a new icon from an image. @param image the image to use. @return a new Icon.
src/main/java/net/mtrop/doom/tools/struct/swing/ComponentFactory.java:652
↓ 8 callersMethodnextToken
Gets the next token. If there are no tokens left to read, this will return null. This method is NOT thread-safe! @return the next token, or null if no
src/main/java/net/mtrop/doom/tools/struct/Lexer.java:185
↓ 8 callersMethodrebuildImage
()
src/main/java/net/mtrop/doom/tools/gui/swing/panels/DImageConvertOffsetterCanvas.java:288
↓ 8 callersMethodreleaseScriptMerge
(ProjectModuleDescriptor releaseScriptMerge)
src/main/java/net/mtrop/doom/tools/doommake/ProjectModule.java:70
↓ 8 callersMethodreloadNode
(FileNode node)
src/main/java/net/mtrop/doom/tools/gui/swing/panels/DirectoryTreePanel.java:769
↓ 8 callersMethodremovePatch
Removes a patch from this texture canvas. @param pg the patch graphic to remove. @return true of removed, false if not.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/WadTexTextureEditorCanvas.java:453
↓ 8 callersMethodrequestFocus
()
src/main/java/net/mtrop/doom/tools/struct/swing/FormFactory.java:1839
↓ 8 callersMethodsetEnabled
(boolean enabled)
src/main/java/net/mtrop/doom/tools/struct/swing/FormFactory.java:1442
↓ 8 callersMethodsetEntryPoint
(String entryPoint)
src/main/java/net/mtrop/doom/tools/gui/apps/data/ScriptExecutionSettings.java:56
↓ 8 callersMethodsetFileFilter
Sets the choose-a-file file filter. @param filter the filter to use.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/FileListPanel.java:187
↓ 8 callersMethodsetForceOutput
Sets if this object has all of its properties output (not just changes). @param enabled true to enable, false to disable. @return this object.
src/main/java/net/mtrop/doom/tools/decohack/data/DEHActor.java:20
↓ 8 callersMethodsetLabel
(String label, int index)
src/main/java/net/mtrop/doom/tools/decohack/data/DEHWeapon.java:374
↓ 8 callersMethodsetLabel
(String label, int index)
src/main/java/net/mtrop/doom/tools/decohack/data/DEHThingSchema.java:720
↓ 8 callersMethodsetProgressLabel
Sets the progress label value. @param label the new value.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/DoomToolsProgressPanel.java:92
↓ 8 callersMethodtab
Creates a tab. @param icon the tab icon. @param name the name of the tab. @param tooltip the tool tip on the tab. @param component the component attac
src/main/java/net/mtrop/doom/tools/struct/swing/ContainerFactory.java:466
↓ 8 callersMethodwadIndexOfAny
(Wad wad, String ... entryNames)
src/main/java/net/mtrop/doom/tools/doommake/WADExploder.java:1158
↓ 7 callersMethodaddWADData
Adds data to an open Wad. @param value the return value (wad or error) @param wad the open Wad. @param name the entry name. @param data the raw data.
src/main/java/net/mtrop/doom/tools/wadscript/WadFunctions.java:1519
↓ 7 callersMethodadvance
()
src/main/java/net/mtrop/doom/tools/wadscript/DoomMapFunctions.java:2790
↓ 7 callersMethodareEqual
Returns if two objects are equal, performing null checking. @param a the first object. @param b the second object. @return true if equal, false if not
src/main/java/net/mtrop/doom/tools/struct/util/ObjectUtils.java:55
↓ 7 callersMethodboxLayout
Creates a new BoxLayout. @param parent the parent component using the layout. @param axis the layout axis. @return the new layout. @see BoxLayout
src/main/java/net/mtrop/doom/tools/struct/swing/LayoutFactory.java:208
↓ 7 callersMethodclearCurrentLexeme
Clears the current token lexeme buffer.
src/main/java/net/mtrop/doom/tools/struct/Lexer.java:1435
↓ 7 callersMethodclose
()
src/main/java/net/mtrop/doom/tools/struct/ProcessCallable.java:94
↓ 7 callersMethodcreate
Starts a new request builder. @param method the HTTP method. @param url the target URL. @return an {@link HTTPRequest}. @throws IllegalArgumentExcepti
src/main/java/net/mtrop/doom/tools/struct/util/HTTPUtils.java:2838
↓ 7 callersMethodcreateRadioButtonFromLanguageKey
Creates a button from a language key, getting the necessary pieces to assemble it. @param icon the button icon. @param keyPrefix the key prefix. @para
src/main/java/net/mtrop/doom/tools/gui/managers/DoomToolsGUIUtils.java:396
↓ 7 callersMethoderrln
(Object msg)
src/main/java/net/mtrop/doom/tools/WTExportMain.java:158
↓ 7 callersMethodexportEntriesToDirectory
(PrintStream log, Set<WadEntry> entrySet, Wad wad, Iterable<WadEntry> entries, File dir)
src/main/java/net/mtrop/doom/tools/doommake/WADExploder.java:976
↓ 7 callersMethodget
@return the singleton instance of this common object.
src/main/java/net/mtrop/doom/tools/gui/managers/AppCommon.java:79
↓ 7 callersMethodgetDescription
@return the description.
src/main/java/net/mtrop/doom/tools/doommake/ProjectTemplate.java:92
↓ 7 callersMethodgetEnumInstance
Returns the enum instance of a class given class and name, or null if not a valid name. If value is null, this returns null. @param <T> the Enum objec
src/main/java/net/mtrop/doom/tools/struct/util/EnumUtils.java:30
↓ 7 callersMethodgetException
Gets the exception thrown as a result of this instance completing, making the calling thread wait for its completion. @return the exception thrown by
src/main/java/net/mtrop/doom/tools/struct/Loader.java:613
↓ 7 callersMethodgetException
Gets the exception thrown as a result of this instance completing, making the calling thread wait for its completion. @return the exception thrown by
src/main/java/net/mtrop/doom/tools/struct/InstancedFuture.java:345
↓ 7 callersMethodgetException
Gets the exception thrown as a result of this instance completing, making the calling thread wait for its completion. @return the exception thrown by
src/main/java/net/mtrop/doom/tools/struct/util/HTTPUtils.java:308
↓ 7 callersMethodgetInstructions
@return the usage instructions paragraphs.
src/main/java/net/mtrop/doom/tools/decohack/data/DEHActionPointer.java:216
↓ 7 callersMethodgetKeyStroke
Attempts to parse a keystroke value from the results of a language lookup. @param key the language key. @param args string formatter arguments. @retur
src/main/java/net/mtrop/doom/tools/gui/managers/DoomToolsLanguageManager.java:246
↓ 7 callersMethodgetLabels
Gets all state indices for state labels defined on this actor. @return all of the defined labels for this actor.
src/main/java/net/mtrop/doom/tools/decohack/data/DEHActor.java:26
↓ 7 callersMethodgetLastTouchedFile
@return the last file opened or saved.
src/main/java/net/mtrop/doom/tools/gui/managers/settings/DoomMakeSettingsManager.java:193
↓ 7 callersMethodgetNextStateIndex
()
src/main/java/net/mtrop/doom/tools/decohack/data/DEHState.java:182
↓ 7 callersMethodgetOpenEditorCount
Gets the amount of open editors. @return the amount of editors still open.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/EditorMultiFilePanel.java:926
↓ 7 callersMethodgetParameters
@return the action pointer parameters.
src/main/java/net/mtrop/doom/tools/decohack/data/DEHActionPointer.java:224
↓ 7 callersMethodgetPatch
@return the patch on this graphic.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/WadTexTextureEditorCanvas.java:363
↓ 7 callersMethodgetSelectedFile
@return the first selected file, or null if no files selected.
src/main/java/net/mtrop/doom/tools/gui/swing/panels/DirectoryTreePanel.java:344
↓ 7 callersMethodgetSourcePatch
()
src/main/java/net/mtrop/doom/tools/decohack/contexts/PatchBoomContext.java:47
↓ 7 callersMethodgetState
(int index)
src/main/java/net/mtrop/doom/tools/decohack/contexts/AbstractPatchContext.java:287
↓ 7 callersMethodgetStateActionPointerIndex
Gets the action pointer index using a state index. @param stateIndex the state index. @return the corresponding pointer index, or null if bad or unsup
src/main/java/net/mtrop/doom/tools/decohack/patches/DEHPatch.java:127
↓ 7 callersMethodgetSupportedFeatureLevel
@return this patch context's feature level.
src/main/java/net/mtrop/doom/tools/decohack/contexts/AbstractPatchContext.java:427
↓ 7 callersMethodgetTabSize
()
src/main/java/net/mtrop/doom/tools/gui/swing/panels/EditorMultiFilePanel.java:2479
↓ 7 callersMethodgetTypeCheck
()
src/main/java/net/mtrop/doom/tools/decohack/data/enums/DEHValueType.java:80
← previousnext →401–500 of 5,241, ranked by callers