Uses of Class
t3.portfolios.PointInputDevice

Packages that use PointInputDevice
t3.portfolios   
t3.portfolios.commonbehaviours   
t3.portfolios.swing   
 

Uses of PointInputDevice in t3.portfolios
 

Fields in t3.portfolios declared as PointInputDevice
 PointInputDevice PortfolioEvent.pointInputDevice
          For pid events, this is the pid that generated the event.
 

Fields in t3.portfolios with type parameters of type PointInputDevice
 java.util.Map<PointInputDevice,PointInputDeviceData> PortfolioServer.pidToPidDataReadOnly
           
 

Methods in t3.portfolios with parameters of type PointInputDevice
 void JotterPortfolio.customProcessEndOfFDOPmode(PointInputDevice pen, int button)
           
 void PlainPortfolio.customProcessEndOfFDOPmode(PointInputDevice pen, int button)
           
protected abstract  void Portfolio.customProcessEndOfFDOPmode(PointInputDevice pid, int button)
          Implement this method to be notified when a PID stops being in FDOP mode.
protected  void RootPortfolio.customProcessEndOfFDOPmode(PointInputDevice pid, int button)
           
 boolean PortfolioCommonBehaviour.customProcessEndOfFDOPmode(Portfolio p, PointInputDevice pid, int button)
          Implement this method to be notified when a PID stops being in FDOP mode.
 void PortfolioServer.enterFDOPmodeForPointInputDevice(Portfolio p, PointInputDevice pointInputDevice, int button, double PORTxWhenFDOPmodeEntered, double PORTyWhenFDOPmodeEntered)
          Called by a portfolio when it wishes to enter FDOP mode.
 PointInputDeviceData PortfolioServer.getPidDataForPid(PointInputDevice pid)
          Returns the PointInputDeviceData for a specified PointInputDevice.
 void PortfolioServer.leaveFDOPmodeForPointInputDevice(PointInputDevice pid)
          Called by a portfolio when it wishes to leave FDOP mode.
 void PortfolioServer.notifyPortfolioWhenPidPressedOutside(Portfolio p, PointInputDevice pointInputDevice)
           
 

Constructors in t3.portfolios with parameters of type PointInputDevice
PortfolioEvent(int penButton, int penButtons, Person person, PointInputDevice pen, double DESKx, double DESKy, double DESKxOld, double DESKyOld, java.io.Serializable extra, int eventType, boolean positionAndButtonsKnown, boolean oldPositionKnown, int keyboardAWTKeyCode, char keyboardAWTChar, int keyboardAWTModifiers)
          Creates a new data structure to store the specified data.
 

Uses of PointInputDevice in t3.portfolios.commonbehaviours
 

Methods in t3.portfolios.commonbehaviours with parameters of type PointInputDevice
 boolean RNTWTORAndRegroupAndShrinkAndDestroy.customProcessEndOfFDOPmode(Portfolio p, PointInputDevice pid, int button)
           
 boolean BasicDragMode.customProcessEndOfFDOPmode(Portfolio p, PointInputDevice pid, int button)
           
 boolean CannotDragWRTParent.customProcessEndOfFDOPmode(Portfolio p, PointInputDevice pid, int button)
           
 boolean RNTWTORAndRegroup.customProcessEndOfFDOPmode(Portfolio p, PointInputDevice pid, int button)
           
 boolean RotateNTranslate.customProcessEndOfFDOPmode(Portfolio p, PointInputDevice pid, int button)
           
 boolean RotateNTranslateWithTranslateOnlyRegion.customProcessEndOfFDOPmode(Portfolio p, PointInputDevice pid, int button)
           
 

Uses of PointInputDevice in t3.portfolios.swing
 

Methods in t3.portfolios.swing with parameters of type PointInputDevice
protected  void SwingFramePortfolio.customProcessEndOfFDOPmode(PointInputDevice pen, int button)