Package jadx.gui.settings
Class TabStateViewAdapter
- java.lang.Object
-
- jadx.gui.settings.TabStateViewAdapter
-
public class TabStateViewAdapter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TabStateViewAdapter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable TabViewStatebuild(EditorViewState viewState)static @Nullable EditorViewStateload(MainWindow mw, TabViewState tvs)
-
-
-
Method Detail
-
build
@Nullable public static @Nullable TabViewState build(EditorViewState viewState)
-
load
@Nullable public static @Nullable EditorViewState load(MainWindow mw, TabViewState tvs)
-
-