mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 02:33:24 +00:00
eclipse plugin: mark as deprecated the units wizard
This commit is contained in:
parent
e0c8e8f499
commit
908acbaacd
@ -20,6 +20,7 @@ import org.eclipse.swt.widgets.Label;
|
||||
import org.eclipse.swt.widgets.Shell;
|
||||
import org.eclipse.swt.widgets.Text;
|
||||
|
||||
@Deprecated
|
||||
public class AttackDialog extends TitleAreaDialog
|
||||
{
|
||||
private Text text;
|
||||
|
@ -17,6 +17,7 @@ import org.eclipse.swt.widgets.Composite;
|
||||
import org.eclipse.swt.widgets.Control;
|
||||
import org.eclipse.swt.widgets.Shell;
|
||||
|
||||
@Deprecated
|
||||
public class EffectDialog extends TitleAreaDialog
|
||||
{
|
||||
public EffectDialog(Shell parentShell) {
|
||||
|
@ -34,6 +34,7 @@ import wesnoth_eclipse_plugin.wizards.NewWizardTemplate;
|
||||
import wesnoth_eclipse_plugin.wizards.ReplaceableParameter;
|
||||
import wesnoth_eclipse_plugin.wizards.TemplateProvider;
|
||||
|
||||
@Deprecated
|
||||
public class MoveTypeWizard extends NewWizardTemplate
|
||||
{
|
||||
private MoveTypePage0 page0_;
|
||||
|
@ -34,6 +34,7 @@ import wesnoth_eclipse_plugin.wizards.NewWizardTemplate;
|
||||
import wesnoth_eclipse_plugin.wizards.ReplaceableParameter;
|
||||
import wesnoth_eclipse_plugin.wizards.TemplateProvider;
|
||||
|
||||
@Deprecated
|
||||
public class RaceWizard extends NewWizardTemplate
|
||||
{
|
||||
|
||||
|
@ -28,6 +28,7 @@ import org.eclipse.swt.widgets.List;
|
||||
import org.eclipse.swt.widgets.Shell;
|
||||
import org.eclipse.swt.widgets.Text;
|
||||
|
||||
@Deprecated
|
||||
public class TraitDialog extends TitleAreaDialog
|
||||
{
|
||||
private Text txtId_;
|
||||
|
@ -18,6 +18,7 @@ import org.eclipse.swt.widgets.Label;
|
||||
import org.eclipse.swt.widgets.Spinner;
|
||||
import org.eclipse.swt.widgets.Text;
|
||||
|
||||
@Deprecated
|
||||
public class UnitTypePage0 extends WizardPage
|
||||
{
|
||||
private Text txtId_;
|
||||
|
@ -23,6 +23,7 @@ import org.eclipse.swt.widgets.List;
|
||||
import wesnoth_eclipse_plugin.utils.GUIUtils;
|
||||
import wesnoth_eclipse_plugin.utils.ListUtils;
|
||||
|
||||
@Deprecated
|
||||
public class UnitTypePage1 extends WizardPage
|
||||
{
|
||||
private List lstAttack_;
|
||||
|
@ -16,6 +16,7 @@ import wesnoth_eclipse_plugin.wizards.NewWizardTemplate;
|
||||
import wesnoth_eclipse_plugin.wizards.ReplaceableParameter;
|
||||
import wesnoth_eclipse_plugin.wizards.TemplateProvider;
|
||||
|
||||
@Deprecated
|
||||
public class UnitTypeWizard extends NewWizardTemplate
|
||||
{
|
||||
|
||||
|
@ -36,6 +36,7 @@ import wesnoth_eclipse_plugin.wizards.NewWizardTemplate;
|
||||
import wesnoth_eclipse_plugin.wizards.ReplaceableParameter;
|
||||
import wesnoth_eclipse_plugin.wizards.TemplateProvider;
|
||||
|
||||
@Deprecated
|
||||
public class UnitsNewWizard extends NewWizardTemplate
|
||||
{
|
||||
UnitsPage0 page0_;
|
||||
|
@ -37,6 +37,7 @@ import wesnoth_eclipse_plugin.utils.GUIUtils;
|
||||
import wesnoth_eclipse_plugin.utils.ListUtils;
|
||||
import wesnoth_eclipse_plugin.wizards.NewWizardTemplate;
|
||||
|
||||
@Deprecated
|
||||
public class UnitsPage0 extends WizardPage
|
||||
{
|
||||
private IStructuredSelection selection_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user