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.LinesFormat
LinesProvider.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)
void
HexWithControls. setLines(LinesProvider.LinesFormat type, java.util.List<java.lang.String> nwContent)
void
LinesProvider. setLines(LinesProvider.LinesFormat type, java.util.List<java.lang.String> nwContent)
void
TextWithControls. 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.JMenuItem
DiffPopup. createPatchAction(int id, LinesProvider.LinesFormat suffix)
private void
DiffPopup. processBin(LinesProvider.LinesFormat format, int x, int y)
-