|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
OntoDataFrame
public class OntoDataFrame
Toolboxes for manipulating data. File IO, zooming, edit/copy rows and columns, slider groups, name groups with comments.
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.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
---|---|
(package private) javax.swing.JButton |
b1
|
(package private) javax.swing.JButton |
brccopy
|
(package private) javax.swing.JButton |
brccut
|
(package private) javax.swing.JButton |
brcdelete
|
(package private) javax.swing.JButton |
brcinsert
|
(package private) javax.swing.JButton |
brcopy
|
(package private) javax.swing.JButton |
brcpaste
|
(package private) javax.swing.JButton |
brcut
|
(package private) javax.swing.JButton |
brdelete
|
(package private) javax.swing.JButton |
bRead
|
(package private) javax.swing.JButton |
brinsert
|
(package private) javax.swing.JList |
brlist
|
(package private) javax.swing.JButton |
brlockall
|
(package private) javax.swing.JButton |
brlockbiggest
|
(package private) javax.swing.JButton |
brnormalize
|
(package private) javax.swing.JTextField |
brparameter
|
(package private) javax.swing.JButton |
brpaste
|
(package private) javax.swing.JButton |
brunlockall
|
(package private) javax.swing.JCheckBox |
bzappslidersview
|
(package private) javax.swing.JCheckBox |
bzapptableview
|
(package private) javax.swing.JButton |
bzd
|
(package private) javax.swing.JButton |
bzl
|
(package private) javax.swing.JButton |
bznormalize
|
(package private) javax.swing.JButton |
bzoomminus
|
(package private) javax.swing.JButton |
bzoomplus
|
(package private) javax.swing.JButton |
bzoomview
|
(package private) javax.swing.JButton |
bzr
|
(package private) javax.swing.JButton |
bzu
|
(package private) javax.swing.JButton |
bWrite
|
(package private) OntoColumnData |
columnclipboard
|
(package private) javax.swing.JCheckBox |
czoomview
|
(package private) javax.swing.JTextArea |
gcommentarea
|
(package private) javax.swing.JTextField |
gcommentfield
|
(package private) javax.swing.JList |
gwordlist
|
(package private) javax.swing.JTabbedPane |
jtp
|
(package private) OntoApp |
oa
|
(package private) javax.swing.JPanel |
p1
|
(package private) javax.swing.JPanel |
p2
|
(package private) javax.swing.JPanel |
p3
|
(package private) javax.swing.JPanel |
p4
|
(package private) javax.swing.JPanel |
p5
|
(package private) OntoRowData |
rowclipboard
|
(package private) javax.swing.JButton[] |
sgadd
|
(package private) javax.swing.JTextField[] |
sggroupname
|
(package private) javax.swing.JButton |
sgnewgroup
|
(package private) javax.swing.JPanel |
sgpanel
|
(package private) javax.swing.JList[] |
sgparameters
|
(package private) javax.swing.JButton[] |
sgremove
|
(package private) javax.swing.JButton |
sgremovelast
|
(package private) javax.swing.JSlider[] |
sgsliders
|
(package private) javax.swing.JTextArea |
ta
|
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 | |
---|---|
OntoDataFrame(OntoApp oa)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
(package private) void |
makeSliderGroupPanel()
Make layout for slider group toolbox. |
(package private) void |
readGroupWordListData()
Holds word names up to date in word group toolbox. |
java.util.Vector[] |
readParamGroups()
Returs array in each vector of parameter names ordered by group numbers. |
void |
stateChanged(javax.swing.event.ChangeEvent e)
|
(package private) void |
updateGCommentArea()
Shows word comments in 5th toolbox. |
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
|
Methods inherited from class javax.swing.JFrame |
---|
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
Methods inherited from class java.awt.Frame |
---|
addNotify, finalize, 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, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setAlwaysOnTop, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationByPlatform, setLocationRelativeTo, 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, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, 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, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
---|
getFont, postEvent |
Field Detail |
---|
OntoApp oa
javax.swing.JTextArea ta
javax.swing.JButton b1
javax.swing.JButton bRead
javax.swing.JButton bWrite
javax.swing.JTabbedPane jtp
javax.swing.JButton bzoomplus
javax.swing.JButton bzoomminus
javax.swing.JButton bzoomview
javax.swing.JButton bznormalize
javax.swing.JCheckBox czoomview
javax.swing.JButton bzl
javax.swing.JButton bzr
javax.swing.JButton bzu
javax.swing.JButton bzd
javax.swing.JCheckBox bzapptableview
javax.swing.JCheckBox bzappslidersview
javax.swing.JButton brcut
javax.swing.JButton brcopy
javax.swing.JButton brpaste
javax.swing.JButton brinsert
javax.swing.JButton brdelete
OntoRowData rowclipboard
javax.swing.JButton brccut
javax.swing.JButton brccopy
javax.swing.JButton brcpaste
javax.swing.JButton brcinsert
javax.swing.JButton brcdelete
javax.swing.JTextField brparameter
OntoColumnData columnclipboard
javax.swing.JList brlist
javax.swing.JButton brnormalize
javax.swing.JButton brlockall
javax.swing.JButton brunlockall
javax.swing.JButton brlockbiggest
javax.swing.JList[] sgparameters
javax.swing.JSlider[] sgsliders
javax.swing.JButton[] sgadd
javax.swing.JButton[] sgremove
javax.swing.JTextField[] sggroupname
javax.swing.JButton sgnewgroup
javax.swing.JButton sgremovelast
javax.swing.JPanel sgpanel
javax.swing.JList gwordlist
javax.swing.JTextArea gcommentarea
javax.swing.JTextField gcommentfield
javax.swing.JPanel p1
javax.swing.JPanel p2
javax.swing.JPanel p3
javax.swing.JPanel p4
javax.swing.JPanel p5
Constructor Detail |
---|
public OntoDataFrame(OntoApp oa)
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged
in interface javax.swing.event.ChangeListener
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
public java.util.Vector[] readParamGroups()
void makeSliderGroupPanel()
void readGroupWordListData()
void updateGCommentArea()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |