|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JUserLoginPanel.ImageLocation | |
|---|---|
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| Uses of JUserLoginPanel.ImageLocation in com.antelmann.db |
|---|
| Methods in com.antelmann.db that return JUserLoginPanel.ImageLocation | |
|---|---|
static JUserLoginPanel.ImageLocation |
JUserLoginPanel.ImageLocation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JUserLoginPanel.ImageLocation[] |
JUserLoginPanel.ImageLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.db with parameters of type JUserLoginPanel.ImageLocation | |
|---|---|
static User |
JUserLoginPanel.showDialog(String title,
Component parent,
UserLoginStore uls,
Image image,
JUserLoginPanel.ImageLocation imageLocation)
|
static User |
JUserLoginPanel.showDialog(String title,
Component parent,
UserLoginStore uls,
String location,
Image image,
JUserLoginPanel.ImageLocation imageLocation)
|
static User |
JUserLoginPanel.showDialog(String title,
Component parent,
UserLoginStore uls,
String location,
Image image,
JUserLoginPanel.ImageLocation imageLocation,
String userString,
String pwdString)
Upon successful login, the associated user is logged into the UserLoginStore. |
| Constructors in com.antelmann.db with parameters of type JUserLoginPanel.ImageLocation | |
|---|---|
JUserLoginPanel(UserLoginStore uls,
String location,
Image image,
JUserLoginPanel.ImageLocation imageLocation)
|
|
JUserLoginPanel(UserLoginStore uls,
String location,
Image image,
JUserLoginPanel.ImageLocation imageLocation,
String userString,
String pwdString)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||