- java.lang.Object
-
- util.ui.view.AbstractView
-
-
Constructor Summary
Constructors Constructor Description AbstractView()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ViewProperty
getProperty()
protected abstract void
onPropertiesChanged(ViewProperty prop)
void
setProperty(ViewProperty prop)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface util.ui.view.View
getContent, setComponents, storeProperties, update
-
-
-
-
Method Detail
-
setProperty
public void setProperty(ViewProperty prop)
- Specified by:
setProperty
in interfaceView
-
getProperty
public ViewProperty getProperty()
- Specified by:
getProperty
in interfaceView
-
onPropertiesChanged
protected abstract void onPropertiesChanged(ViewProperty prop)
-
-