|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Person | |
---|---|
t3.portfolios |
Uses of Person in t3.portfolios |
---|
Fields in t3.portfolios declared as Person | |
---|---|
Person |
PointInputDevice.person
|
Person |
PortfolioEvent.person
The Person that generated the event. |
Methods in t3.portfolios with parameters of type Person | |
---|---|
Portfolio |
PortfolioServer.getKeyboardFocusForPerson(Person person)
Returns the portfolio that currently receives keyboard input events from a specified person's keyboard. |
void |
PortfolioServer.setKeyboardFocusForPerson(Portfolio p,
Person person)
Sets the portfolio to which keyboard input events from a specified person will be sent. |
Constructors in t3.portfolios with parameters of type Person | |
---|---|
PointInputDevice(Person person,
int pointInputDeviceType)
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |