Updated Coder protocoll
This commit is contained in:
parent
4bcd9aa2a3
commit
7130e646ab
4 changed files with 18 additions and 19 deletions
|
|
@ -6,6 +6,7 @@ import java.util.HashSet;
|
|||
import java.util.ResourceBundle;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import com.coder.server.message.SupportedProperties;
|
||||
import javafx.collections.FXCollections;
|
||||
import javafx.collections.ObservableList;
|
||||
import javafx.event.ActionEvent;
|
||||
|
|
@ -20,7 +21,6 @@ import javafx.scene.input.KeyEvent;
|
|||
import zutil.log.LogUtil;
|
||||
|
||||
import com.coder.client.gui.GuiWindow;
|
||||
import com.coder.server.message.ConfigData;
|
||||
|
||||
public class NewProjectDialog extends GuiWindow {
|
||||
public static final Logger logger = LogUtil.getLogger();
|
||||
|
|
@ -114,7 +114,7 @@ public class NewProjectDialog extends GuiWindow {
|
|||
this.listeners.add(newProjectDialogListener);
|
||||
}
|
||||
|
||||
public void addProjectTypeToList(String typeName, ConfigData typeData) {
|
||||
public void addProjectTypeToList(String typeName, SupportedProperties typeData) {
|
||||
logger.fine("Adding project type \"" + typeName + "\" to the project type list");
|
||||
projectTypeList.add(typeName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue