|
|||||||||
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
dluploadclient.DLUploadClientURLGUI
public class DLUploadClientURLGUI
Boite de dialogue pour l'affichage des URL de l'application dl.free.fr
Copyright 2008, Maurer Gilles
This file is part of Client dl.free.fr.
Client dl.free.fr is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Client dl.free.fr is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Client dl.free.fr. If not, see
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.BaselineResizeBehavior |
Field Summary | |
---|---|
static String |
HTML
Constante pour définir le mode HTML |
static String |
PHPBB
Constante pour définir le mode Forum phpBB (BB code) |
static String |
TEXT
Constante pour définir le mode Texte |
static String |
TEXTURLONLY
Constante pour définir le mode Texte (URL uniquement) |
static String |
WINDOWTITLE
Sous titre de la fenêtre |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
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 | |
---|---|
DLUploadClientURLGUI(DLUploadClientGUI gui,
Frame owner,
boolean modal)
Constructeur |
Method Summary | |
---|---|
void |
generateContent(String mode)
Génère le texte de la fenêtre selon le mode choisis |
String |
getContent()
Retourne le contenu du texte de la fenêtre |
void |
setContent(String text)
Met à jour le texte de la fenêtre |
Methods inherited from class javax.swing.JDialog |
---|
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String TEXT
public static final String TEXTURLONLY
public static final String HTML
public static final String PHPBB
public static final String WINDOWTITLE
Constructor Detail |
---|
public DLUploadClientURLGUI(DLUploadClientGUI gui, Frame owner, boolean modal)
gui
- Référence à la fenêtre parenteowner
- Référence à la Frame parentemodal
- Vrai si la fenêtre doit être modale, faux sinon.Method Detail |
---|
public void setContent(String text)
text
- Texte à mettre en placepublic void generateContent(String mode)
mode
- Le mode choisi pour générer le contenupublic String getContent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |