au.edu.swin.synergy.plugin.rtp
Class BRepositoryGui
java.lang.Object
|
+--au.edu.swin.synergy.plugin.rtp.BRepositoryGui
- public class BRepositoryGui
- extends Object
Constructor Summary |
BRepositoryGui(BRepositoryClient plug)
Constructor for the repository gui
It instanciates the check in and chack out panels
as well as registering the menu items. |
Method Summary |
void |
doDialect()
this is called when the locale is changed |
void |
doLogin()
Enables the repository gui menu items once the user has logged in |
void |
doLogout()
disables the repository menu items when the user logs out |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
client
protected BRepositoryClient client
- Reference to the plugin to the BKA
checkIn
protected BCheckIn checkIn
- The check in/out panels containing the info
checkOut
protected BCheckOut checkOut
BRepositoryGui
public BRepositoryGui(BRepositoryClient plug)
- Constructor for the repository gui
It instanciates the check in and chack out panels
as well as registering the menu items.
- Parameters:
plug
- a BPlugin that is a reference to the client to the BKA
doDialect
public void doDialect()
- this is called when the locale is changed
doLogin
public void doLogin()
- Enables the repository gui menu items once the user has logged in
doLogout
public void doLogout()
- disables the repository menu items when the user logs out