|
|||||||||
| Home >> All >> com >> cybertivity >> powerjournal >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.cybertivity.powerjournal.framework
Class PanelView

java.lang.Objectjava.util.Observable
com.cybertivity.powerjournal.framework.View
com.cybertivity.powerjournal.framework.PanelView
- All Implemented Interfaces:
- java.util.Observer
- public abstract class PanelView
- extends View
Description of the Class
| Field Summary | |
protected javax.swing.JPanel |
content
|
| Fields inherited from class java.util.Observable |
|
| Constructor Summary | |
PanelView()
Constructor for the PanelView object |
|
| Method Summary | |
javax.swing.JPanel |
getContent()
Gets the Content attribute of the PanelView object |
| Methods inherited from class com.cybertivity.powerjournal.framework.View |
cleanUp, fireEvent, fireEvent, handleModelEvent, update |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
content
protected javax.swing.JPanel content
| Constructor Detail |
PanelView
public PanelView()
- Constructor for the PanelView object
| Method Detail |
getContent
public javax.swing.JPanel getContent()
- Gets the Content attribute of the PanelView object
|
|||||||||
| Home >> All >> com >> cybertivity >> powerjournal >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC