webfunds.client
Class UInterfaceImpl
java.lang.Object
|
+--webfunds.client.UInterfaceImpl
- public class UInterfaceImpl
- extends java.lang.Object
- implements UInterface, java.awt.event.ActionListener, CorePart
|
Field Summary |
protected Core |
c
|
protected javax.swing.JList |
list
|
protected javax.swing.JOptionPane |
pane
|
protected javax.swing.JPasswordField |
passwd
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
c
protected Core c
pane
protected javax.swing.JOptionPane pane
passwd
protected javax.swing.JPasswordField passwd
list
protected javax.swing.JList list
UInterfaceImpl
public UInterfaceImpl()
setCore
public void setCore(Core core)
- Specified by:
- setCore in interface CorePart
getType
public java.lang.String getType()
- Specified by:
- getType in interface CorePart
getYesNo
public int getYesNo(java.lang.String message)
- Specified by:
- getYesNo in interface UInterface
getYesNoCanc
public int getYesNoCanc(java.lang.String message)
- Specified by:
- getYesNoCanc in interface UInterface
errorMessage
public void errorMessage(java.lang.String message)
- Specified by:
- errorMessage in interface UInterface
infoMessage
public void infoMessage(java.lang.String message)
- Specified by:
- infoMessage in interface UInterface
getInput
public java.lang.String getInput(java.lang.String message)
- Specified by:
- getInput in interface UInterface
getPassword
public java.lang.String getPassword(java.lang.String message)
- Specified by:
- getPassword in interface UInterface
getList
public java.lang.Object[] getList(java.lang.String message,
java.lang.Object[] items,
boolean multiple)
- Specified by:
- getList in interface UInterface
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Specified by:
- actionPerformed in interface java.awt.event.ActionListener
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
main
public static void main(java.lang.String[] args)