Uses of Class
jaxx.runtime.swing.session.SwingSession
-
Packages that use SwingSession Package Description jaxx.runtime.swing.session -
-
Uses of SwingSession in jaxx.runtime.swing.session
Methods in 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 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)
-