Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 6b665b73723a78a84c1aca80a53cde85 > files > 1

freemind-0.9.0-0.0.11mdv2010.2.src.rpm

--- binding/src/freemind/controller/actions/generated/instance/CompoundAction.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/CompoundAction.java	2007-12-01 00:22:08.000000000 +0100
@@ -8,6 +8,10 @@
     choiceList.add(choice);
   }
 
+  public void addAtChoice(int position, Object choice) {
+    choiceList.add(position, choice);
+  }
+
   public Object getChoice(int index) {
     return (Object)choiceList.get( index );
   }
@@ -16,6 +20,14 @@
     return choiceList.size();
   }
 
+  public void clearChoiceList() {
+    choiceList.clear();
+  }
+
+  public java.util.List getListChoiceList() {
+    return java.util.Collections.unmodifiableList(choiceList);
+  }
+
   protected ArrayList choiceList = new ArrayList();
 
 }
--- binding/src/freemind/controller/actions/generated/instance/HookNodeAction.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/HookNodeAction.java	2007-12-01 00:22:08.000000000 +0100
@@ -11,6 +11,10 @@
     nodeListMemberList.add(nodeListMember);
   }
 
+  public void addAtNodeListMember(int position, NodeListMember nodeListMember) {
+    nodeListMemberList.add(position, nodeListMember);
+  }
+
   public NodeListMember getNodeListMember(int index) {
     return (NodeListMember)nodeListMemberList.get( index );
   }
@@ -19,6 +23,14 @@
     return nodeListMemberList.size();
   }
 
+  public void clearNodeListMemberList() {
+    nodeListMemberList.clear();
+  }
+
+  public java.util.List getListNodeListMemberList() {
+    return java.util.Collections.unmodifiableList(nodeListMemberList);
+  }
+
   public String getHookName() {
     return this.hookName;
   }
--- binding/src/freemind/controller/actions/generated/instance/MenuCategoryBase.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/MenuCategoryBase.java	2007-12-01 00:22:08.000000000 +0100
@@ -11,6 +11,10 @@
     choiceList.add(choice);
   }
 
+  public void addAtChoice(int position, Object choice) {
+    choiceList.add(position, choice);
+  }
+
   public Object getChoice(int index) {
     return (Object)choiceList.get( index );
   }
@@ -19,6 +23,14 @@
     return choiceList.size();
   }
 
+  public void clearChoiceList() {
+    choiceList.clear();
+  }
+
+  public java.util.List getListChoiceList() {
+    return java.util.Collections.unmodifiableList(choiceList);
+  }
+
   public String getName() {
     return this.name;
   }
--- binding/src/freemind/controller/actions/generated/instance/MenuStructure.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/MenuStructure.java	2007-12-01 00:22:08.000000000 +0100
@@ -8,6 +8,10 @@
     choiceList.add(choice);
   }
 
+  public void addAtChoice(int position, Object choice) {
+    choiceList.add(position, choice);
+  }
+
   public Object getChoice(int index) {
     return (Object)choiceList.get( index );
   }
@@ -16,6 +20,14 @@
     return choiceList.size();
   }
 
+  public void clearChoiceList() {
+    choiceList.clear();
+  }
+
+  public java.util.List getListChoiceList() {
+    return java.util.Collections.unmodifiableList(choiceList);
+  }
+
   protected ArrayList choiceList = new ArrayList();
 
 }
--- binding/src/freemind/controller/actions/generated/instance/MoveNodesAction.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/MoveNodesAction.java	2007-12-01 00:22:08.000000000 +0100
@@ -11,6 +11,10 @@
     nodeListMemberList.add(nodeListMember);
   }
 
+  public void addAtNodeListMember(int position, NodeListMember nodeListMember) {
+    nodeListMemberList.add(position, nodeListMember);
+  }
+
   public NodeListMember getNodeListMember(int index) {
     return (NodeListMember)nodeListMemberList.get( index );
   }
@@ -19,6 +23,14 @@
     return nodeListMemberList.size();
   }
 
+  public void clearNodeListMemberList() {
+    nodeListMemberList.clear();
+  }
+
+  public java.util.List getListNodeListMemberList() {
+    return java.util.Collections.unmodifiableList(nodeListMemberList);
+  }
+
   public int getDirection() {
     return this.direction;
   }
--- binding/src/freemind/controller/actions/generated/instance/Patterns.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/Patterns.java	2007-12-01 00:22:08.000000000 +0100
@@ -8,6 +8,10 @@
     choiceList.add(choice);
   }
 
+  public void addAtChoice(int position, Object choice) {
+    choiceList.add(position, choice);
+  }
+
   public Object getChoice(int index) {
     return (Object)choiceList.get( index );
   }
@@ -16,6 +20,14 @@
     return choiceList.size();
   }
 
+  public void clearChoiceList() {
+    choiceList.clear();
+  }
+
+  public java.util.List getListChoiceList() {
+    return java.util.Collections.unmodifiableList(choiceList);
+  }
+
   protected ArrayList choiceList = new ArrayList();
 
 }
--- binding/src/freemind/controller/actions/generated/instance/Plugin.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/Plugin.java	2007-12-01 00:22:08.000000000 +0100
@@ -11,6 +11,10 @@
     choiceList.add(choice);
   }
 
+  public void addAtChoice(int position, Object choice) {
+    choiceList.add(position, choice);
+  }
+
   public Object getChoice(int index) {
     return (Object)choiceList.get( index );
   }
@@ -19,6 +23,14 @@
     return choiceList.size();
   }
 
+  public void clearChoiceList() {
+    choiceList.clear();
+  }
+
+  public java.util.List getListChoiceList() {
+    return java.util.Collections.unmodifiableList(choiceList);
+  }
+
   public String getLabel() {
     return this.label;
   }
--- binding/src/freemind/controller/actions/generated/instance/PluginAction.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/PluginAction.java	2007-12-01 00:22:08.000000000 +0100
@@ -25,6 +25,10 @@
     choiceList.add(choice);
   }
 
+  public void addAtChoice(int position, Object choice) {
+    choiceList.add(position, choice);
+  }
+
   public Object getChoice(int index) {
     return (Object)choiceList.get( index );
   }
@@ -33,6 +37,14 @@
     return choiceList.size();
   }
 
+  public void clearChoiceList() {
+    choiceList.clear();
+  }
+
+  public java.util.List getListChoiceList() {
+    return java.util.Collections.unmodifiableList(choiceList);
+  }
+
   public String getLabel() {
     return this.label;
   }
--- binding/src/freemind/controller/actions/generated/instance/PluginRegistration.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/PluginRegistration.java	2007-12-01 00:22:08.000000000 +0100
@@ -13,6 +13,10 @@
     pluginModeList.add(pluginMode);
   }
 
+  public void addAtPluginMode(int position, PluginMode pluginMode) {
+    pluginModeList.add(position, pluginMode);
+  }
+
   public PluginMode getPluginMode(int index) {
     return (PluginMode)pluginModeList.get( index );
   }
@@ -21,6 +25,14 @@
     return pluginModeList.size();
   }
 
+  public void clearPluginModeList() {
+    pluginModeList.clear();
+  }
+
+  public java.util.List getListPluginModeList() {
+    return java.util.Collections.unmodifiableList(pluginModeList);
+  }
+
   public String getClassName() {
     return this.className;
   }
--- binding/src/freemind/controller/actions/generated/instance/PluginStrings.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/PluginStrings.java	2007-12-01 00:22:08.000000000 +0100
@@ -11,6 +11,10 @@
     pluginStringList.add(pluginString);
   }
 
+  public void addAtPluginString(int position, PluginString pluginString) {
+    pluginStringList.add(position, pluginString);
+  }
+
   public PluginString getPluginString(int index) {
     return (PluginString)pluginStringList.get( index );
   }
@@ -19,6 +23,14 @@
     return pluginStringList.size();
   }
 
+  public void clearPluginStringList() {
+    pluginStringList.clear();
+  }
+
+  public java.util.List getListPluginStringList() {
+    return java.util.Collections.unmodifiableList(pluginStringList);
+  }
+
   public String getLanguage() {
     return this.language;
   }
--- binding/src/freemind/controller/actions/generated/instance/TimeWindowConfigurationStorage.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/TimeWindowConfigurationStorage.java	2007-12-01 00:22:08.000000000 +0100
@@ -8,6 +8,10 @@
     timeWindowColumnSettingList.add(timeWindowColumnSetting);
   }
 
+  public void addAtTimeWindowColumnSetting(int position, TimeWindowColumnSetting timeWindowColumnSetting) {
+    timeWindowColumnSettingList.add(position, timeWindowColumnSetting);
+  }
+
   public TimeWindowColumnSetting getTimeWindowColumnSetting(int index) {
     return (TimeWindowColumnSetting)timeWindowColumnSettingList.get( index );
   }
@@ -16,6 +20,14 @@
     return timeWindowColumnSettingList.size();
   }
 
+  public void clearTimeWindowColumnSettingList() {
+    timeWindowColumnSettingList.clear();
+  }
+
+  public java.util.List getListTimeWindowColumnSettingList() {
+    return java.util.Collections.unmodifiableList(timeWindowColumnSettingList);
+  }
+
   protected ArrayList timeWindowColumnSettingList = new ArrayList();
 
 }
--- binding/src/freemind/controller/actions/generated/instance/TransferableContent.java	2007-12-30 00:53:56.000000000 +0100
+++ binding/src/freemind/controller/actions/generated/instance/TransferableContent.java	2007-12-01 00:22:08.000000000 +0100
@@ -19,6 +19,10 @@
     transferableFileList.add(transferableFile);
   }
 
+  public void addAtTransferableFile(int position, TransferableFile transferableFile) {
+    transferableFileList.add(position, transferableFile);
+  }
+
   public TransferableFile getTransferableFile(int index) {
     return (TransferableFile)transferableFileList.get( index );
   }
@@ -27,6 +31,14 @@
     return transferableFileList.size();
   }
 
+  public void clearTransferableFileList() {
+    transferableFileList.clear();
+  }
+
+  public java.util.List getListTransferableFileList() {
+    return java.util.Collections.unmodifiableList(transferableFileList);
+  }
+
   public String getTransferable() {
     return this.transferable;
   }