Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: LGPL-3.0-only
*********************************************************************************/

package com.totalcross.knowcode.parse;
package com.totalcross.knowcode.ui;

/**
* CustomInitUI is a interface to edit the components of the XML file before swap the window.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
* (c) 2020 by TotalCross Global Mobile Platform LTDA
* SPDX-License-Identifier: LGPL-3.0-only
*********************************************************************************/
package com.totalcross.knowcode.parse;
package com.totalcross.knowcode.ui;

import com.totalcross.knowcode.xml.NodeSax;

import totalcross.sys.InvalidNumberException;
import totalcross.sys.Settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
* (c) 2020 by TotalCross Global Mobile Platform LTDA
* SPDX-License-Identifier: LGPL-3.0-only
*********************************************************************************/
package com.totalcross.knowcode.parse;
package com.totalcross.knowcode.ui;

import com.totalcross.knowcode.xml.NodeSax;

import totalcross.sys.InvalidNumberException;
import totalcross.ui.Container;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
* (c) 2020 by TotalCross Global Mobile Platform LTDA
* SPDX-License-Identifier: LGPL-3.0-only
*********************************************************************************/
package com.totalcross.knowcode.parse;
package com.totalcross.knowcode.ui;

import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.TreeMap;

import com.totalcross.knowcode.xml.NodeSax;
import com.totalcross.knowcode.xml.XmlContainerFactory;

import totalcross.sys.InvalidNumberException;
import totalcross.sys.Settings;
import totalcross.sys.Vm;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
* (c) 2020 by TotalCross Global Mobile Platform LTDA
* SPDX-License-Identifier: LGPL-3.0-only
*********************************************************************************/
package com.totalcross.knowcode.parse;
package com.totalcross.knowcode.ui;

import com.totalcross.knowcode.xml.NodeSax;

import totalcross.sys.InvalidNumberException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
* (c) 2020 by TotalCross Global Mobile Platform LTDA
* SPDX-License-Identifier: LGPL-3.0-only
*********************************************************************************/
package com.totalcross.knowcode.parse;
package com.totalcross.knowcode.ui;

import com.totalcross.knowcode.xml.NodeSax;

import totalcross.sys.InvalidNumberException;
import totalcross.ui.Container;
Expand Down
Loading