classcamAxonPlugin::AxonSpace
sys::Obj camembert::BaseSpace camAxonPlugin::AxonSpace
AxonSpace
- autoStatus
- Bool autoStatus()- chck current autosync status 
- autoSync
- Void autoSync()- Enable / disable autosync 
- errorIcon
- const static Image errorIcon := Image.<ctor>(`fan://icons/x16/err.png`)
- eval
- Run an eval on the server and show the results TODO: run async ... but UI refresh are tricky (Not on UI thread business) 
- evalKeyUp
- Void evalKeyUp(Event event, Text eval)- Provides eval history navigation 
- funcIcon
- const static Image funcIcon := Image.<ctor>(`fan://icons/x16/func.png`)
- getPass
- static Str? getPass(AxonSyncActor syncActor, File dir)- Get the connection password. Ask user for it if we don't have it yet Returns null if cancel was pressed on dialog NEEDS TO BE IMMUTABLE - SED IN CALLBACK 
- helpIcon
- const static Image helpIcon := ...
- icon
- virtual override Image icon()
- loadSession
- log
- log to console NEEDS TO BE IMMUTABLE - SED IN CALLBACK 
- make
- match
- virtual override Nav? nav
- remoteDelete
- saveSession
- showActorResults
- static Void showActorResults(Obj? result, Bool errorOnly := false)- Display call results to user Can display error messages and sync thead infos as well NEEDS TO BE IMMUTABLE - SED IN CALLBACK 
- sync
- static Void sync(AxonSyncActor syncActor, File dir)- Sync the local project with the server NEEDS TO BE IMMUTABLE 
- syncActor
- const AxonSyncActor syncActor
- syncIcon
- const static Image syncIcon := Image.<ctor>(`fan://icons/x16/sync.png`)
- updateView
- view
- virtual override View? view