large renaming in progress

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@135 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-05-07 22:56:20 +00:00
parent 3dc5a992d0
commit 2f4db5060d
24 changed files with 95 additions and 74 deletions

View File

@@ -16,7 +16,7 @@
*/ */
package wiiusej; package wiiusej;
import wiiusej.wiiuseapievents.EventsGatherer; import wiiusej.wiiusejevents.utils.EventsGatherer;
/** /**
* Singleton used to manipulate WiiUse Api. * Singleton used to manipulate WiiUse Api.

View File

@@ -20,10 +20,10 @@ import java.util.concurrent.atomic.AtomicBoolean;
import javax.swing.event.EventListenerList; import javax.swing.event.EventListenerList;
import wiiusej.wiiuseapievents.EventsGatherer; import wiiusej.wiiusejevents.utils.EventsGatherer;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.utils.WiiUseApiListener;
import wiiusej.wiiuseapievents.WiiUseApiEvent; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
import wiiusej.wiiuseapievents.WiiUseApiListener; import wiiusej.wiiusejevents.wiiusejapievents.WiiUseApiEvent;
/** /**
* Class that manages the use of Wiiuse API. * Class that manages the use of Wiiuse API.

View File

@@ -18,12 +18,12 @@ package wiiusej;
import javax.swing.event.EventListenerList; import javax.swing.event.EventListenerList;
import wiiusej.wiiuseapievents.DisconnectionEvent; import wiiusej.wiiusejevents.utils.WiiUseApiListener;
import wiiusej.wiiuseapievents.WiimoteEvent; import wiiusej.wiiusejevents.utils.WiimoteListener;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiuseapievents.WiiUseApiEvent; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
import wiiusej.wiiuseapievents.WiiUseApiListener; import wiiusej.wiiusejevents.wiiusejapievents.WiiUseApiEvent;
import wiiusej.wiiuseapievents.WiimoteListener; import wiiusej.wiiusejevents.wiiusejapievents.WiimoteEvent;
/** /**
* Class that represents a wiimote. You can register as an observer of this * Class that represents a wiimote. You can register as an observer of this

View File

@@ -23,12 +23,12 @@ import java.awt.event.InputEvent;
import wiiusej.WiiUseApiManager; import wiiusej.WiiUseApiManager;
import wiiusej.Wiimote; import wiiusej.Wiimote;
import wiiusej.values.IRSource; import wiiusej.values.IRSource;
import wiiusej.wiiuseapievents.DisconnectionEvent; import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiuseapievents.WiimoteButtonsEvent; import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiuseapievents.IREvent; import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiuseapievents.MotionSensingEvent; import wiiusej.wiiusejevents.utils.WiimoteListener;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiuseapievents.WiimoteListener; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/** /**
* This class used to test WiiuseJ. * This class used to test WiiuseJ.

View File

@@ -28,12 +28,12 @@ import wiiusej.utils.ButtonsEventPanel;
import wiiusej.utils.GForcePanel; import wiiusej.utils.GForcePanel;
import wiiusej.utils.IRPanel; import wiiusej.utils.IRPanel;
import wiiusej.utils.OrientationPanel; import wiiusej.utils.OrientationPanel;
import wiiusej.wiiuseapievents.DisconnectionEvent; import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiuseapievents.WiimoteButtonsEvent; import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiuseapievents.IREvent; import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiuseapievents.MotionSensingEvent; import wiiusej.wiiusejevents.utils.WiimoteListener;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiuseapievents.WiimoteListener; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/** /**
* Gui class to test WiiuseJ. * Gui class to test WiiuseJ.

View File

@@ -26,12 +26,12 @@ import java.awt.geom.AffineTransform;
import java.util.ArrayList; import java.util.ArrayList;
import wiiusej.values.RawAcceleration; import wiiusej.values.RawAcceleration;
import wiiusej.wiiuseapievents.DisconnectionEvent; import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiuseapievents.WiimoteButtonsEvent; import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiuseapievents.IREvent; import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiuseapievents.MotionSensingEvent; import wiiusej.wiiusejevents.utils.WiimoteListener;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiuseapievents.WiimoteListener; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/** /**
* This panel is used to watch raw acceleration values from a MotionSensingEvent. * This panel is used to watch raw acceleration values from a MotionSensingEvent.

View File

@@ -26,13 +26,13 @@ import java.awt.Shape;
import java.awt.Toolkit; import java.awt.Toolkit;
import java.awt.geom.AffineTransform; import java.awt.geom.AffineTransform;
import wiiusej.wiiuseapievents.ButtonsEvent; import wiiusej.wiiusejevents.physicalevents.ButtonsEvent;
import wiiusej.wiiuseapievents.DisconnectionEvent; import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiuseapievents.WiimoteButtonsEvent; import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiuseapievents.IREvent; import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiuseapievents.MotionSensingEvent; import wiiusej.wiiusejevents.utils.WiimoteListener;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiuseapievents.WiimoteListener; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/** /**
* This panel is used to see what buttons are pressed. * This panel is used to see what buttons are pressed.

View File

@@ -26,12 +26,12 @@ import java.awt.geom.AffineTransform;
import java.util.ArrayList; import java.util.ArrayList;
import wiiusej.values.GForce; import wiiusej.values.GForce;
import wiiusej.wiiuseapievents.DisconnectionEvent; import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiuseapievents.WiimoteButtonsEvent; import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiuseapievents.IREvent; import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiuseapievents.MotionSensingEvent; import wiiusej.wiiusejevents.utils.WiimoteListener;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiuseapievents.WiimoteListener; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/** /**
* This panel is used to watch gravity force values from a MotionSensingEvent. * This panel is used to watch gravity force values from a MotionSensingEvent.

View File

@@ -25,12 +25,12 @@ import java.awt.RenderingHints;
import java.awt.Shape; import java.awt.Shape;
import java.awt.geom.AffineTransform; import java.awt.geom.AffineTransform;
import wiiusej.wiiuseapievents.DisconnectionEvent; import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiuseapievents.WiimoteButtonsEvent; import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiuseapievents.IREvent; import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiuseapievents.MotionSensingEvent; import wiiusej.wiiusejevents.utils.WiimoteListener;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiuseapievents.WiimoteListener; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/** /**
* This panel is used to see what the IR camera of the wiimote sees. * This panel is used to see what the IR camera of the wiimote sees.

View File

@@ -26,12 +26,12 @@ import java.awt.geom.AffineTransform;
import java.util.ArrayList; import java.util.ArrayList;
import wiiusej.values.Orientation; import wiiusej.values.Orientation;
import wiiusej.wiiuseapievents.DisconnectionEvent; import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiuseapievents.WiimoteButtonsEvent; import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiuseapievents.IREvent; import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiuseapievents.MotionSensingEvent; import wiiusej.wiiusejevents.utils.WiimoteListener;
import wiiusej.wiiuseapievents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiuseapievents.WiimoteListener; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/** /**
* This panel is used to watch orientation values from a MotionSensingEvent. * This panel is used to watch orientation values from a MotionSensingEvent.

View File

@@ -14,7 +14,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.physicalevents;
import wiiusej.wiiusejevents.GenericEvent;
/** /**
* Class which represents a buttons event. * Class which represents a buttons event.

View File

@@ -14,9 +14,10 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.physicalevents;
import wiiusej.values.IRSource; import wiiusej.values.IRSource;
import wiiusej.wiiusejevents.GenericEvent;
/** /**
* Class which represents an IR event. * Class which represents an IR event.

View File

@@ -14,11 +14,12 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.physicalevents;
import wiiusej.values.GForce; import wiiusej.values.GForce;
import wiiusej.values.Orientation; import wiiusej.values.Orientation;
import wiiusej.values.RawAcceleration; import wiiusej.values.RawAcceleration;
import wiiusej.wiiusejevents.GenericEvent;
/** /**
* Class which represents a motion sensing event. * Class which represents a motion sensing event.

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.physicalevents;
/** /**
* Class which represents a buttons event for a generic event. It means buttons * Class which represents a buttons event for a generic event. It means buttons

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.physicalevents;
/** /**
* Class which represents a buttons event for a generic event. It means buttons * Class which represents a buttons event for a generic event. It means buttons

View File

@@ -14,14 +14,14 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.utils;
import wiiusej.wiiusejevents.DisconnectionEvent; import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiusejevents.NunchukInsertedEvent; import wiiusej.wiiusejevents.wiiusejapievents.NunchukInsertedEvent;
import wiiusej.wiiusejevents.NunchukRemovedEvent; import wiiusej.wiiusejevents.wiiusejapievents.NunchukRemovedEvent;
import wiiusej.wiiusejevents.StatusEvent; import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
import wiiusej.wiiusejevents.WiiUseApiEvent; import wiiusej.wiiusejevents.wiiusejapievents.WiiUseApiEvent;
import wiiusej.wiiusejevents.WiimoteEvent; import wiiusej.wiiusejevents.wiiusejapievents.WiimoteEvent;
/** /**
* This class is used to gather events during a call to the Wiiuse API. * This class is used to gather events during a call to the Wiiuse API.

View File

@@ -14,7 +14,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.utils;
import wiiusej.wiiusejevents.wiiusejapievents.WiiUseApiEvent;

View File

@@ -14,7 +14,13 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.utils;
import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/** /**
* This is the interface to implement to listen to events from wiimotes. * This is the interface to implement to listen to events from wiimotes.

View File

@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.wiiusejapievents;
/** /**
* Class representing a disconnection event. * Class representing a disconnection event.

View File

@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.wiiusejapievents;
/** /**
* Event that represents the connection of a nunchuk to a wiimote. * Event that represents the connection of a nunchuk to a wiimote.

View File

@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.wiiusejapievents;
/** /**
* Event that represents the connection of a nunchuk to a wiimote. * Event that represents the connection of a nunchuk to a wiimote.

View File

@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.wiiusejapievents;
/** /**
* Class used to represent a status event. This class is used to know what are * Class used to represent a status event. This class is used to know what are

View File

@@ -14,7 +14,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.wiiusejapievents;
import wiiusej.wiiusejevents.GenericEvent;
/** /**
* This class describes the structure of an event from the WiiUse API event. * This class describes the structure of an event from the WiiUse API event.

View File

@@ -14,9 +14,12 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>. * along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/ */
package wiiusej.wiiusejevents; package wiiusej.wiiusejevents.wiiusejapievents;
import wiiusej.values.Expansion; import wiiusej.values.Expansion;
import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
/** /**
* Class that is a bean to be filled by the wiiuse API on an event that occurs * Class that is a bean to be filled by the wiiuse API on an event that occurs