Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/toolkit/ActionsControllableNameValuesComponent.java

Diff revisions: vs.
  @@ -1,22 +1,22 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.toolkit;
3 -
4 - import org.litesoft.aokeyhole.objects.*;
5 -
6 - public interface ActionsControllableNameValuesComponent extends ActionsControllable,
7 - NameValuesComponent {
8 - public ObjectSet getObjectSet();
9 -
10 - public boolean isVirtual();
11 -
12 - public AttributeSet getAttributeSet();
13 -
14 - public void initializeView();
15 -
16 - public NameValuesComponent setUpView( ViewSupportable pViewSupportable );
17 -
18 - /**
19 - * @return null or Error
20 - */
21 - public String update( ViewSupportable pViewSupportable );
22 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.toolkit;
3 +
4 + import org.litesoft.aokeyhole.objects.*;
5 +
6 + public interface ActionsControllableNameValuesComponent extends ActionsControllable,
7 + NameValuesComponent {
8 + public ObjectSet getObjectSet();
9 +
10 + public boolean isVirtual();
11 +
12 + public AttributeSet getAttributeSet();
13 +
14 + public void initializeView();
15 +
16 + public NameValuesComponent setUpView( ViewSupportable pViewSupportable );
17 +
18 + /**
19 + * @return null or Error
20 + */
21 + public String update( ViewSupportable pViewSupportable );
22 + }