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

Quick Search    Search Deep
A B C D E F G H I L M N O P R S T U V W

A

ACCELERATOR_KEY - Static variable in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
 
ACTION_COMMAND_KEY - Static variable in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
 
ActionFactory - class com.cybertivity.powerjournal.framework.ActionFactory.
Factory class to create Action instances.
ActionFactory(String) - Constructor for class com.cybertivity.powerjournal.framework.ActionFactory
Construct an ActionFactory which will look for button images in the specified path.
ActionFactory.CancelAction - class com.cybertivity.powerjournal.framework.ActionFactory.CancelAction.
DefaultAction for a "Cancel" button.
ActionFactory.CancelAction() - Constructor for class com.cybertivity.powerjournal.framework.ActionFactory.CancelAction
Constructor for the CancelAction object
ActionFactory.ClearAction - class com.cybertivity.powerjournal.framework.ActionFactory.ClearAction.
DefaultAction for a "Clear" button or toolbar button.
ActionFactory.ClearAction() - Constructor for class com.cybertivity.powerjournal.framework.ActionFactory.ClearAction
Constructor for the ClearAction object
ActionFactory.CreateNewAction - class com.cybertivity.powerjournal.framework.ActionFactory.CreateNewAction.
DefaultAction for a "Create New" button.
ActionFactory.CreateNewAction() - Constructor for class com.cybertivity.powerjournal.framework.ActionFactory.CreateNewAction
Constructor for the CreateNewAction object
ActionFactory.DefaultAction - class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction.
AbstractAction extension which adds the ability to construct a JMenuItem or toolbar button with appropriate text, image etc.
ActionFactory.DefaultAction(String) - Constructor for class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Constructor for the DefaultAction object
ActionFactory.DismissAction - class com.cybertivity.powerjournal.framework.ActionFactory.DismissAction.
DefaultAction for a "Dismiss" button.
ActionFactory.DismissAction() - Constructor for class com.cybertivity.powerjournal.framework.ActionFactory.DismissAction
Constructor for the DismissAction object
ActionFactory.OkAction - class com.cybertivity.powerjournal.framework.ActionFactory.OkAction.
DefaultAction for an "Ok" button.
ActionFactory.OkAction() - Constructor for class com.cybertivity.powerjournal.framework.ActionFactory.OkAction
Constructor for the OkAction object
ActionFactory.ToggleAction - class com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction.
A bi-state extension of ToggleAction.
ActionFactory.ToggleAction(String) - Constructor for class com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction
Constructor for the ToggleAction object
actionListener - Variable in class com.cybertivity.powerjournal.framework.DialogView
 
actionListener - Variable in class com.cybertivity.powerjournal.framework.FrameView
 
actionPerformed(ActionEvent) - Method in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Messy: Pass on action events to my listeners.
actionPerformed(ActionEvent) - Method in class com.cybertivity.powerjournal.framework.DialogView.AllActionListener
 
actionPerformed(ActionEvent) - Method in class com.cybertivity.powerjournal.framework.FrameView.AllActionListener
Description of the Method
addActionListener(ActionListener) - Method in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Adds a feature to the ActionListener attribute of the DefaultAction object
addName(String, int) - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Adds a feature to the Name attribute of the VectorTableModel object
addRow() - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Adds a feature to the Row attribute of the VectorTableModel object
addTab(String, Component) - Method in class com.cybertivity.powerjournal.framework.TabDialogView
Add a tab to the tab set.

B

ButtonView - class com.cybertivity.powerjournal.framework.ButtonView.
Description of the Class
ButtonView(JFrame, boolean) - Constructor for class com.cybertivity.powerjournal.framework.ButtonView
Construct a ButtonView with the specified frame as the parent.
ButtonView.ButtonPanel - class com.cybertivity.powerjournal.framework.ButtonView.ButtonPanel.
Button panel has a grid layout so all the buttons are the same size.
ButtonView.ButtonPanel() - Constructor for class com.cybertivity.powerjournal.framework.ButtonView.ButtonPanel
Constructor for the ButtonPanel object
button - Variable in class com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction
 
buttonPanel - Variable in class com.cybertivity.powerjournal.framework.ButtonView
 

C

Controller - class com.cybertivity.powerjournal.framework.Controller.
Description of the Class
Controller() - Constructor for class com.cybertivity.powerjournal.framework.Controller
 
cleanUp() - Method in class com.cybertivity.powerjournal.framework.View
 
clear() - Method in class com.cybertivity.powerjournal.framework.StatusBar
Clear the status bar.
clear() - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Description of the Method
closeDialog() - Method in class com.cybertivity.powerjournal.framework.DialogView
Destroy myself.
closeDialog() - Method in class com.cybertivity.powerjournal.framework.FrameView
Hides this Frame.
com.cybertivity.powerjournal.framework - package com.cybertivity.powerjournal.framework
 
content - Variable in class com.cybertivity.powerjournal.framework.DialogView
 
content - Variable in class com.cybertivity.powerjournal.framework.FrameView
 
content - Variable in class com.cybertivity.powerjournal.framework.PanelView
 
createAction(String) - Method in class com.cybertivity.powerjournal.framework.ActionFactory
Create and return a DefaultAction for the given command.
createComponents() - Method in class com.cybertivity.powerjournal.framework.ExceptionDialog
Builds and does the layout
createToggleAction(String) - Method in class com.cybertivity.powerjournal.framework.ActionFactory
 

D

DialogView - class com.cybertivity.powerjournal.framework.DialogView.
Description of the Class
DialogView() - Constructor for class com.cybertivity.powerjournal.framework.DialogView
Constructor for the DialogView object
DialogView(JFrame, boolean) - Constructor for class com.cybertivity.powerjournal.framework.DialogView
Constructor for the DialogView object
DialogView.AllActionListener - class com.cybertivity.powerjournal.framework.DialogView.AllActionListener.
DialogView has one instance of this.
DialogView.AllActionListener() - Constructor for class com.cybertivity.powerjournal.framework.DialogView.AllActionListener
 
DialogView.DeadlyWindowListener - class com.cybertivity.powerjournal.framework.DialogView.DeadlyWindowListener.
When the window dies, behave like the Cancel button was clicked.
DialogView.DeadlyWindowListener() - Constructor for class com.cybertivity.powerjournal.framework.DialogView.DeadlyWindowListener
 
Dialogs - class com.cybertivity.powerjournal.framework.Dialogs.
Description of the Class
Dialogs() - Constructor for class com.cybertivity.powerjournal.framework.Dialogs
 
Dialogs.ConfirmHelper - class com.cybertivity.powerjournal.framework.Dialogs.ConfirmHelper.
 
Dialogs.ConfirmHelper(Component, String, String, int) - Constructor for class com.cybertivity.powerjournal.framework.Dialogs.ConfirmHelper
 
Dialogs.Helper - class com.cybertivity.powerjournal.framework.Dialogs.Helper.
Superclass of message and confirm helpers.
Dialogs.Helper(Component, String, String, int) - Constructor for class com.cybertivity.powerjournal.framework.Dialogs.Helper
Constructor for the Helper object
Dialogs.MessageHelper - class com.cybertivity.powerjournal.framework.Dialogs.MessageHelper.
Message display helper class.
Dialogs.MessageHelper(Component, String, String, int) - Constructor for class com.cybertivity.powerjournal.framework.Dialogs.MessageHelper
 
Dialogs.OptionHelper - class com.cybertivity.powerjournal.framework.Dialogs.OptionHelper.
 
Dialogs.OptionHelper(Component, String, String, Object[], Object) - Constructor for class com.cybertivity.powerjournal.framework.Dialogs.OptionHelper
Constructor for the OptionHelper object
defaultOption - Variable in class com.cybertivity.powerjournal.framework.Dialogs.OptionHelper
 

E

ExceptionDialog - class com.cybertivity.powerjournal.framework.ExceptionDialog.
Description of the Class
ExceptionDialog(Throwable, boolean) - Constructor for class com.cybertivity.powerjournal.framework.ExceptionDialog
Constructor for the ExceptionDialog object
ExceptionDialog(Throwable) - Constructor for class com.cybertivity.powerjournal.framework.ExceptionDialog
Constructor for the ExceptionDialog object
ExceptionDialog.DeadlyWindowListener - class com.cybertivity.powerjournal.framework.ExceptionDialog.DeadlyWindowListener.
Description of the Class
ExceptionDialog.DeadlyWindowListener() - Constructor for class com.cybertivity.powerjournal.framework.ExceptionDialog.DeadlyWindowListener
 

F

FrameView - class com.cybertivity.powerjournal.framework.FrameView.
Description of the Class
FrameView() - Constructor for class com.cybertivity.powerjournal.framework.FrameView
Constructor for the FrameView object
FrameView.AllActionListener - class com.cybertivity.powerjournal.framework.FrameView.AllActionListener.
FrameView has one instance of this.
FrameView.AllActionListener() - Constructor for class com.cybertivity.powerjournal.framework.FrameView.AllActionListener
 
field - Variable in class com.cybertivity.powerjournal.framework.ModelEvent
 
field - Variable in class com.cybertivity.powerjournal.framework.ViewEvent
 
fireEvent(String, String) - Method in class com.cybertivity.powerjournal.framework.Controller
Fire a controller event.
fireEvent(Object, String, Object) - Method in class com.cybertivity.powerjournal.framework.Model
Fire a model event.
fireEvent(String, Object) - Method in class com.cybertivity.powerjournal.framework.Model
Fire a model event with the current object as the initiator.
fireEvent(String) - Method in class com.cybertivity.powerjournal.framework.View
Fire a view event.
fireEvent(String, Object) - Method in class com.cybertivity.powerjournal.framework.View
Fire a view event.

G

get() - Method in class com.cybertivity.powerjournal.framework.Dialogs.ConfirmHelper
 
get() - Method in class com.cybertivity.powerjournal.framework.Dialogs.OptionHelper
 
getColumnClass(int) - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Gets the ColumnClass attribute of the VectorTableModel object
getColumnCount() - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Gets the ColumnCount attribute of the VectorTableModel object
getColumnName(int) - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Gets the ColumnName attribute of the VectorTableModel object
getColumnWidth(int) - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Gets the ColumnWidth attribute of the VectorTableModel object
getConfirm(Component, String, String) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
Show a yes/no/cancel dialog and return the result.
getConfirm(String, String) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
 
getContent() - Method in class com.cybertivity.powerjournal.framework.DialogView
Return my content -- the JDialog instance.
getContent() - Method in class com.cybertivity.powerjournal.framework.FrameView
Gets the Content attribute of the FrameView object
getContent() - Method in class com.cybertivity.powerjournal.framework.PanelView
Gets the Content attribute of the PanelView object
getField() - Method in class com.cybertivity.powerjournal.framework.ModelEvent
Gets the Field attribute of the ModelEvent object
getField() - Method in class com.cybertivity.powerjournal.framework.ViewEvent
Gets the field attribute of the ViewEvent object
getIcon(String) - Method in class com.cybertivity.powerjournal.framework.ActionFactory
Get an ImageIcon from the given file name.
getInitiator() - Method in class com.cybertivity.powerjournal.framework.ModelEvent
Gets the Initiator attribute of the ModelEvent object
getInitiator() - Method in class com.cybertivity.powerjournal.framework.ViewEvent
Gets the Initiator attribute of the ViewEvent object
getLargeIcon() - Method in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Get the large icon for this action.
getOption(Component, String, String, Object[], Object) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
Show an option dialog and return the result.
getOption(String, String, Object[], Object) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
 
getRowCount() - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Gets the RowCount attribute of the VectorTableModel object
getSmallIcon() - Method in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Get the small icon for this action.
getState() - Method in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Gets the State attribute of the DefaultAction object
getState() - Method in class com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction
Get the state for the action.
getTitleWidth(int) - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Gets the TitleWidth attribute of the VectorTableModel object
getValue() - Method in class com.cybertivity.powerjournal.framework.ModelEvent
Gets the Value attribute of the ModelEvent object
getValue() - Method in class com.cybertivity.powerjournal.framework.ViewEvent
Gets the value attribute of the ViewEvent object
getValueAt(int, int) - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Gets the ValueAt attribute of the VectorTableModel object

H

handleModelEvent(ModelEvent) - Method in class com.cybertivity.powerjournal.framework.Controller
Called whenever a model event occurs.
handleModelEvent(ModelEvent) - Method in class com.cybertivity.powerjournal.framework.View
 
handleViewEvent(ViewEvent) - Method in class com.cybertivity.powerjournal.framework.Controller
Called whenever a view event occurs.

I

imagePath - Variable in class com.cybertivity.powerjournal.framework.ActionFactory
 
initiator - Variable in class com.cybertivity.powerjournal.framework.ModelEvent
 
initiator - Variable in class com.cybertivity.powerjournal.framework.ViewEvent
 
isCellEditable(int, int) - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Gets the CellEditable attribute of the VectorTableModel object
isVisible() - Method in class com.cybertivity.powerjournal.framework.DialogView
Get the dialog's visible state.

L

LARGE_ICON - Static variable in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
 
listenerList - Variable in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
 

M

MNEMONIC_KEY - Static variable in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
 
Model - class com.cybertivity.powerjournal.framework.Model.
Description of the Class
Model() - Constructor for class com.cybertivity.powerjournal.framework.Model
 
Model.FireThread - class com.cybertivity.powerjournal.framework.Model.FireThread.
Runnable used to pass events to the event dispatch thread.
Model.FireThread() - Constructor for class com.cybertivity.powerjournal.framework.Model.FireThread
 
ModelEvent - class com.cybertivity.powerjournal.framework.ModelEvent.
Title: Simulated Intelligence Desc: Event raised by a Model.
ModelEvent(Object, String, Object) - Constructor for class com.cybertivity.powerjournal.framework.ModelEvent
Constructor for the ModelEvent object
menuItem - Variable in class com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction
 
menuItemFactory(JMenu) - Method in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Construct a menu item for this action and add it to the menu.
menuItemFactory(JMenu) - Method in class com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction
Construct a check box menu item for this action and add it to the menu.
modelEvent - Variable in class com.cybertivity.powerjournal.framework.Model
 
moveToCenter() - Method in class com.cybertivity.powerjournal.framework.DialogView
 
moveToCenter() - Method in class com.cybertivity.powerjournal.framework.FrameView
 
moveToTopRight() - Method in class com.cybertivity.powerjournal.framework.FrameView
 

N

names - Variable in class com.cybertivity.powerjournal.framework.VectorTableModel
 

O

options - Variable in class com.cybertivity.powerjournal.framework.Dialogs.OptionHelper
 

P

PanelDialogView - class com.cybertivity.powerjournal.framework.PanelDialogView.
Description of the Class
PanelDialogView(JFrame, boolean) - Constructor for class com.cybertivity.powerjournal.framework.PanelDialogView
Constructor for the PanelDialogView object
PanelView - class com.cybertivity.powerjournal.framework.PanelView.
Description of the Class
PanelView() - Constructor for class com.cybertivity.powerjournal.framework.PanelView
Constructor for the PanelView object
panel - Variable in class com.cybertivity.powerjournal.framework.PanelDialogView
 
parent - Variable in class com.cybertivity.powerjournal.framework.Dialogs.ConfirmHelper
Constructor for the ConfirmHelper object
parent - Variable in class com.cybertivity.powerjournal.framework.Dialogs.MessageHelper
Constructor for the MessageHelper object
parent - Variable in class com.cybertivity.powerjournal.framework.Dialogs.OptionHelper
 

R

removeActionListener(ActionListener) - Method in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Description of the Method
result - Variable in class com.cybertivity.powerjournal.framework.Dialogs.ConfirmHelper
 
result - Variable in class com.cybertivity.powerjournal.framework.Dialogs.OptionHelper
 
rows - Variable in class com.cybertivity.powerjournal.framework.VectorTableModel
 
run() - Method in class com.cybertivity.powerjournal.framework.Dialogs.ConfirmHelper
Main processing method for the ConfirmHelper object
run() - Method in class com.cybertivity.powerjournal.framework.Dialogs.MessageHelper
Main processing method for the MessageHelper object
run() - Method in class com.cybertivity.powerjournal.framework.Dialogs.OptionHelper
Main processing method for the OptionHelper object
run() - Method in class com.cybertivity.powerjournal.framework.Model.FireThread
Main processing method for the FireThread object

S

Splash - class com.cybertivity.powerjournal.framework.Splash.
 
Splash(String) - Constructor for class com.cybertivity.powerjournal.framework.Splash
Constructor for the Splash object
Splash.SplashPanel - class com.cybertivity.powerjournal.framework.Splash.SplashPanel.
 
Splash.SplashPanel(String) - Constructor for class com.cybertivity.powerjournal.framework.Splash.SplashPanel
Constructor for the SplashPanel object
StatusBar - class com.cybertivity.powerjournal.framework.StatusBar.
Description of the Class
StatusBar() - Constructor for class com.cybertivity.powerjournal.framework.StatusBar
Constructor for the StatusBar object
setState(boolean) - Method in class com.cybertivity.powerjournal.framework.ActionFactory.ToggleAction
 
setText(String) - Method in class com.cybertivity.powerjournal.framework.StatusBar
Set the status bar text.
setValueAt(Object, int, int) - Method in class com.cybertivity.powerjournal.framework.VectorTableModel
Sets the ValueAt attribute of the VectorTableModel object
setVisible(boolean) - Method in class com.cybertivity.powerjournal.framework.DialogView
Show or hide the dialog.
showError(Component, String, String) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
Show an error dialog.
showError(String, String) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
 
showInformation(Component, String, String) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
Show an information dialog.
showInformation(String, String) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
 
showTrace(Throwable) - Method in class com.cybertivity.powerjournal.framework.ExceptionDialog
Prints stack trace
showWarning(Component, String, String) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
Show a warning dialog.
showWarning(String, String) - Static method in class com.cybertivity.powerjournal.framework.Dialogs
 
statusText - Variable in class com.cybertivity.powerjournal.framework.StatusBar
 

T

TOOL_TIP - Static variable in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
 
TabDialogView - class com.cybertivity.powerjournal.framework.TabDialogView.
Description of the Class
TabDialogView(JFrame, boolean) - Constructor for class com.cybertivity.powerjournal.framework.TabDialogView
 
tabbedPane - Variable in class com.cybertivity.powerjournal.framework.TabDialogView
 
text - Variable in class com.cybertivity.powerjournal.framework.Dialogs.Helper
 
textArea - Variable in class com.cybertivity.powerjournal.framework.ExceptionDialog
 
title - Variable in class com.cybertivity.powerjournal.framework.Dialogs.Helper
 
toolButtonFactory(JToolBar) - Method in class com.cybertivity.powerjournal.framework.ActionFactory.DefaultAction
Contruct a tool button for this action and add it to the toolbar.
type - Variable in class com.cybertivity.powerjournal.framework.Dialogs.Helper
 

U

update(Observable, Object) - Method in class com.cybertivity.powerjournal.framework.Controller
Catches update events from models, views and sub-controllers.
update(Observable, Object) - Method in class com.cybertivity.powerjournal.framework.View
This method is called whenever the observed object is changed.

V

VectorTableModel - class com.cybertivity.powerjournal.framework.VectorTableModel.
Description of the Class
VectorTableModel() - Constructor for class com.cybertivity.powerjournal.framework.VectorTableModel
Constructor for the VectorTableModel object
View - class com.cybertivity.powerjournal.framework.View.
Description of the Class
View() - Constructor for class com.cybertivity.powerjournal.framework.View
 
ViewEvent - class com.cybertivity.powerjournal.framework.ViewEvent.
Title: Simulated Intelligence Desc: Event raised by a View.
ViewEvent(Object, String, Object) - Constructor for class com.cybertivity.powerjournal.framework.ViewEvent
Constructor for the ViewEvent object
value - Variable in class com.cybertivity.powerjournal.framework.ModelEvent
 
value - Variable in class com.cybertivity.powerjournal.framework.ViewEvent
 

W

waitEvent(Object, String, Object) - Method in class com.cybertivity.powerjournal.framework.Model
Like fireEvent, but waits for the message to be handled.
waitEvent(String, Object) - Method in class com.cybertivity.powerjournal.framework.Model
Description of the Method
widths - Variable in class com.cybertivity.powerjournal.framework.VectorTableModel
 
windowClosing(WindowEvent) - Method in class com.cybertivity.powerjournal.framework.DialogView.DeadlyWindowListener
 
windowClosing(WindowEvent) - Method in class com.cybertivity.powerjournal.framework.ExceptionDialog.DeadlyWindowListener
Description of the Method

A B C D E F G H I L M N O P R S T U V W