|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaxfront.swing.ui.visualizers.UIController
public class UIController
Central controller observes all model changes and defined rules coming from the XUI.
Field Summary | |
---|---|
static UIController |
_singleton
|
Method Summary | |
---|---|
void |
addTabChangeListener(TabChangeListener newListener)
Register a new listener for receiving Tab Changed events. |
void |
focusGained(java.awt.event.FocusEvent e)
Invoked when a component gains the keyboard focus. |
void |
focusLost(java.awt.event.FocusEvent e)
Invoked when a component (com.jaxfront.swing.ui.visualizers.Visualizer) looses the keyboard focus and invokes a model update. |
static UIController |
getInstance()
Singleton implementation. |
void |
removeTabChangeListener(TabChangeListener newListener)
Removes a TabChangeListener. |
void |
stateChanged(javax.swing.event.ChangeEvent e)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static UIController _singleton
Method Detail |
---|
public void focusGained(java.awt.event.FocusEvent e)
focusGained
in interface java.awt.event.FocusListener
FocusListener.focusGained(FocusEvent)
public void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
FocusListener.focusLost(FocusEvent)
public static UIController getInstance()
public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged
in interface javax.swing.event.ChangeListener
ChangeListener.stateChanged(javax.swing.event.ChangeEvent)
public void addTabChangeListener(TabChangeListener newListener)
newListener
- a new listenerpublic void removeTabChangeListener(TabChangeListener newListener)
newListener
- TabChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |