Uses of Class
org.jrd.frontend.frame.main.decompilerview.LinesProvider.LinesFormat
-
Packages that use LinesProvider.LinesFormat Package Description org.jrd.frontend.frame.main.decompilerview org.jrd.frontend.frame.main.popup -
-
Uses of LinesProvider.LinesFormat in org.jrd.frontend.frame.main.decompilerview
Methods in org.jrd.frontend.frame.main.decompilerview that return LinesProvider.LinesFormat Modifier and Type Method Description static LinesProvider.LinesFormatLinesProvider.LinesFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinesProvider.LinesFormat[]LinesProvider.LinesFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type LinesProvider.LinesFormat Modifier and Type Method Description java.util.List<java.lang.String>HexWithControls. getLines(LinesProvider.LinesFormat type)java.util.List<java.lang.String>LinesProvider. getLines(LinesProvider.LinesFormat type)java.util.List<java.lang.String>TextWithControls. getLines(LinesProvider.LinesFormat type)voidHexWithControls. setLines(LinesProvider.LinesFormat type, java.util.List<java.lang.String> nwContent)voidLinesProvider. setLines(LinesProvider.LinesFormat type, java.util.List<java.lang.String> nwContent)voidTextWithControls. setLines(LinesProvider.LinesFormat type, java.util.List<java.lang.String> lines) -
Uses of LinesProvider.LinesFormat in org.jrd.frontend.frame.main.popup
Methods in org.jrd.frontend.frame.main.popup with parameters of type LinesProvider.LinesFormat Modifier and Type Method Description private javax.swing.JMenuItemDiffPopup. createPatchAction(int id, LinesProvider.LinesFormat suffix)private voidDiffPopup. processBin(LinesProvider.LinesFormat format, int x, int y)
-