| Package | Description |
|---|---|
| jaxx.runtime.swing.session |
| Modifier and Type | Method and Description |
|---|---|
static SwingSession |
SwingSession.newSession(File file,
boolean autoSave)
Create a new swing session with the given parameters.
|
static SwingSession |
SwingSession.newSession(File file,
boolean autoSave,
Map<Class,State> additionalStates)
Create a new swing session with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwingSession.Action.doAction(SwingSession session,
String path,
Component c) |
void |
SwingSession.SaveStateAction.doAction(SwingSession session,
String path,
Component c) |
void |
SwingSession.RestoreStateAction.doAction(SwingSession session,
String path,
Component c) |
Copyright © 2008–2014 CodeLutin. All rights reserved.