|
BUILD COMPLETE -
0.16.125
|
|
Date of build: September 3 2002
|
|
Time to build: 1 minute 58 seconds
|
|
Last changed: 2002-Sep-03 12:57:17
|
Last log entry: Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
Unit Tests: (19)
|
|
All Tests Passed
|
| |
| |
Modifications since last build: (
106)
|
|
modified
|
dcbutler
|
|
build.xml
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
etc/MANIFEST.MF
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/FleetBase.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/PlanetBase.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/Renamable.java
|
branches: 1.1.2;
file Renamable.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/Renamable.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/ResultArrival.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/ResultBuild.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/ResultColonize.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/ResultHomeSystem.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/ResultWormholeOscillation.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/SystemBase.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/AboutDialogJFC.java
|
branches: 1.1.2;
file AboutDialogJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/AboutDialogJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/AlienFilterJFC.java
|
branches: 1.1.2;
file AlienFilterJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/AlienFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/AlienListJFC.java
|
branches: 1.1.2;
file AlienListJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/AlienListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/AlienSpecificJFC.java
|
branches: 1.1.2;
file AlienSpecificJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/AlienSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/AlphaOptionsJFC.java
|
branches: 1.1.2;
file AlphaOptionsJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/AlphaOptionsJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/DebugDialogJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/FleetFilterJFC.java
|
branches: 1.1.2;
file FleetFilterJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/FleetFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/FleetListJFC.java
|
branches: 1.1.2;
file FleetListJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/FleetListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/FleetSpecificJFC.java
|
branches: 1.1.2;
file FleetSpecificJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/FleetSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIAboutDialogJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIAlienFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIAlienListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIAlienSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIAlphaOptionsJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/GUICommandBarJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIFactoryJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIFleetFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIFleetListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIFleetMoveJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIFleetSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIGalaxyFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIGalaxyListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIMainMenuJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIManualDialogJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIMapJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIOptionsJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIOrderWindow.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIPlanetFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIPlanetListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIPlanetSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIResourceGroupsList.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIResultsJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIScriptRepository.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIStationFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIStationListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUISystemFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUISystemListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUISystemSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUITechnologyJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIWormholeFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIWormholeListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GUIWormholeSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GalaxyFilterJFC.java
|
branches: 1.1.2;
file GalaxyFilterJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/GalaxyFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/GalaxyListJFC.java
|
branches: 1.1.2;
file GalaxyListJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/GalaxyListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/ManualDialogJFC.java
|
branches: 1.1.2;
file ManualDialogJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/ManualDialogJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/MessageListWindowJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/OptionsJFC.java
|
branches: 1.1.2;
file OptionsJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/OptionsJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/OrderWindow.java
|
branches: 1.1.2;
file OrderWindow.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/OrderWindow.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/PlanetDiagramPanel.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/PlanetFilterJFC.java
|
branches: 1.1.2;
file PlanetFilterJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/PlanetFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/PlanetListJFC.java
|
branches: 1.1.2;
file PlanetListJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/PlanetListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/PlanetSpecificJFC.java
|
branches: 1.1.2;
file PlanetSpecificJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/PlanetSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/ResourceGroupsList.java
|
branches: 1.1.2;
file ResourceGroupsList.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/ResourceGroupsList.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/ResultsJFC.java
|
branches: 1.1.2;
file ResultsJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/ResultsJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/ScriptRepository.java
|
branches: 1.1.2;
file ScriptRepository.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/ScriptRepository.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/StationFilterJFC.java
|
branches: 1.1.2;
file StationFilterJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/StationFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/StationListJFC.java
|
branches: 1.1.2;
file StationListJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/StationListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/SystemFilterJFC.java
|
branches: 1.1.2;
file SystemFilterJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/SystemFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/SystemListJFC.java
|
branches: 1.1.2;
file SystemListJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/SystemListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/SystemSpecificJFC.java
|
branches: 1.1.2;
file SystemSpecificJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/SystemSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/TechnologyJFC.java
|
branches: 1.1.2;
file TechnologyJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/TechnologyJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/WormholeFilterJFC.java
|
branches: 1.1.2;
file WormholeFilterJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/WormholeFilterJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/WormholeListJFC.java
|
branches: 1.1.2;
file WormholeListJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/WormholeListJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
deleted
|
dcbutler
|
|
src/org/gjt/universe/gui/WormholeSpecificJFC.java
|
branches: 1.1.2;
file WormholeSpecificJFC.java was initially added on branch conversion-to-actions.
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/WormholeSpecificJFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/gui/one/MainMenu.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
|
modified
|
dcbutler
|
|
src/org/gjt/universe/scheme001/GUICreateShipDesign_001_JFC.java
|
Conversion to actions project -- Update II. Things in this update:
1. Added the appropriate directory for the package
org.gjt.universe.gui.actions.
2. Created org.gjt.universe.gui.actions.AbstractGUIAction, which
carries the common behavior for the actions we'll be using.
(And will, eventually, make adding i18n easier.)
3. Created org.gjt.universe.gui.actions.OkAction, an action that
encapsulates the behavior of the "acceptance action".
4. Created org.gjt.universe.gui.actions.CloseAction, an action that
encapsulates the behavior of the "close window action".
5. Renamed the following classes to remove the superfluous GUI prefix,
and changed the references to the classes in other source files:
- org.gjt.universe.gui.GUIAboutDialogJFC
- org.gjt.universe.gui.GUIAlienFilterJFC
- org.gjt.universe.gui.GUIAlienListJFC
- org.gjt.universe.gui.GUIAlienSpecificJFC
- org.gjt.universe.gui.GUIAlphaOptionsJFC
- org.gjt.universe.gui.GUIFleetFilterJFC
- org.gjt.universe.gui.GUIFleetListJFC
- org.gjt.universe.gui.GUIFleetSpecificJFC
- org.gjt.universe.gui.GUIGalaxyFilterJFC
- org.gjt.universe.gui.GUIGalaxyListJFC
- org.gjt.universe.gui.GUIManualDialogJFC
- org.gjt.universe.gui.GUIOptionsJFC
- org.gjt.universe.gui.GUIOrderWindow
- org.gjt.universe.gui.GUIPlanetFilterJFC
- org.gjt.universe.gui.GUIPlanetListJFC
- org.gjt.universe.gui.GUIPlanetSpecificJFC
- org.gjt.universe.gui.GUIResultsJFC
- org.gjt.universe.gui.GUIScriptRepository
- org.gjt.universe.gui.GUIStationFilterJFC
- org.gjt.universe.gui.GUIStationListJFC
- org.gjt.universe.gui.GUISystemFilterJFC
- org.gjt.universe.gui.GUISystemListJFC
- org.gjt.universe.gui.GUISystemSpecificJFC
- org.gjt.universe.gui.GUITechnologyJFC
- org.gjt.universe.gui.GUIWormholeFilterJFC
- org.gjt.universe.gui.GUIWormholeListJFC
- org.gjt.universe.gui.GUIWormholeSpecificJFC
6. Modified the following classes to use OkAction and/or CloseAction:
- org.gjt.universe.gui.AboutDialogJFC
- org.gjt.universe.gui.AlienListJFC
- org.gjt.universe.gui.AlienSpecificJFC
- org.gjt.universe.gui.DebugDialogJFC
- org.gjt.universe.gui.FleetListJFC
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.GalaxyListJFC
- org.gjt.universe.gui.ManualDialogJFC
- org.gut.universe.gui.MessageListWindowJFC
- org.gjt.universe.gui.OptionsJFC
- org.gjt.universe.gui.OrderWindow
- org.gjt.universe.gui.PlanetListJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.ResourceGroupsList
- org.gjt.universe.gui.ResultsJFC
- org.gjt.universe.gui.StationListJFC
- org.gjt.universe.gui.SystemListJFC
- org.gjt.universe.gui.SystemSpecificJFC
- org.gjt.universe.gui.TechnologyJFC
- org.gjt.universe.gui.WormholeListJFC
- org.gjt.universe.gui.WormholeSpecificJFC
7. Modified the following classes to prepare them for future
changes to use actions:
- org.gjt.universe.gui.AlienFilterJFC
- org.gjt.universe.gui.AlphaOptionsJFC
- org.gjt.universe.gui.FleetFilterJFC
- org.gjt.universe.gui.GalaxyFilterJFC
- org.gjt.universe.gui.PlanetFilterJFC
- org.gjt.universe.gui.ScriptRepository
- org.gjt.universe.gui.StationFilterJFC
- org.gjt.universe.gui.SystemFilterJFC
- org.gjt.universe.gui.WormholeFilterJFC
8. As part of the changes to the above files, eliminated the
wildcard import statement(s).
9. Created the class org.gjt.universe.gui.actions.RenameAction
to encapsulate the functionality of the "rename" button and
modified the following classes to use it:
- org.gjt.universe.gui.FleetSpecificJFC
- org.gjt.universe.gui.PlanetSpecificJFC
- org.gjt.universe.gui.SystemSpecificJFC
10. Created the helper interface org.gjt.universe.Renamable
and modified the following classes to implement it:
- org.gjt.universe.FleetBase
- org.gjt.universe.PlanetBase
- org.gjt.universe.SystemBase
11. Moved the CreateAction class from org.gjt.universe.gui.TechnologyJFC
and renamed it org.gjt.universe.gui.actions.CreateShipDesignAction.
12. Created the "compile-clean" target in the build.xml file; it performs
the "clean" target, then the "compile" target. This is required to
avoid some dependancy gotchas that happen with Ant and either javac
or jikes (in non-incremental mode).
|
| |
Deployments by this build: (
5)
|
|
Building jar: /home/jjweston/data/projects/Universe/cc_universe/dist/UniverseData.jar
|
|
Building jar: /home/jjweston/data/projects/Universe/cc_universe/dist/Universe.jar
|
|
Building jar: /home/jjweston/data/projects/Universe/cc_universe/dist/UniverseServer.jar
|
|
Building jar: /home/jjweston/data/projects/Universe/cc_universe/dist/UniverseClient.jar
|
|
Building jar: /home/jjweston/data/projects/Universe/cc_universe/dist/UniverseTest.jar
|