Package weka.gui.arffviewer
Class ArffPanel
- java.lang.Object
-
- java.awt.Component
-
- java.awt.Container
-
- javax.swing.JComponent
-
- javax.swing.JPanel
-
- weka.gui.arffviewer.ArffPanel
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.awt.event.MouseListener,java.awt.image.ImageObserver,java.awt.MenuContainer,java.io.Serializable,java.util.EventListener,javax.accessibility.Accessible,javax.swing.event.ChangeListener,Undoable
public class ArffPanel extends javax.swing.JPanel implements java.awt.event.ActionListener, javax.swing.event.ChangeListener, java.awt.event.MouseListener, Undoable
A Panel representing an ARFF-Table and the associated filename.- Version:
- $Revision: 7369 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTAB_INSTANCESthe name of the tab for instances that were set directly-
Fields inherited from class javax.swing.JComponent
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)invoked when an action occursvoidaddChangeListener(javax.swing.event.ChangeListener l)Adds a ChangeListener to the panelvoidaddUndoPoint()adds the current state of the instances to the undolistvoidattributeAsClass()sets the current attribute as class attribute, i.e.booleancanUndo()returns whether an undo is possiblevoidclearSearch()clears the search, i.e.voidclearUndo()removes the undo historyvoidcopyContent()copies the content of the selection to the clipboardvoiddeleteAttribute()deletes the currently selected attributevoiddeleteAttributes()deletes the chosen attributesvoiddeleteInstance()deletes the currently selected instancevoiddeleteInstances()deletes all the currently selected instancesjava.util.VectorgetAttributes()returns a list with the attributesjava.lang.StringgetFilename()returns the filenameInstancesgetInstances()returns the instances of the panel, if none then NULLArffTablegetTable()returns the table componentjava.lang.StringgetTitle()returns the title for the Tab, i.e.booleanisChanged()returns whether the content of the panel was changedbooleanisReadOnly()returns whether the model is read-onlybooleanisUndoEnabled()returns whether undo support is enabledvoidmouseClicked(java.awt.event.MouseEvent e)Invoked when a mouse button has been pressed and released on a componentvoidmouseEntered(java.awt.event.MouseEvent e)Invoked when the mouse enters a component.voidmouseExited(java.awt.event.MouseEvent e)Invoked when the mouse exits a componentvoidmousePressed(java.awt.event.MouseEvent e)Invoked when a mouse button has been pressed on a componentvoidmouseReleased(java.awt.event.MouseEvent e)Invoked when a mouse button has been released on a component.voidnotifyListener()notfies all listener of the changevoidremoveChangeListener(javax.swing.event.ChangeListener l)Removes a ChangeListener from the panelvoidrenameAttribute()renames the current attributevoidsearch()searches for a string in the cellsvoidsetChanged(boolean changed)can only reset the changed state to FALSEvoidsetFilename(java.lang.String filename)sets the filenamevoidsetInstances(Instances data)displays the given instances, i.e.voidsetOptimalColWidth()calculates the optimal column width for the current columnvoidsetOptimalColWidths()calculates the optimal column widths for all columnsvoidsetReadOnly(boolean value)sets whether the model is read-onlyvoidsetUndoEnabled(boolean enabled)sets whether undo support is enabledvoidsortInstances()sorts the instances via the currently selected columnvoidstateChanged(javax.swing.event.ChangeEvent e)Invoked when the target of the listener has changed its state.voidundo()performs an undo action-
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, setUI, updateUI
-
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, 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, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
-
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, 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, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate
-
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, 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, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setMixingCutoutShape, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
-
-
-
-
Constructor Detail
-
ArffPanel
public ArffPanel()
initializes the panel with no data
-
ArffPanel
public ArffPanel(java.lang.String filename)
initializes the panel and loads the specified file- Parameters:
filename- the file to load
-
ArffPanel
public ArffPanel(Instances data)
initializes the panel with the given data- Parameters:
data- the data to use
-
-
Method Detail
-
getTable
public ArffTable getTable()
returns the table component- Returns:
- the table
-
getTitle
public java.lang.String getTitle()
returns the title for the Tab, i.e. the filename- Returns:
- the title for the tab
-
getFilename
public java.lang.String getFilename()
returns the filename- Returns:
- the filename
-
setFilename
public void setFilename(java.lang.String filename)
sets the filename- Parameters:
filename- the new filename
-
getInstances
public Instances getInstances()
returns the instances of the panel, if none then NULL- Returns:
- the instances of the panel
-
setInstances
public void setInstances(Instances data)
displays the given instances, i.e. creates a tab with the title TAB_INSTANCES. if one already exists it closes it.
if a different instances object is used here, don't forget to clear the undo-history by callingclearUndo()- Parameters:
data- the instances to display- See Also:
TAB_INSTANCES,clearUndo()
-
getAttributes
public java.util.Vector getAttributes()
returns a list with the attributes- Returns:
- a list of the attributes
-
setChanged
public void setChanged(boolean changed)
can only reset the changed state to FALSE- Parameters:
changed- if false, resets the changed state
-
isChanged
public boolean isChanged()
returns whether the content of the panel was changed- Returns:
- true if the content was changed
-
isReadOnly
public boolean isReadOnly()
returns whether the model is read-only- Returns:
- true if model is read-only
-
setReadOnly
public void setReadOnly(boolean value)
sets whether the model is read-only- Parameters:
value- if true the model is set to read-only
-
isUndoEnabled
public boolean isUndoEnabled()
returns whether undo support is enabled- Specified by:
isUndoEnabledin interfaceUndoable- Returns:
- true if undo is enabled
-
setUndoEnabled
public void setUndoEnabled(boolean enabled)
sets whether undo support is enabled- Specified by:
setUndoEnabledin interfaceUndoable- Parameters:
enabled- whether to enable/disable undo support
-
clearUndo
public void clearUndo()
removes the undo history
-
canUndo
public boolean canUndo()
returns whether an undo is possible
-
addUndoPoint
public void addUndoPoint()
adds the current state of the instances to the undolist- Specified by:
addUndoPointin interfaceUndoable
-
deleteAttribute
public void deleteAttribute()
deletes the currently selected attribute
-
deleteAttributes
public void deleteAttributes()
deletes the chosen attributes
-
attributeAsClass
public void attributeAsClass()
sets the current attribute as class attribute, i.e. it moves it to the end of the attributes
-
renameAttribute
public void renameAttribute()
renames the current attribute
-
deleteInstance
public void deleteInstance()
deletes the currently selected instance
-
deleteInstances
public void deleteInstances()
deletes all the currently selected instances
-
sortInstances
public void sortInstances()
sorts the instances via the currently selected column
-
copyContent
public void copyContent()
copies the content of the selection to the clipboard
-
search
public void search()
searches for a string in the cells
-
clearSearch
public void clearSearch()
clears the search, i.e. resets the found cells
-
setOptimalColWidth
public void setOptimalColWidth()
calculates the optimal column width for the current column
-
setOptimalColWidths
public void setOptimalColWidths()
calculates the optimal column widths for all columns
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
invoked when an action occurs- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Parameters:
e- the action event
-
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
Invoked when a mouse button has been pressed and released on a component- Specified by:
mouseClickedin interfacejava.awt.event.MouseListener- Parameters:
e- the mouse event
-
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent e)
Invoked when the mouse enters a component.- Specified by:
mouseEnteredin interfacejava.awt.event.MouseListener- Parameters:
e- the mouse event
-
mouseExited
public void mouseExited(java.awt.event.MouseEvent e)
Invoked when the mouse exits a component- Specified by:
mouseExitedin interfacejava.awt.event.MouseListener- Parameters:
e- the mouse event
-
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
Invoked when a mouse button has been pressed on a component- Specified by:
mousePressedin interfacejava.awt.event.MouseListener- Parameters:
e- the mouse event
-
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
Invoked when a mouse button has been released on a component.- Specified by:
mouseReleasedin interfacejava.awt.event.MouseListener- Parameters:
e- the mouse event
-
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
Invoked when the target of the listener has changed its state.- Specified by:
stateChangedin interfacejavax.swing.event.ChangeListener- Parameters:
e- the change event
-
notifyListener
public void notifyListener()
notfies all listener of the change
-
addChangeListener
public void addChangeListener(javax.swing.event.ChangeListener l)
Adds a ChangeListener to the panel- Parameters:
l- the listener to add
-
removeChangeListener
public void removeChangeListener(javax.swing.event.ChangeListener l)
Removes a ChangeListener from the panel- Parameters:
l- the listener to remove
-
-