Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.dja
Class DjaImplementation  view DjaImplementation download DjaImplementation.java

java.lang.Object
  extended bycom.memoire.bu.BuCommonImplementation
      extended bycom.memoire.dja.DjaImplementation
All Implemented Interfaces:
java.awt.event.ActionListener, com.memoire.bu.BuCommonInterface, com.memoire.bu.BuCutCopyPasteInterface, com.memoire.bu.BuSelectFindReplaceInterface, com.memoire.bu.BuUndoRedoInterface, java.awt.event.ContainerListener, java.util.EventListener, javax.swing.event.InternalFrameListener, java.awt.event.WindowListener

public class DjaImplementation
extends com.memoire.bu.BuCommonImplementation


Field Summary
private  com.memoire.bu.BuAssistant assistant_
           
private  com.memoire.bu.BuExplorer explorer_
           
(package private)  java.lang.String[] EXTENSIONS
           
private  com.memoire.bu.BuHelpFrame ifAide
           
private  com.memoire.bu.BuPreferencesFrame ifPreferences
           
private static com.memoire.bu.BuInformationsSoftware isDja_
           
private  com.memoire.bu.BuTaskView ltTaches
           
private  int nbdoc_
           
private static java.io.File openDirectory_
           
private  com.memoire.bu.BuPalette plBrcks
           
private  com.memoire.bu.BuPalette plDiaUml
           
private  com.memoire.bu.BuPalette plForms
           
private  com.memoire.bu.BuPalette plLinks
           
private  com.memoire.bu.BuPalette plStrks
           
private  com.memoire.bu.BuPalette plThkns
           
private static int recent_count
           
private static java.io.File saveDirectory_
           
private  javax.swing.JScrollPane spGrid_
           
private  javax.swing.JScrollPane spTaches
           
private  DjaTree trGrid_
           
 
Fields inherited from class com.memoire.bu.BuCommonImplementation
app_, content_, main_menubar_, main_panel_, main_toolbar_, splash_screen_
 
Constructor Summary
DjaImplementation()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent _evt)
          This method is invoked when an action occurs.
static com.memoire.bu.BuMenu buildPaletteMenu()
           
 void cmdArguments(java.lang.String[] _args)
           
 void cmdCreer()
           
 void cmdDiaUml()
           
 void cmdEnregistrer()
           
 void cmdEnregistrerSous()
           
 void cmdEpaisseurs()
           
 void cmdExtremites()
           
 void cmdFormes()
           
 void cmdLiens()
           
 void cmdOuvrir(java.lang.String _arg)
           
 void cmdPreference()
           
 void cmdReouvrir(java.lang.String _arg)
           
 void cmdTraits()
           
 void displayURL(java.lang.String _url)
           
 void exit()
           
 com.memoire.bu.BuInformationsSoftware getInformationsSoftware()
           
static com.memoire.bu.BuInformationsSoftware informationsSoftware()
           
 void init()
          Mise en place des elements.
 void internalFrameActivated(javax.swing.event.InternalFrameEvent _evt)
          Internal frame activated
 void internalFrameClosed(javax.swing.event.InternalFrameEvent _evt)
          Internal frame closed
 void miseEnPlace()
           
 void opArguments(java.lang.String[] _args)
           
 void openFile(java.lang.String _path)
           
 void opPreference()
           
 void refreshTree()
           
 void saveFile(java.lang.String _path, DjaGrid _grid)
           
 void start()
           
 
Methods inherited from class com.memoire.bu.BuCommonImplementation
about, action, activateInternalFrame, addInternalFrame, ajouterActionsOutils, close, componentAdded, componentRemoved, confirmExit, contextHelp, contextHelp, copy, cut, daughter, doLayout, duplicate, enleverActionsOutils, find, fullscreen, getAllInternalFrames, getApp, getCurrentInternalFrame, getFrame, getImplementation, getMainMenuBar, getMainPanel, getMainToolBar, getRootPane, getSpecificBar, getSplashScreen, installContextHelp, installContextHelp, internalFrameClosing, internalFrameDeactivated, internalFrameDeiconified, internalFrameIconified, internalFrameOpened, isCloseFrameMode, license, menusOrganisationFenetres, paste, pointerHelp, preview, print, redo, removeAction, removeInternalFrame, replace, select, selectionnerPremiere, setApp, setCheckedForAction, setContentPane, setEnabledForAction, setJMenuBar, setLookAndFeel, setMainMenuBar, setMainPanel, setMainToolBar, setMetalTheme, setSlafTheme, setSpecificBar, setSplashScreen, setTitle, showOrHide, toString, undo, validate, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

assistant_

private com.memoire.bu.BuAssistant assistant_

explorer_

private com.memoire.bu.BuExplorer explorer_

ltTaches

private com.memoire.bu.BuTaskView ltTaches

spTaches

private javax.swing.JScrollPane spTaches

trGrid_

private DjaTree trGrid_

spGrid_

private javax.swing.JScrollPane spGrid_

plForms

private com.memoire.bu.BuPalette plForms

plLinks

private com.memoire.bu.BuPalette plLinks

plDiaUml

private com.memoire.bu.BuPalette plDiaUml

plBrcks

private com.memoire.bu.BuPalette plBrcks

plStrks

private com.memoire.bu.BuPalette plStrks

plThkns

private com.memoire.bu.BuPalette plThkns

ifPreferences

private com.memoire.bu.BuPreferencesFrame ifPreferences

ifAide

private com.memoire.bu.BuHelpFrame ifAide

nbdoc_

private int nbdoc_

isDja_

private static final com.memoire.bu.BuInformationsSoftware isDja_

openDirectory_

private static java.io.File openDirectory_

saveDirectory_

private static java.io.File saveDirectory_

recent_count

private static int recent_count

EXTENSIONS

java.lang.String[] EXTENSIONS
Constructor Detail

DjaImplementation

public DjaImplementation()
Method Detail

getInformationsSoftware

public com.memoire.bu.BuInformationsSoftware getInformationsSoftware()

informationsSoftware

public static com.memoire.bu.BuInformationsSoftware informationsSoftware()

init

public void init()
Description copied from class: com.memoire.bu.BuCommonImplementation
Mise en place des elements. (Panneau principal, barres de menu et de boutons).


start

public void start()

miseEnPlace

public void miseEnPlace()

cmdArguments

public void cmdArguments(java.lang.String[] _args)

opArguments

public void opArguments(java.lang.String[] _args)

refreshTree

public void refreshTree()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent _evt)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.


buildPaletteMenu

public static com.memoire.bu.BuMenu buildPaletteMenu()

cmdCreer

public void cmdCreer()

cmdOuvrir

public void cmdOuvrir(java.lang.String _arg)

cmdReouvrir

public void cmdReouvrir(java.lang.String _arg)

cmdEnregistrer

public void cmdEnregistrer()

cmdEnregistrerSous

public void cmdEnregistrerSous()

cmdPreference

public void cmdPreference()

opPreference

public void opPreference()

cmdFormes

public void cmdFormes()

cmdLiens

public void cmdLiens()

cmdDiaUml

public void cmdDiaUml()

cmdExtremites

public void cmdExtremites()

cmdTraits

public void cmdTraits()

cmdEpaisseurs

public void cmdEpaisseurs()

openFile

public void openFile(java.lang.String _path)

saveFile

public void saveFile(java.lang.String _path,
                     DjaGrid _grid)

exit

public void exit()

displayURL

public void displayURL(java.lang.String _url)

internalFrameActivated

public void internalFrameActivated(javax.swing.event.InternalFrameEvent _evt)
Description copied from interface: javax.swing.event.InternalFrameListener
Internal frame activated


internalFrameClosed

public void internalFrameClosed(javax.swing.event.InternalFrameEvent _evt)
Description copied from interface: javax.swing.event.InternalFrameListener
Internal frame closed