|
||||||||||
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.Dialog
javax.swing.JDialog
ch.hearc.I04_05s08.GUI.SimpleDialog
ch.hearc.I04_05s08.GUI.RDF.RdfFileDialog
The dialogbox for Rdf File (extended menu)
Nested Class Summary |
Nested classes inherited from class javax.swing.JDialog |
JDialog.AccessibleJDialog |
Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private JButton |
browse
browse button |
private JButton |
delete
Delete button |
private JFileChooser |
filechooser
File chooser |
private String |
files
The RDF Schemas |
private DefaultListModel |
listmodel
list model |
private RdfGraphManager |
manager
the manager |
private JList |
rdfslist
list of rdfs |
private JPanel |
top
Top panel |
Fields inherited from class ch.hearc.I04_05s08.GUI.SimpleDialog |
|
Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
|
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
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, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
RdfFileDialog(String title,
RdfGraphManager manager)
Build a rdf file dialog |
Method Summary | |
void |
choose()
Choose a RDF Schema to add |
JList |
getList()
Get the list |
DefaultListModel |
getListModel()
Get the listmodel |
RdfGraphManager |
getManager()
Get the manager |
JPanel |
getTopPanel()
Get the panel for the file form |
Methods inherited from class ch.hearc.I04_05s08.GUI.SimpleDialog |
apply, centerScreen, close, getCancelButton, getModifyButton |
Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private JList rdfslist
private DefaultListModel listmodel
private RdfGraphManager manager
private JPanel top
private JButton browse
private JButton delete
private String files
private JFileChooser filechooser
Constructor Detail |
public RdfFileDialog(String title, RdfGraphManager manager)
title
- the titlemanager
- the RDF managerMethod Detail |
public JPanel getTopPanel()
getTopPanel
in class SimpleDialog
public DefaultListModel getListModel()
public JList getList()
public RdfGraphManager getManager()
public void choose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC