Serialized Form


Package com.jgoodies.skeleton

Class com.jgoodies.skeleton.SkeletonPro extends com.jgoodies.uifextras.convenience.DefaultUIFApplication implements Serializable

Serialized Fields

mainModel

MainModel mainModel

Package com.jgoodies.skeleton.domain

Class com.jgoodies.skeleton.domain.Description extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

name

String name

companyName

String companyName

orderNo

String orderNo

contactPerson

String contactPerson

referenceNo

String referenceNo

inspector

String inspector

status

String status

registerNo

String registerNo

shipyard

String shipyard

hullNumbers

String hullNumbers

projectType

String projectType

Class com.jgoodies.skeleton.domain.Flange extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

identifier

String identifier

pti

double pti

power

double power

s

int s

da

int da

di

int di

da2

int da2

di2

int di2

radius

int radius

diameter

int diameter

location

String location

kFactor

String kFactor

material

String material

numbers

String numbers

ds

int ds

Class com.jgoodies.skeleton.domain.Project extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

description

Description description
Refers to Description object that describes this project.


shafts

List<E> shafts
Holds a list of shafts.


file

File file
The file used to save this project to.

Class com.jgoodies.skeleton.domain.Segment extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

identifier

String identifier

pti

double pti

power

double power

len

int len

da

int da

di

int di

da2

int da2

di2

int di2

radius

int radius

diameter

int diameter

location

String location

kFactor

String kFactor

connection

String connection

radialHoles

boolean radialHoles

longitudinalSlots

boolean longitudinalSlots

Class com.jgoodies.skeleton.domain.Shaft extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

components

List<E> components
Holds a list of segments and flanges.


identifier

String identifier

power

String power

speed

String speed

material

String material

iceClass

String iceClass

length

long length

machinery

String machinery

inspection

String inspection

Package com.jgoodies.skeleton.model

Class com.jgoodies.skeleton.model.DynamicHelpModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

helpRegistry

Map<K,V> helpRegistry
Maps domain classes to help roots.


helpTreeModel

TreeModel helpTreeModel
Holds the model for the help tree. It changes every time the selection changes.

See Also:
DynamicHelpModel.getHelpTreeModel(), DynamicHelpModel.getHelpTreeSelectionModel()

helpTreeSelectionModel

TreeSelectionModel helpTreeSelectionModel
Refers to the single selection model for the help tree. The selection is reset if the help tree model changes.

See Also:
DynamicHelpModel.getHelpTreeSelectionModel(), DynamicHelpModel.getHelpTreeModel()

helpPage

URL helpPage
Holds the URL for the currently selected help page.

See Also:
DynamicHelpModel.getHelpPage()

helpVisible

boolean helpVisible
Determines whether the dynamic help shall be displayed or hidden.

See Also:
DynamicHelpModel.isHelpVisible(), DynamicHelpModel.setHelpVisible(boolean)

Class com.jgoodies.skeleton.model.EditorModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

mainModel

MainModel mainModel
Holds a reference to this model's parent model, the MainModel.


editedObject

Object editedObject
Holds the object edited by the active editor.

See Also:
EditorModel.getEditedObject()

validationTarget

Object validationTarget
Holds the object to be validated. This is used during the transition from an old selection to a proposed new selection.

See Also:
EditorModel.validateBeforeSelectionChange(Object)

Class com.jgoodies.skeleton.model.MainModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

navigationModel

NavigationModel navigationModel
Refers to the navigation submodel that provides bound properties, operations and Actions for the navigation tree.

See Also:
MainModel.getNavigationModel()

editorModel

EditorModel editorModel
Refers to the editor submodel that provides bound properties for the edited and validated object.


helpModel

DynamicHelpModel helpModel
Refers to the submodel that provides bound properties around the dynamic help tree..

See Also:
MainModel.getHelpModel()

uiSettingsModel

UISettingsModel uiSettingsModel
Refers to the submodel for the UI-related settings.

See Also:
MainModel.getUiSettingsModel()

project

Project project
Holds the current project.

See Also:
MainModel.getProject(), MainModel.setProject(Project)

Class com.jgoodies.skeleton.model.NavigationModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

mainModel

MainModel mainModel
Refers to the parent main model. Used to lookup the default parent frame


selection

Object selection
Holds the current selection, an instance of Model.

See Also:
NavigationModel.getSelection(), NavigationModel.getSelectionType()

selectionType

Class<T> selectionType
Holds the class of the current selection.

See Also:
NavigationModel.getSelection(), NavigationModel.getSelectionType()

selectedNode

NavigationNode selectedNode
Holds the node that refers to the current selection. Used to report a potential change to its hosting tree model when the selection changes. This is because the node's label may have changed as part of the editor change.

This is a poor workaround that is based on the weak assumption that this class's tree selection listener is the first to know about the node change.

TODO: Let all nodes observe the relevant domain data that is rendered in the tree view to report a node change.


navigationTreeModel

TreeModel navigationTreeModel
Holds the model for the navigation tree. It changes everytime this model's project changes.

See Also:
NavigationModel.getNavigationTreeModel(), NavigationModel.getNavigationTreeSelectionModel()

navigationTreeSelectionModel

TreeSelectionModel navigationTreeSelectionModel
Refers to the single selection model for the navigation tree. The selection is reset if the navigation tree model changes.

See Also:
NavigationModel.getNavigationTreeSelectionModel(), NavigationModel.getNavigationTreeModel()

Class com.jgoodies.skeleton.model.UISettingsModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

expandSelectedPaths

boolean expandSelectedPaths
Describes whether a path shall be expanded on selection.


collapseDeselectedPaths

boolean collapseDeselectedPaths
Describes whether a path shall be collapsed on deselection.


Package com.jgoodies.skeleton.view

Class com.jgoodies.skeleton.view.MainFrame extends com.jgoodies.uif.AbstractFrame implements Serializable

Serialized Fields

mainModel

MainModel mainModel
Refers to the model that provides all high-level submodels. Used to build this frame's main page.

See Also:
MainFrame.buildContentPane()

mainPageView

com.jgoodies.skeleton.view.MainPageView mainPageView

Package com.jgoodies.skeleton.view.preferences

Class com.jgoodies.skeleton.view.preferences.PreferencesDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

model

com.jgoodies.binding.PresentationModel<B> model
Refers to the model that holds the settings and that vends ValueModels that adapt the bound bean properties of the settings.



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.