|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.attribute.facade.impl.DefaultEditorFacade
public class DefaultEditorFacade
Field Summary | |
---|---|
protected AttrEditorManager |
factory
|
protected static DefaultEditorFacade |
myOnlyInstance
|
Constructor Summary | |
---|---|
protected |
DefaultEditorFacade()
|
Method Summary | |
---|---|
void |
editContext(AttrContextEditor ed,
AttrContext ctx)
Setting ("loading") an attribute (rule or match) context into a "top editor". |
void |
editInstance(AttrTupleEditor ed,
AttrInstance inst)
Setting ("loading") an attribute tuple instance into an attribute tuple editor (or into a "top editor", which is a subclass thereof. |
AttrManager |
getAttrManager()
Returns the default attribute manager. |
protected AttrViewSetting |
getDefaultIfNull(AttrViewSetting v)
|
AttrTupleEditor |
getInputParameterEditor()
|
AttrTupleEditor |
getSmallEditorForInstance(AttrInstance inst)
Returns a compact editor for an attribute tuple instance, showing the members' types, names and the instance members, where only the latter can be changed. |
AttrTupleEditor |
getSmallEditorForInstance(AttrInstance inst,
AttrViewSetting v)
|
AttrTopEditor |
getTopEditor()
Returns a comprehensive editor, allowing to edit: - an attribute tuple, including its type member properties, such as the member handlers, types and names; - the hiding and moving of members is possible; - a rule or match context (its variables and application conditions); - options of the attribute component (customization). |
AttrTopEditor |
getTopEditor(AttrViewSetting v)
|
static EditorFacade |
self()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static DefaultEditorFacade myOnlyInstance
protected AttrEditorManager factory
Constructor Detail |
---|
protected DefaultEditorFacade()
Method Detail |
---|
public static EditorFacade self()
public AttrManager getAttrManager()
EditorFacade
getAttrManager
in interface EditorFacade
protected AttrViewSetting getDefaultIfNull(AttrViewSetting v)
public AttrTopEditor getTopEditor()
EditorFacade
getTopEditor
in interface EditorFacade
public AttrTopEditor getTopEditor(AttrViewSetting v)
public AttrTupleEditor getSmallEditorForInstance(AttrInstance inst)
EditorFacade
getSmallEditorForInstance
in interface EditorFacade
public AttrTupleEditor getSmallEditorForInstance(AttrInstance inst, AttrViewSetting v)
public void editInstance(AttrTupleEditor ed, AttrInstance inst)
EditorFacade
editInstance
in interface EditorFacade
public void editContext(AttrContextEditor ed, AttrContext ctx)
EditorFacade
editContext
in interface EditorFacade
public AttrTupleEditor getInputParameterEditor()
getInputParameterEditor
in interface EditorFacade
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |