コード例 #1
0
 static {
   StructrWebSocket.addCommand(CreateLocalWidgetCommand.class);
 }
コード例 #2
0
 static {
   StructrWebSocket.addCommand(SetPermissionCommand.class);
 }
コード例 #3
0
 static {
   StructrWebSocket.addCommand(WrapContentCommand.class);
 }
コード例 #4
0
ファイル: RemoveCommand.java プロジェクト: structr/structr
 static {
   StructrWebSocket.addCommand(RemoveCommand.class);
 }
コード例 #5
0
 static {
   StructrWebSocket.addCommand(AppendChildCommand.class);
 }
コード例 #6
0
ファイル: GetProperty.java プロジェクト: rasata/structr
 static {
   StructrWebSocket.addCommand(GetProperty.class);
 }
コード例 #7
0
 static {
   StructrWebSocket.addCommand(ListUnattachedNodesCommand.class);
 }
コード例 #8
0
 static {
   StructrWebSocket.addCommand(ListActiveElementsCommand.class);
 }
コード例 #9
0
 static {
   StructrWebSocket.addCommand(RemoveFromCollectionCommand.class);
 }
コード例 #10
0
 static {
   StructrWebSocket.addCommand(GetTypeInfoCommand.class);
 }
コード例 #11
0
 static {
   StructrWebSocket.addCommand(CreateAndAppendDOMNodeCommand.class);
 }