Serialized Form


Package org.fopps.model

Class org.fopps.model.CompileException implements Serializable

Class org.fopps.model.ConfigurationSet implements Serializable

Serialized Fields

name

java.lang.String name

Class org.fopps.model.InvalidArtefactException implements Serializable

Class org.fopps.model.InvalidConstraintException implements Serializable

Class org.fopps.model.InvalidRelationException implements Serializable

Class org.fopps.model.ModelException implements Serializable

Class org.fopps.model.ValidatorException implements Serializable


Package org.fopps.share

Class org.fopps.share.DateTime implements Serializable

Class org.fopps.share.UndoException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested


Package org.fopps.ui

Class org.fopps.ui.AbstractItemDialog implements Serializable

Serialized Fields

Ok

javax.swing.JButton Ok

Cancel

javax.swing.JButton Cancel

lbName

javax.swing.JLabel lbName

lbRemark

javax.swing.JLabel lbRemark

tfName

javax.swing.JTextField tfName

taRemark

javax.swing.JTextArea taRemark

bottom

javax.swing.JPanel bottom

tabs

javax.swing.JTabbedPane tabs

isInitialized

boolean isInitialized

msg

java.lang.String msg

pages

java.util.List pages

item

AbstractItem item

name

java.lang.String name

result

int result

Class org.fopps.ui.EnhancedList implements Serializable

Class org.fopps.ui.EnhancedTable implements Serializable

Class org.fopps.ui.EnhancedTableModel implements Serializable

Serialized Fields

indexes

int[] indexes

sortingColumns

java.util.Vector sortingColumns

ascending

boolean ascending

compares

int compares

Class org.fopps.ui.EnhancedTree implements Serializable

Serialized Fields

stopRecursion

boolean stopRecursion

Class org.fopps.ui.EnumComboBox implements Serializable

Serialized Fields

type

Enum type

Class org.fopps.ui.EnumTableEditor implements Serializable

Class org.fopps.ui.EnumTableRenderer implements Serializable

Class org.fopps.ui.FeatureDialog implements Serializable

Serialized Fields

optional

javax.swing.JCheckBox optional

lbOptional

javax.swing.JLabel lbOptional

alter

javax.swing.JCheckBox alter

lbAlternative

javax.swing.JLabel lbAlternative

cbDefault

javax.swing.JCheckBox cbDefault

lbDefault

javax.swing.JLabel lbDefault

tfParent

javax.swing.JTextField tfParent

tfSymvar

javax.swing.JTextField tfSymvar

lbParent

javax.swing.JLabel lbParent

lbSymvar

javax.swing.JLabel lbSymvar

lbBinding

javax.swing.JLabel lbBinding

cbBinding

javax.swing.JComboBox cbBinding

btProof

javax.swing.JButton btProof

Class org.fopps.ui.FormPanel implements Serializable

Serialized Fields

layout

java.awt.GridBagLayout layout

gbc

java.awt.GridBagConstraints gbc

insets

java.awt.Insets insets

Class org.fopps.ui.MainFrame implements Serializable

Serialized Fields

hasChanged

boolean hasChanged

container

ProjectContainer container

pp

ProjectPanel pp

tabs

javax.swing.JTabbedPane tabs

lbStatus

javax.swing.JLabel lbStatus

lbPerc

javax.swing.JLabel lbPerc

lbLocale

javax.swing.JLabel lbLocale

pbMemory

javax.swing.JProgressBar pbMemory

statusBar

javax.swing.JPanel statusBar

menuBar

javax.swing.JMenuBar menuBar

fixedTitle

java.lang.String fixedTitle

filename

java.lang.String filename

actionHandler

ActionHandler actionHandler

loweredbevel

javax.swing.border.Border loweredbevel

applicationListener

java.util.List applicationListener

printer

PrintServices printer

Class org.fopps.ui.MonthPicker implements Serializable

Serialized Fields

startYear

int startYear

month

javax.swing.JComboBox month

year

javax.swing.JComboBox year

value

int value

Class org.fopps.ui.OptionsDialog implements Serializable

Serialized Fields

Ok

javax.swing.JButton Ok

Cancel

javax.swing.JButton Cancel

cbShowDateMarker

javax.swing.JCheckBox cbShowDateMarker

cbUseGradient

javax.swing.JCheckBox cbUseGradient

cbShowGrid

javax.swing.JCheckBox cbShowGrid

lbSearchPath

javax.swing.JLabel lbSearchPath

cbConfirmRelations

javax.swing.JCheckBox cbConfirmRelations

cbShowCriticalPaths

javax.swing.JCheckBox cbShowCriticalPaths

tfSearchPath

javax.swing.JTextField tfSearchPath

bottom

javax.swing.JPanel bottom

tabs

javax.swing.JTabbedPane tabs

isInitialized

boolean isInitialized

msg

java.lang.String msg

pages

java.util.List pages

name

java.lang.String name

result

int result

Class org.fopps.ui.PersistentColumnModel implements Serializable

Class org.fopps.ui.ProductDialog implements Serializable

Serialized Fields

tfTargetDir

javax.swing.JTextField tfTargetDir

lbTargetDir

javax.swing.JLabel lbTargetDir

btBrowse

javax.swing.JButton btBrowse

product

Product product

Class org.fopps.ui.ProjectItemDialog implements Serializable

Serialized Fields

lbStart

javax.swing.JLabel lbStart

lbEnd

javax.swing.JLabel lbEnd

mpStart

MonthPicker mpStart

mpEnd

MonthPicker mpEnd

lbStatus

javax.swing.JLabel lbStatus

cbStatus

EnumComboBox cbStatus

Class org.fopps.ui.SortButtonRenderer implements Serializable

Serialized Fields

pushedColumn

int pushedColumn

state

java.util.Hashtable state

downButton

javax.swing.JButton downButton

upButton

javax.swing.JButton upButton


Package org.fopps.ui.actions

Class org.fopps.ui.actions.AddFeatureAction implements Serializable

Class org.fopps.ui.actions.AddNumericFeatureAction implements Serializable

Class org.fopps.ui.actions.AttachFilesAction implements Serializable

Class org.fopps.ui.actions.BaseAction implements Serializable

Serialized Fields

listener

ActionHandler listener

accel

javax.swing.KeyStroke accel

longDescription

java.lang.String longDescription

shortDescription

java.lang.String shortDescription

group

java.lang.String group

localeName

java.lang.String localeName

Class org.fopps.ui.actions.CloneAction implements Serializable

Class org.fopps.ui.actions.CompileAction implements Serializable

Serialized Fields

progressMonitor

javax.swing.ProgressMonitor progressMonitor

numberOfProducts

int numberOfProducts

numberOfProductsFinished

int numberOfProductsFinished

log

CompileLogModel log

dialog

LogDialog dialog

Class org.fopps.ui.actions.CreateMany2OneRelationAction implements Serializable

Serialized Fields

targetElement

ProjectItem targetElement

nAffectedRelations

int nAffectedRelations

ignored

java.util.List ignored

Class org.fopps.ui.actions.CreateRelationAction implements Serializable

Serialized Fields

lastElement

ProjectItem lastElement

nAffectedRelations

int nAffectedRelations

ignored

java.util.List ignored

Class org.fopps.ui.actions.DecDurationAction implements Serializable

Class org.fopps.ui.actions.DecDurationQAction implements Serializable

Class org.fopps.ui.actions.DeleteAction implements Serializable

Class org.fopps.ui.actions.DeleteRelationAction implements Serializable

Serialized Fields

relations

java.util.HashSet relations

nAffectedRelations

int nAffectedRelations

Class org.fopps.ui.actions.FeatureAction implements Serializable

Class org.fopps.ui.actions.FileAction implements Serializable

Serialized Fields

filter

javax.swing.filechooser.FileFilter filter

Class org.fopps.ui.actions.FixAllTimingsAction implements Serializable

Class org.fopps.ui.actions.FixTimingAction implements Serializable

Class org.fopps.ui.actions.IncDurationAction implements Serializable

Class org.fopps.ui.actions.IncDurationQAction implements Serializable

Class org.fopps.ui.actions.InvertSelectionAction implements Serializable

Class org.fopps.ui.actions.ItemAction implements Serializable

Class org.fopps.ui.actions.ItemPropertiesAction implements Serializable

Serialized Fields

assetDlg

ProjectItemDialog assetDlg

productDlg

ProjectItemDialog productDlg

Class org.fopps.ui.actions.MoveDownAction implements Serializable

Class org.fopps.ui.actions.MoveLeftAction implements Serializable

Class org.fopps.ui.actions.MoveLeftQAction implements Serializable

Class org.fopps.ui.actions.MoveLeftYAction implements Serializable

Class org.fopps.ui.actions.MoveRightAction implements Serializable

Class org.fopps.ui.actions.MoveRightQAction implements Serializable

Class org.fopps.ui.actions.MoveRightYAction implements Serializable

Class org.fopps.ui.actions.MoveUpAction implements Serializable

Class org.fopps.ui.actions.NarrowAction implements Serializable

Class org.fopps.ui.actions.NewAction implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.fopps.ui.actions.NewCoreAssetAction implements Serializable

Serialized Fields

dlg

ProjectItemDialog dlg

Class org.fopps.ui.actions.NewProductAction implements Serializable

Serialized Fields

dlg

ProjectItemDialog dlg

Class org.fopps.ui.actions.OpenAction implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.fopps.ui.actions.OptionsAction implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.fopps.ui.actions.PrintAction implements Serializable

Class org.fopps.ui.actions.ProjectAction implements Serializable

Serialized Fields

items

java.lang.Object[] items

Class org.fopps.ui.actions.QuitAction implements Serializable

Class org.fopps.ui.actions.RemoveFeatureAction implements Serializable

Class org.fopps.ui.actions.SaveAction implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.fopps.ui.actions.SaveAsAction implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.fopps.ui.actions.SelectAllAction implements Serializable

Class org.fopps.ui.actions.SelectDirectoryAction implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.fopps.ui.actions.ToggleAlternativeAction implements Serializable

Serialized Fields

toggleButton

javax.swing.JToggleButton toggleButton

Class org.fopps.ui.actions.ToggleDefaultAction implements Serializable

Serialized Fields

toggleButton

javax.swing.JToggleButton toggleButton

Class org.fopps.ui.actions.ToggleOptionalAction implements Serializable

Serialized Fields

toggleButton

javax.swing.JToggleButton toggleButton

Class org.fopps.ui.actions.UndoAction implements Serializable

Class org.fopps.ui.actions.UnselectAllAction implements Serializable

Class org.fopps.ui.actions.ViewAction implements Serializable

Class org.fopps.ui.actions.WidenAction implements Serializable

Class org.fopps.ui.actions.ZoomInAction implements Serializable

Class org.fopps.ui.actions.ZoomOutAction implements Serializable


Package org.fopps.ui.config

Class org.fopps.ui.config.AlternativeEditor implements Serializable

Serialized Fields

internalValue

java.lang.Object internalValue

lb

javax.swing.JLabel lb

Class org.fopps.ui.config.AlternativeRenderer implements Serializable

Class org.fopps.ui.config.ConfigurationEditor implements Serializable

Serialized Fields

internalValue

java.lang.Object internalValue

lb

javax.swing.JLabel lb

Class org.fopps.ui.config.ConfigurationRenderer implements Serializable

Class org.fopps.ui.config.ConfigurationTableModel implements Serializable

Serialized Fields

rootItem

ConfigurationItem rootItem

dataList

java.util.List dataList

Class org.fopps.ui.config.OptionEditor implements Serializable

Serialized Fields

internalValue

java.lang.Object internalValue

lb

javax.swing.JLabel lb

Class org.fopps.ui.config.OptionRenderer implements Serializable

Class org.fopps.ui.config.ParameterEditor implements Serializable

Class org.fopps.ui.config.ParameterRenderer implements Serializable


Package org.fopps.ui.feature

Class org.fopps.ui.feature.AttachmentTableModel implements Serializable

Serialized Fields

feature

Feature feature

Class org.fopps.ui.feature.FeatureConstraintTableModel implements Serializable

Serialized Fields

container

ProjectContainer container

entries

java.util.List entries

rootFeature

Feature rootFeature

Class org.fopps.ui.feature.FeatureTreeRenderer implements Serializable


Package org.fopps.ui.log

Class org.fopps.ui.log.CompileLogModel implements Serializable

Class org.fopps.ui.log.LogDialog implements Serializable

Serialized Fields

Close

javax.swing.JButton Close

ToggleLog

javax.swing.JButton ToggleLog

lbStatus

javax.swing.JLabel lbStatus

lbResult

javax.swing.JLabel lbResult

logList

javax.swing.JList logList

bottom

javax.swing.JPanel bottom

tabs

javax.swing.JTabbedPane tabs

isInitialized

boolean isInitialized

listModel

LogListModel listModel

Class org.fopps.ui.log.LogListModel implements Serializable

Serialized Fields

warnings

int warnings

errors

int errors

messages

java.util.List messages

listeners

java.util.Collection listeners

Class org.fopps.ui.log.LogListRenderer implements Serializable


Package org.fopps.ui.project

Class org.fopps.ui.project.ProductAssetTableModel implements Serializable

Serialized Fields

container

ProjectContainer container

assets

java.util.List assets

products

java.util.List products

Class org.fopps.ui.project.ProjectListModel implements Serializable

Serialized Fields

productList

java.util.List productList

container

ProjectContainer container

Class org.fopps.ui.project.ProjectPanel implements Serializable

Serialized Fields

showGrid

boolean showGrid

showTRef

boolean showTRef

showOnlyCriticalPaths

boolean showOnlyCriticalPaths

needsResize

boolean needsResize

projects

ProjectContainer projects

lineHeight

int lineHeight

firstTime

boolean firstTime

timeWidth

int timeWidth

yOff

int yOff

xOff

int xOff

totalWidth

int totalWidth

totalHeight

int totalHeight

showedDuration

int showedDuration

selectedObjects

java.util.List selectedObjects

repaintThread

ProjectPanel.RepaintThread repaintThread

hotspots

java.util.HashMap hotspots

projectAreas

java.util.HashMap projectAreas

offsets

java.util.HashMap offsets

renderer

ProjectItemRenderer renderer

startYear

int startYear

isPrinting

boolean isPrinting

zoomFactor

double zoomFactor

horzZoomFactor

double horzZoomFactor

itemListeners

java.util.Collection itemListeners

Class org.fopps.ui.project.ProjectTable implements Serializable

Serialized Fields

startColumn

int startColumn

endColumn

int endColumn

Class org.fopps.ui.project.ProjectTableModel implements Serializable

Serialized Fields

container

ProjectContainer container



Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.