public class ImageFilterGUI
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.TableModelListener
Modifier and Type | Field and Description |
---|---|
(package private) javax.swing.JButton |
allOffButton |
(package private) javax.swing.JButton |
allOnButton |
(package private) java.util.ArrayList |
allRects |
(package private) org.safs.image.filter.ImageFilterGUI.SelectionArea |
area |
(package private) javax.swing.JButton |
clearButton |
(package private) java.awt.Container |
container |
(package private) javax.swing.JButton |
deleteButton |
(package private) static java.lang.String |
imageFile |
(package private) javax.swing.JFileChooser |
imageFileChooser |
(package private) java.lang.String |
imageName |
(package private) javax.swing.JScrollPane |
imageScroll |
(package private) javax.swing.JTextField |
label |
(package private) javax.swing.JLabel |
lbl |
(package private) java.util.ArrayList |
onOffRects |
(package private) javax.swing.JButton |
openButton |
(package private) javax.swing.JButton |
openFromButton |
(package private) javax.swing.JButton |
saveMaskButton |
(package private) javax.swing.JButton |
saveToButton |
(package private) javax.swing.JTable |
table |
(package private) ImageFilterTableModel |
tblModel |
(package private) javax.swing.JPanel |
tblPanel |
(package private) javax.swing.JFileChooser |
textFileChooser |
(package private) javax.swing.JButton |
toggleButton |
Constructor and Description |
---|
ImageFilterGUI() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected static javax.swing.ImageIcon |
createImageIcon(java.lang.String path)
Returns an ImageIcon, or null if the path was invalid.
|
static void |
main(java.lang.String[] args) |
void |
tableChanged(javax.swing.event.TableModelEvent e) |
void |
updateLabel() |
void |
updateTable() |
java.lang.String imageName
javax.swing.JTextField label
static java.lang.String imageFile
javax.swing.JFileChooser imageFileChooser
javax.swing.JFileChooser textFileChooser
javax.swing.JButton openButton
javax.swing.JButton clearButton
javax.swing.JButton allOnButton
javax.swing.JButton allOffButton
javax.swing.JButton toggleButton
javax.swing.JButton saveToButton
javax.swing.JButton openFromButton
javax.swing.JButton saveMaskButton
javax.swing.JButton deleteButton
org.safs.image.filter.ImageFilterGUI.SelectionArea area
java.awt.Container container
javax.swing.JScrollPane imageScroll
java.util.ArrayList allRects
java.util.ArrayList onOffRects
javax.swing.JTable table
ImageFilterTableModel tblModel
javax.swing.JPanel tblPanel
javax.swing.JLabel lbl
public void updateLabel()
public void updateTable()
protected static javax.swing.ImageIcon createImageIcon(java.lang.String path)
public static void main(java.lang.String[] args)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void tableChanged(javax.swing.event.TableModelEvent e)
tableChanged
in interface javax.swing.event.TableModelListener
Copyright © SAS Institute. All Rights Reserved.