From afed274c10a93957f82a009824cafe8d83aa68a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 15 Aug 2008 04:09:42 +0000 Subject: new branches --- VS-Sim-Javadoc/utils/VS3Tupel.html | 314 +++++++++++++++++++ VS-Sim-Javadoc/utils/VSAboutFrame.html | 475 +++++++++++++++++++++++++++++ VS-Sim-Javadoc/utils/VSClassLoader.html | 272 +++++++++++++++++ VS-Sim-Javadoc/utils/VSFrame.html | 488 ++++++++++++++++++++++++++++++ VS-Sim-Javadoc/utils/VSInfoArea.html | 427 ++++++++++++++++++++++++++ VS-Sim-Javadoc/utils/VSPriorityQueue.html | 305 +++++++++++++++++++ VS-Sim-Javadoc/utils/VSRandom.html | 300 ++++++++++++++++++ VS-Sim-Javadoc/utils/VSTools.html | 309 +++++++++++++++++++ VS-Sim-Javadoc/utils/package-frame.html | 46 +++ VS-Sim-Javadoc/utils/package-summary.html | 184 +++++++++++ VS-Sim-Javadoc/utils/package-tree.html | 191 ++++++++++++ 11 files changed, 3311 insertions(+) create mode 100644 VS-Sim-Javadoc/utils/VS3Tupel.html create mode 100644 VS-Sim-Javadoc/utils/VSAboutFrame.html create mode 100644 VS-Sim-Javadoc/utils/VSClassLoader.html create mode 100644 VS-Sim-Javadoc/utils/VSFrame.html create mode 100644 VS-Sim-Javadoc/utils/VSInfoArea.html create mode 100644 VS-Sim-Javadoc/utils/VSPriorityQueue.html create mode 100644 VS-Sim-Javadoc/utils/VSRandom.html create mode 100644 VS-Sim-Javadoc/utils/VSTools.html create mode 100644 VS-Sim-Javadoc/utils/package-frame.html create mode 100644 VS-Sim-Javadoc/utils/package-summary.html create mode 100644 VS-Sim-Javadoc/utils/package-tree.html (limited to 'VS-Sim-Javadoc/utils') diff --git a/VS-Sim-Javadoc/utils/VS3Tupel.html b/VS-Sim-Javadoc/utils/VS3Tupel.html new file mode 100644 index 0000000..f354b04 --- /dev/null +++ b/VS-Sim-Javadoc/utils/VS3Tupel.html @@ -0,0 +1,314 @@ + + + + + + +VS3Tupel + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VS3Tupel<A,B,C>

+
+java.lang.Object
+  extended by utils.VS3Tupel<A,B,C>
+
+
+
+
public final class VS3Tupel<A,B,C>
extends java.lang.Object
+ + +

+The class VS3Tupel, an object of this class represents a 3-Tupel of objects. + Each object can have its own type. +

+ +

+

+
Author:
+
Paul C. Buetow
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VS3Tupel(A a, + B b, + C c) + +
+          Instantiates a new tupel.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AgetA() + +
+          Gets the a.
+ BgetB() + +
+          Gets the b.
+ CgetC() + +
+          Gets the c.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VS3Tupel

+
+public VS3Tupel(A a,
+                B b,
+                C c)
+
+
Instantiates a new tupel. +

+

+
Parameters:
a - the a
b - the b
c - the c
+
+ + + + + + + + +
+Method Detail
+ +

+getA

+
+public A getA()
+
+
Gets the a. +

+

+ +
Returns:
the a
+
+
+
+ +

+getB

+
+public B getB()
+
+
Gets the b. +

+

+ +
Returns:
the b
+
+
+
+ +

+getC

+
+public C getC()
+
+
Gets the c. +

+

+ +
Returns:
the c
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/VSAboutFrame.html b/VS-Sim-Javadoc/utils/VSAboutFrame.html new file mode 100644 index 0000000..4dcf6ac --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSAboutFrame.html @@ -0,0 +1,475 @@ + + + + + + +VSAboutFrame + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSAboutFrame

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by java.awt.Window
+              extended by java.awt.Frame
+                  extended by javax.swing.JFrame
+                      extended by utils.VSFrame
+                          extended by utils.VSAboutFrame
+
+
+
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants
+
+
+
+
public class VSAboutFrame
extends VSFrame
+ + +

+The class VSAboutFrame. This class is only for the about window which + shows up if selected in the GUI. +

+ +

+

+
Author:
+
Paul C. Buetow
+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
VSAboutFrame(VSPrefs prefs, + java.awt.Component relativeTo) + +
+          Instantiates a new VSAboutFrame object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JPanelcreateButtonPanel() + +
+          Creates the button panel.
+ java.awt.ContainercreateContentPane() + +
+          Creates the content pane.
+ + + + + + + +
Methods inherited from class utils.VSFrame
disposeWithParent, setSize
+ + + + + + + +
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
+ + + + + + + +
Methods inherited from class java.awt.Frame
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setVisible, show, toBack, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSAboutFrame

+
+public VSAboutFrame(VSPrefs prefs,
+                    java.awt.Component relativeTo)
+
+
Instantiates a new VSAboutFrame object. +

+

+
Parameters:
prefs - the prefs
relativeTo - the component to open the about window relative to
+
+ + + + + + + + +
+Method Detail
+ +

+createContentPane

+
+public java.awt.Container createContentPane()
+
+
Creates the content pane. +

+

+ +
Returns:
the container
+
+
+
+ +

+createButtonPanel

+
+public javax.swing.JPanel createButtonPanel()
+
+
Creates the button panel. +

+

+ +
Returns:
the panel
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/VSClassLoader.html b/VS-Sim-Javadoc/utils/VSClassLoader.html new file mode 100644 index 0000000..f689ce7 --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSClassLoader.html @@ -0,0 +1,272 @@ + + + + + + +VSClassLoader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSClassLoader

+
+java.lang.Object
+  extended by java.lang.ClassLoader
+      extended by utils.VSClassLoader
+
+
+
+
public class VSClassLoader
extends java.lang.ClassLoader
+ + +

+The class VSClassLoader. This class is used in order to create new objects + by its classnames. +

+ +

+

+
Author:
+
Paul C. Buetow
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VSClassLoader() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectnewInstance(java.lang.String classname) + +
+          Creates a new instance of the given classname.
+ + + + + + + +
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSClassLoader

+
+public VSClassLoader()
+
+
+ + + + + + + + +
+Method Detail
+ +

+newInstance

+
+public java.lang.Object newInstance(java.lang.String classname)
+
+
Creates a new instance of the given classname. +

+

+
Parameters:
classname - the classname +
Returns:
the object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/VSFrame.html b/VS-Sim-Javadoc/utils/VSFrame.html new file mode 100644 index 0000000..e4af439 --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSFrame.html @@ -0,0 +1,488 @@ + + + + + + +VSFrame + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSFrame

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by java.awt.Window
+              extended by java.awt.Frame
+                  extended by javax.swing.JFrame
+                      extended by utils.VSFrame
+
+
+
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants
+
+
+
Direct Known Subclasses:
VSAboutFrame, VSEditorFrame, VSSimulatorFrame
+
+
+
+
public class VSFrame
extends javax.swing.JFrame
+ + +

+The class VSFrame. All frames of the simulator extend this VSFrame class. + This class makes sure that all 'subwindows' get closed if its parent gets + closed. And it also makes sure to open new windows relative to its parent. +

+ +

+

+
Author:
+
Paul C. Buetow
+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + + + + +
+Constructor Summary
VSFrame(java.lang.String title) + +
+          Instantiates a new VSFrame object.
VSFrame(java.lang.String title, + java.awt.Component parent) + +
+          Instantiates a VSFrame object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voiddisposeWithParent() + +
+          Dispose with its parent.
+ voidsetSize(int width, + int height) + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
+ + + + + + + +
Methods inherited from class java.awt.Frame
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setVisible, show, toBack, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSFrame

+
+public VSFrame(java.lang.String title,
+               java.awt.Component parent)
+
+
Instantiates a VSFrame object. +

+

+
Parameters:
title - the title
parent - the parent
+
+
+ +

+VSFrame

+
+public VSFrame(java.lang.String title)
+
+
Instantiates a new VSFrame object. +

+

+
Parameters:
title - the title
+
+ + + + + + + + +
+Method Detail
+ +

+disposeWithParent

+
+public void disposeWithParent()
+
+
Dispose with its parent. +

+

+
+
+
+
+ +

+setSize

+
+public void setSize(int width,
+                    int height)
+
+
+
Overrides:
setSize in class java.awt.Window
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/VSInfoArea.html b/VS-Sim-Javadoc/utils/VSInfoArea.html new file mode 100644 index 0000000..691c3cb --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSInfoArea.html @@ -0,0 +1,427 @@ + + + + + + +VSInfoArea + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSInfoArea

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.text.JTextComponent
+                  extended by javax.swing.JEditorPane
+                      extended by javax.swing.JTextPane
+                          extended by utils.VSInfoArea
+
+
+
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.Scrollable
+
+
+
+
public class VSInfoArea
extends javax.swing.JTextPane
+ + +

+The class VSInfoArea, an object of this class is used for some information +areas. E.g. in the VSAboutFrame class. +

+ +

+

+
Author:
+
Paul C. Buetow
+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JEditorPane
javax.swing.JEditorPane.AccessibleJEditorPane, javax.swing.JEditorPane.AccessibleJEditorPaneHTML, javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.text.JTextComponent
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.JTextComponent.DropLocation, javax.swing.text.JTextComponent.KeyBinding
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JEditorPane
HONOR_DISPLAY_PROPERTIES, W3C_LENGTH_UNITS
+ + + + + + + +
Fields inherited from class javax.swing.text.JTextComponent
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + + + + +
+Constructor Summary
VSInfoArea() + +
+          Instantiates a new VSInfoArea.
VSInfoArea(java.lang.String text) + +
+          Instantiates a new VSInfoArea.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class javax.swing.JTextPane
addStyle, createDefaultEditorKit, getCharacterAttributes, getInputAttributes, getLogicalStyle, getParagraphAttributes, getStyle, getStyledDocument, getStyledEditorKit, getUIClassID, insertComponent, insertIcon, paramString, removeStyle, replaceSelection, setCharacterAttributes, setDocument, setEditorKit, setLogicalStyle, setParagraphAttributes, setStyledDocument
+ + + + + + + +
Methods inherited from class javax.swing.JEditorPane
addHyperlinkListener, createEditorKitForContentType, fireHyperlinkUpdate, getAccessibleContext, getContentType, getEditorKit, getEditorKitClassNameForContentType, getEditorKitForContentType, getHyperlinkListeners, getPage, getPreferredSize, getScrollableTracksViewportHeight, getScrollableTracksViewportWidth, getStream, getText, read, registerEditorKitForContentType, registerEditorKitForContentType, removeHyperlinkListener, scrollToReference, setContentType, setEditorKitForContentType, setPage, setPage, setText
+ + + + + + + +
Methods inherited from class javax.swing.text.JTextComponent
addCaretListener, addInputMethodListener, addKeymap, copy, cut, fireCaretUpdate, getActions, getCaret, getCaretColor, getCaretListeners, getCaretPosition, getDisabledTextColor, getDocument, getDragEnabled, getDropLocation, getDropMode, getFocusAccelerator, getHighlighter, getInputMethodRequests, getKeymap, getKeymap, getMargin, getNavigationFilter, getPreferredScrollableViewportSize, getPrintable, getScrollableBlockIncrement, getScrollableUnitIncrement, getSelectedText, getSelectedTextColor, getSelectionColor, getSelectionEnd, getSelectionStart, getText, getToolTipText, getUI, isEditable, loadKeymap, modelToView, moveCaretPosition, paste, print, print, print, processInputMethodEvent, read, removeCaretListener, removeKeymap, removeNotify, select, selectAll, setCaret, setCaretColor, setCaretPosition, setComponentOrientation, setDisabledTextColor, setDragEnabled, setDropMode, setEditable, setFocusAccelerator, setHighlighter, setKeymap, setMargin, setNavigationFilter, setSelectedTextColor, setSelectionColor, setSelectionEnd, setSelectionStart, setUI, updateUI, viewToModel, write
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSInfoArea

+
+public VSInfoArea()
+
+
Instantiates a new VSInfoArea. +

+

+
+ +

+VSInfoArea

+
+public VSInfoArea(java.lang.String text)
+
+
Instantiates a new VSInfoArea. +

+

+
Parameters:
text - the text to display
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/VSPriorityQueue.html b/VS-Sim-Javadoc/utils/VSPriorityQueue.html new file mode 100644 index 0000000..f97de52 --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSPriorityQueue.html @@ -0,0 +1,305 @@ + + + + + + +VSPriorityQueue + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSPriorityQueue<T>

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractQueue<E>
+          extended by java.util.PriorityQueue<T>
+              extended by utils.VSPriorityQueue<T>
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.Queue<T>
+
+
+
+
public final class VSPriorityQueue<T>
extends java.util.PriorityQueue<T>
+ + +

+The class VSPriorityQueue. This class is the same like the standard + VSPriorityQueue of the Java API. It only overrides the get(int) method. +

+ +

+

+
Author:
+
Paul C. Buetow
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VSPriorityQueue() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Tget(int index) + +
+          Gets the specific element.
+ + + + + + + +
Methods inherited from class java.util.PriorityQueue
add, clear, comparator, contains, iterator, offer, peek, poll, remove, size, toArray, toArray
+ + + + + + + +
Methods inherited from class java.util.AbstractQueue
addAll, element, remove
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Collection
containsAll, equals, hashCode, isEmpty, removeAll, retainAll
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSPriorityQueue

+
+public VSPriorityQueue()
+
+
+ + + + + + + + +
+Method Detail
+ +

+get

+
+public T get(int index)
+
+
Gets the specific element. If the index is out of bounds, it will return + null. +

+

+
Parameters:
index - the index +
Returns:
the element, or null, if out of bounds
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/VSRandom.html b/VS-Sim-Javadoc/utils/VSRandom.html new file mode 100644 index 0000000..fdb6dfb --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSRandom.html @@ -0,0 +1,300 @@ + + + + + + +VSRandom + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSRandom

+
+java.lang.Object
+  extended by java.util.Random
+      extended by utils.VSRandom
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public final class VSRandom
extends java.util.Random
+ + +

+The class VSRandom. Some customization of the standard Random class of Java. +

+ +

+

+
Author:
+
Paul C. Buetow
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VSRandom(long seedAdd) + +
+          Instantiates a new VSrandom object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ intnextInt() + +
+           
+ longnextLong(long mod) + +
+          Next long.
+ + + + + + + +
Methods inherited from class java.util.Random
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextLong, setSeed
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSRandom

+
+public VSRandom(long seedAdd)
+
+
Instantiates a new VSrandom object. +

+

+
Parameters:
seedAdd - the seed to add.
+
+ + + + + + + + +
+Method Detail
+ +

+nextInt

+
+public int nextInt()
+
+
+
Overrides:
nextInt in class java.util.Random
+
+
+
+
+
+
+ +

+nextLong

+
+public long nextLong(long mod)
+
+
Next long. +

+

+
Parameters:
mod - the mod +
Returns:
the random long
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/VSTools.html b/VS-Sim-Javadoc/utils/VSTools.html new file mode 100644 index 0000000..1ae54c6 --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSTools.html @@ -0,0 +1,309 @@ + + + + + + +VSTools + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSTools

+
+java.lang.Object
+  extended by utils.VSTools
+
+
+
+
public final class VSTools
extends java.lang.Object
+ + +

+The class VSTools. This class contains only static methods. Those methods + are for general usage and don't fit into other classes. +

+ +

+

+
Author:
+
Paul C. Buetow
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VSTools() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static longgetStringTime(java.lang.String string) + +
+          Gets the string time.
+static java.lang.StringgetTimeString(long time) + +
+          Gets the time string.
+static java.util.Vector<java.lang.Integer>parseIntegerVector(java.lang.String string) + +
+          Gets the integer vector represented by a comma separated string.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSTools

+
+public VSTools()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getTimeString

+
+public static java.lang.String getTimeString(long time)
+
+
Gets the time string. +

+

+
Parameters:
time - the time +
Returns:
the time string
+
+
+
+ +

+getStringTime

+
+public static long getStringTime(java.lang.String string)
+
+
Gets the string time. +

+

+
Parameters:
string - the string +
Returns:
the string time
+
+
+
+ +

+parseIntegerVector

+
+public static java.util.Vector<java.lang.Integer> parseIntegerVector(java.lang.String string)
+                                                              throws VSParseIntegerVectorException
+
+
Gets the integer vector represented by a comma separated string. +

+

+
Parameters:
string - the string +
Returns:
the parsed vector +
Throws: +
VSParseIntegerVectorException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/package-frame.html b/VS-Sim-Javadoc/utils/package-frame.html new file mode 100644 index 0000000..2a5c518 --- /dev/null +++ b/VS-Sim-Javadoc/utils/package-frame.html @@ -0,0 +1,46 @@ + + + + + + +utils + + + + + + + + + + + +utils + + + + +
+Classes  + +
+VS3Tupel +
+VSAboutFrame +
+VSClassLoader +
+VSFrame +
+VSInfoArea +
+VSPriorityQueue +
+VSRandom +
+VSTools
+ + + + diff --git a/VS-Sim-Javadoc/utils/package-summary.html b/VS-Sim-Javadoc/utils/package-summary.html new file mode 100644 index 0000000..57bfe2c --- /dev/null +++ b/VS-Sim-Javadoc/utils/package-summary.html @@ -0,0 +1,184 @@ + + + + + + +utils + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package utils +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
VS3Tupel<A,B,C>The class VS3Tupel, an object of this class represents a 3-Tupel of objects.
VSAboutFrameThe class VSAboutFrame.
VSClassLoaderThe class VSClassLoader.
VSFrameThe class VSFrame.
VSInfoAreaThe class VSInfoArea, an object of this class is used for some information +areas.
VSPriorityQueue<T>The class VSPriorityQueue.
VSRandomThe class VSRandom.
VSToolsThe class VSTools.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/VS-Sim-Javadoc/utils/package-tree.html b/VS-Sim-Javadoc/utils/package-tree.html new file mode 100644 index 0000000..7a76144 --- /dev/null +++ b/VS-Sim-Javadoc/utils/package-tree.html @@ -0,0 +1,191 @@ + + + + + + +utils Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package utils +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3