Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.cybertivity.powerjournal.framework
Class ButtonView  view ButtonView download ButtonView.java

java.lang.Object
  extended byjava.util.Observable
      extended bycom.cybertivity.powerjournal.framework.View
          extended bycom.cybertivity.powerjournal.framework.DialogView
              extended bycom.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.