|
|||||||||
| 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 ButtonView

java.lang.Objectjava.util.Observable
com.cybertivity.powerjournal.framework.View
com.cybertivity.powerjournal.framework.DialogView
com.cybertivity.powerjournal.framework.ButtonView
- All Implemented Interfaces:
- java.util.Observer
- Direct Known Subclasses:
- PanelDialogView, TabDialogView
- public abstract class ButtonView
- extends DialogView
Description of the Class
| Nested Class Summary | |
protected class |
ButtonView.ButtonPanel
Button panel has a grid layout so all the buttons are the same size. |
| Nested classes inherited from class com.cybertivity.powerjournal.framework.DialogView |
|
| Field Summary | |
protected ButtonView.ButtonPanel |
buttonPanel
|
| Fields inherited from class com.cybertivity.powerjournal.framework.DialogView |
actionListener, content |
| Fields inherited from class java.util.Observable |
|
| Constructor Summary | |
ButtonView(javax.swing.JFrame parent,
boolean modal)
Construct a ButtonView with the specified frame as the parent. |
|
| Methods inherited from class com.cybertivity.powerjournal.framework.DialogView |
closeDialog, getContent, isVisible, moveToCenter, setVisible |
| 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 |
buttonPanel
protected ButtonView.ButtonPanel buttonPanel
| Constructor Detail |
ButtonView
public ButtonView(javax.swing.JFrame parent, boolean modal)
- Construct a ButtonView with the specified frame as the parent.
|
|||||||||
| Home >> All >> com >> cybertivity >> powerjournal >> [ framework overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC