com.jgoodies.jdiskreport.model
Class MainModel
java.lang.Object
com.jgoodies.binding.beans.Model
com.jgoodies.jdiskreport.model.MainModel
- All Implemented Interfaces:
- com.jgoodies.binding.beans.Observable, Serializable
public final class MainModel
- extends com.jgoodies.binding.beans.Model
Provides bound properties, operations and Actions
for the navigation tree.
- Version:
- $Revision: 1.7 $
- Author:
- Karsten Lentzsch
- See Also:
- Serialized Form
Constructor Summary |
MainModel(RootNode rootNode)
Constructs a MainModel for the given root node. |
Methods inherited from class com.jgoodies.binding.beans.Model |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTYNAME_ROOT_NODE
public static final String PROPERTYNAME_ROOT_NODE
- See Also:
- Constant Field Values
ACTION_UPDATE
public static final String ACTION_UPDATE
- See Also:
- Constant Field Values
ACTION_SCAN
public static final String ACTION_SCAN
- See Also:
- Constant Field Values
ACTION_EXPORT
public static final String ACTION_EXPORT
- See Also:
- Constant Field Values
ACTION_PRINT
public static final String ACTION_PRINT
- See Also:
- Constant Field Values
ACTION_HELP
public static final String ACTION_HELP
- See Also:
- Constant Field Values
MainModel
public MainModel(RootNode rootNode)
- Constructs a MainModel for the given root node.
- Parameters:
rootNode
- the initial root node
navigationModel
public NavigationModel navigationModel()
history
public com.jgoodies.uifextras.history.History<DirectoryNode> history()
presentationModel
public PresentationModel presentationModel()
guiSettings
public GUISettings guiSettings()
getRootNode
public RootNode getRootNode()
setRootNode
public void setRootNode(RootNode newRootNode)
- Sets a new root node.
- Parameters:
newRootNode
- the root node to set- See Also:
getRootNode()
update
@Action
public void update(ActionEvent e)
scan
@Action
public void scan(ActionEvent e)
export
@Action
public void export(ActionEvent e)
print
@Action
public void print(ActionEvent e)
help
@Action
public void help(ActionEvent e)
Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.