A B C D E F G H I J K L M N O P R S T U V W X _ 

S

save() - 类 中的方法org.xmeta.Thing
保存自己,通常是调用事物所在的事物管理者来保存。
save(Thing) - 接口 中的方法org.xmeta.ThingManager
保存一个事物。
save(Thing) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
save(Thing) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
save(Thing) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
saveAs(String, String) - 类 中的方法org.xmeta.Thing
把自己按照指定的路径保存到指定的目录下,如果目标事物存在那么会替换目标事物。
saved(ThingManager, Thing) - 接口 中的方法org.xmeta.ThingManagerListener
当一个事物被保存时触发此事件。
schedule(TimerTask, long, long) - 类 中的静态方法org.xmeta.XMetaTimerManager
注册定时器。
Semaphore - org.xmeta.util中的类
 
Semaphore() - 类 的构造器org.xmeta.util.Semaphore
 
Session - org.xmeta.ui.session中的接口
 
SessionManager - org.xmeta.ui.session中的类
会话管理者,表示的是UI交互中的会话,还需进一步设计。
SessionManager() - 类 的构造器org.xmeta.ui.session.SessionManager
 
set(Object, Object) - 类 中的方法org.xmeta.Thing
设置属性。
setActionListener(ActionListener) - 类 中的方法org.xmeta.World
 
setAttribute(String, Object) - 类 中的方法org.xmeta.ui.session.DefaultSession
 
setAttribute(String, Object) - 接口 中的方法org.xmeta.ui.session.Session
 
setCachedData(String, Object) - 类 中的方法org.xmeta.Thing
设置缓存数据,如果事物在后面修改了,那么缓存失效。
setCaller(Object, String) - 类 中的方法org.xmeta.Bindings
 
setCategory(Category) - 类 中的方法org.xmeta.ThingMetadata
 
setCoderType(String) - 类 中的方法org.xmeta.ThingMetadata
 
setContextThing(Thing) - 类 中的方法org.xmeta.Bindings
设置上下文事物,上下文事物会在执行动作时加入到动作上下文中,动作上下文会在动作执行前和执行后执行相关动作。
setData(String, Object) - 类 中的方法org.xmeta.Action
设置数据。
setData(String, Object) - 类 中的方法org.xmeta.Thing
 
setData(String, Object) - 类 中的方法org.xmeta.World
设置一个用户数据。
setDisableGloableContext(boolean) - 类 中的方法org.xmeta.ActionContext
 
setFileVersion(int) - 类 中的方法org.xmeta.ThingMetadata
 
setI18nResource(UtilResource) - 类 中的方法org.xmeta.ui.session.AbstractSession
 
setI18nResource(UtilResource) - 接口 中的方法org.xmeta.ui.session.Session
 
setId(String) - 类 中的方法org.xmeta.ThingMetadata
事物的标识。
setIncludeDefaultValue(boolean) - 类 中的方法org.xmeta.ThingMetadata
 
setLabel(String) - 类 中的方法org.xmeta.ActionContext
 
setLastModified(long) - 类 中的方法org.xmeta.ThingMetadata
设置最后的修改时间。
setLastModified(Thing, long) - 类 中的静态方法org.xmeta.codes.XmlCoder
 
setLocale(Locale) - 类 中的方法org.xmeta.ui.session.AbstractSession
 
setLocale(Locale) - 接口 中的方法org.xmeta.ui.session.Session
 
setMode(byte) - 类 中的方法org.xmeta.World
 
setName(String) - 接口 中的方法org.xmeta.ThingManager
设置事物管理器的名称。
setName(String) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
setName(String) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
setName(String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
setParameterScope(boolean) - 类 中的方法org.xmeta.Bindings
 
setParent(Thing) - 类 中的方法org.xmeta.Thing
 
setPath(String) - 类 中的方法org.xmeta.ThingMetadata
设置本事物的路径。
setProperty(Map, Object, Object, Object) - 类 中的方法org.xmeta.util.ThingOgnlAccessor
 
setRemoved(boolean) - 类 中的方法org.xmeta.ThingMetadata
 
setReserve(String) - 类 中的方法org.xmeta.ThingMetadata
 
setRootDir(File) - 接口 中的方法org.xmeta.ThingManager
设置项目的所在根目录。
setRootDir(File) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
setRootDir(File) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
setRootDir(File) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
setSessionManager(SessionManager) - 类 中的静态方法org.xmeta.ui.session.SessionManager
 
setStaticOutputStream(OutputStream) - 类 中的静态方法org.xmeta.util.Log4jConsoleAppender
 
setStatus(int) - 类 中的方法org.xmeta.ActionContext
设置动作的执行状态。
setThrowableRecordCount(int) - 类 中的静态方法org.xmeta.Action
 
setThrowedObject(Object) - 类 中的方法org.xmeta.ActionContext
 
setTransient(boolean) - 类 中的方法org.xmeta.Thing
 
setType(byte) - 类 中的方法org.xmeta.Path
 
setUserGroup(String) - 类 中的方法org.xmeta.ThingMetadata
 
setValue(Thing, String, String, Object, Object) - 类 中的静态方法org.xmeta.util.OgnlUtil
 
setVarScopeFlag() - 类 中的方法org.xmeta.Bindings
 
setVerbose(boolean) - 类 中的方法org.xmeta.World
 
setWebFileRoot(String) - 类 中的方法org.xmeta.World
 
showWorkingSet - 类 中的变量org.xmeta.index.WorldIndex
是否显示工作组
size() - 类 中的方法org.xmeta.ActionContext
 
sort(List<Index>) - 类 中的静态方法org.xmeta.index.WorldIndex
 
split(String, char) - 类 中的静态方法org.xmeta.util.UtilString
分割字符串的方法非String实现,稍微快一些。
Startup - org.xmeta.util中的类
 
Startup() - 类 的构造器org.xmeta.util.Startup
 
str_acContext - 类 中的静态变量org.xmeta.Action
 
str_action - 类 中的静态变量org.xmeta.Action
 
str_actionThing - 类 中的静态变量org.xmeta.Action
 
str_parentContext - 类 中的静态变量org.xmeta.Action
 
STRING_ENCODING - 类 中的静态变量org.xmeta.codes.PropertyCoder
 
STRING_ENCODING - 类 中的静态变量org.xmeta.codes.TxtCoder
 
A B C D E F G H I J K L M N O P R S T U V W X _ 
跳过导航链接