Package featurecat.lizzie.util
Class WindowPosition
- java.lang.Object
-
- featurecat.lizzie.util.WindowPosition
-
public class WindowPosition extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WindowPosition()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.json.JSONObjectcreate(org.json.JSONObject ui)static org.json.JSONArraygetPersistedPanePos(LizziePane pane, org.json.JSONObject ui)static org.json.JSONArraygetWindowPos(LizziePane pane)static org.json.JSONArraygtpWindowPos()static org.json.JSONArraymainWindowPos()static voidrestorePane(org.json.JSONObject ui, LizziePane pane)static org.json.JSONObjectsave(org.json.JSONObject ui)
-
-
-
Method Detail
-
create
public static org.json.JSONObject create(org.json.JSONObject ui)
-
save
public static org.json.JSONObject save(org.json.JSONObject ui)
-
mainWindowPos
public static org.json.JSONArray mainWindowPos()
-
gtpWindowPos
public static org.json.JSONArray gtpWindowPos()
-
restorePane
public static void restorePane(org.json.JSONObject ui, LizziePane pane)
-
getWindowPos
public static org.json.JSONArray getWindowPos(LizziePane pane)
-
getPersistedPanePos
public static org.json.JSONArray getPersistedPanePos(LizziePane pane, org.json.JSONObject ui)
-
-