Uses of Class
org.nuiton.jaxx.runtime.swing.session.SwingSession
-
Packages that use SwingSession Package Description org.nuiton.jaxx.runtime.swing.session -
-
Uses of SwingSession in org.nuiton.jaxx.runtime.swing.session
Methods in org.nuiton.jaxx.runtime.swing.session that return SwingSession Modifier and Type Method Description static SwingSessionSwingSession. newSession(File file, boolean autoSave)Deprecated.since 2.10, the default behaviour is now to safely load the incoming filestatic SwingSessionSwingSession. newSession(File file, boolean autoSave, Map<Class,State> additionalStates)Deprecated.since 2.10, the default behaviour is now to safely load the incoming fileMethods in org.nuiton.jaxx.runtime.swing.session with parameters of type SwingSession Modifier and Type Method Description voidSwingSession.Action. doAction(SwingSession session, String path, Component c)voidSwingSession.RestoreStateAction. doAction(SwingSession session, String path, Component c)voidSwingSession.SaveStateAction. doAction(SwingSession session, String path, Component c)
-