All Packages Class Hierarchy This Package Previous Next Index
Class mvc.ObsStoreView
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----mvc.ObsStoreView
- public class ObsStoreView
- extends Canvas
- implements Observer
-
ObsStoreView(ObservableStore)
-
-
minimumSize()
- Returns the minimum size of this component.
-
mouseDown(Event, int, int)
- Called if the mouse is down.
-
paint(Graphics)
- Paints the canvas in the default background color.
-
preferredSize()
-
Returns the preferred size of this component.
-
store()
-
-
update(Observable, Object)
-
ObsStoreView
public ObsStoreView(ObservableStore s)
store
public STORE store()
paint
public void paint(Graphics g)
- Paints the canvas in the default background color.
- Overrides:
- paint in class Canvas
minimumSize
public Dimension minimumSize()
- Returns the minimum size of this component.
- Overrides:
- minimumSize in class Component
preferredSize
public Dimension preferredSize()
- Returns the preferred size of this component.
- Overrides:
- preferredSize in class Component
update
public void update(Observable o,
Object args)
mouseDown
public boolean mouseDown(Event e,
int x,
int y)
- Called if the mouse is down.
- Overrides:
- mouseDown in class Component
All Packages Class Hierarchy This Package Previous Next Index
Imprint | Data Protection