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

Quick Search    Search Deep
A C D E G I L N O S T U W Z

A

AbstractDefaultAction - class org.modama.gui.mgraph.actions.AbstractDefaultAction.
an abstract Action override actionPerformed to do your action you can enable/disable the action by overriding the isActive method (returns always true by default) if you want it to be a checkbox, isCheckBox have to return true, then you also should override the method isChecked
AbstractDefaultAction() - Constructor for class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
AbstractDefaultAction(MApp) - Constructor for class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
AbstractDefaultAction(String) - Constructor for class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
AbstractDefaultAction(MApp, String) - Constructor for class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
AbstractDefaultAction(MApp, String, Icon) - Constructor for class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
ActionFactory - class org.modama.gui.mgraph.actions.ActionFactory.
A static Class to process actions First you have to tell ActionFactory what actions are available.
ActionFactory() - Constructor for class org.modama.gui.mgraph.actions.ActionFactory
 
ActionFactory.JMenuGenerator - class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator.
 
ActionFactory.JMenuGenerator(String) - Constructor for class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 
ActionFactory.JPopupMenuGenerator - class org.modama.gui.mgraph.actions.ActionFactory.JPopupMenuGenerator.
 
ActionFactory.JPopupMenuGenerator(String) - Constructor for class org.modama.gui.mgraph.actions.ActionFactory.JPopupMenuGenerator
 
ActionFactory.JToolBarGenerator - class org.modama.gui.mgraph.actions.ActionFactory.JToolBarGenerator.
 
ActionFactory.JToolBarGenerator(String) - Constructor for class org.modama.gui.mgraph.actions.ActionFactory.JToolBarGenerator
 
ActionFactory.MenuGenerator - class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator.
 
ActionFactory.MenuGenerator(String) - Constructor for class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ClearConnections
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.DeleteEntity
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ExecuteOperation
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.GenerateOutput
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ImageLoad
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.InsertThing
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.Load
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.Save
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.SaveWhatYouSee
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ShowEdit
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ShowEditsForSelection
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ShowImageEntityViewOptions
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ShowImageListViewOptions
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ShowLUTEditor
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ShowProperties
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.ToggleZoomCursor
 
actionPerformed(ActionEvent) - Method in class org.modama.gui.mgraph.actions.Zoomfit
 
addItem(Object) - Method in class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 
addItem(Object) - Method in class org.modama.gui.mgraph.actions.ActionFactory.JToolBarGenerator
 
addItem(Object) - Method in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
addSeparator() - Method in class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 
addSeparator() - Method in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
allActions - Static variable in class org.modama.gui.mgraph.actions.ActionFactory
all registered actions
app - Variable in class org.modama.gui.mgraph.actions.AbstractDefaultAction
Reference to the application

C

ClearConnections - class org.modama.gui.mgraph.actions.ClearConnections.
 
ClearConnections(MApp) - Constructor for class org.modama.gui.mgraph.actions.ClearConnections
 
chooser - Variable in class org.modama.gui.mgraph.actions.Load
 
chooser - Variable in class org.modama.gui.mgraph.actions.Save
 
chooser - Variable in class org.modama.gui.mgraph.actions.SaveWhatYouSee
 
createMenu(Class) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
creates a JMenu structure for given Object.
createMenu(Object) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
 
createMenuItems(String, ActionFactory.MenuGenerator) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
creates an the Menu wih help of a MenuGenerator this will look up to the resources file, extract the value for: actions.[className] and parse it and delegate the real action to the MenuGenerator-Instance
createNew(String) - Method in class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 
createNew(String) - Method in class org.modama.gui.mgraph.actions.ActionFactory.JPopupMenuGenerator
 
createNew(String) - Method in class org.modama.gui.mgraph.actions.ActionFactory.JToolBarGenerator
 
createNew(String) - Method in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
createPopupMenu(Class) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
creates a JPopupMenu structure for given Object.
createPopupMenu(Object) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
 
createToolBar(Class) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
 
createToolBar(Object) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
 

D

DeleteEntity - class org.modama.gui.mgraph.actions.DeleteEntity.
 
DeleteEntity(MApp) - Constructor for class org.modama.gui.mgraph.actions.DeleteEntity
 

E

ExecuteOperation - class org.modama.gui.mgraph.actions.ExecuteOperation.
toggles the ZoomCursor to the viewer
ExecuteOperation(MApp) - Constructor for class org.modama.gui.mgraph.actions.ExecuteOperation
 

G

GenerateOutput - class org.modama.gui.mgraph.actions.GenerateOutput.
 
GenerateOutput(MApp) - Constructor for class org.modama.gui.mgraph.actions.GenerateOutput
 
getApp() - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
getter for the app
getAsButton(String) - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
getAsMenuItem(String) - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
getCurrentDoc() - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
getCurrentGraph() - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
getItems() - Method in class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 
getItems() - Method in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
getMenu() - Method in class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 
getMenu() - Method in class org.modama.gui.mgraph.actions.ActionFactory.JToolBarGenerator
 
getMenu() - Method in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
getName() - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
 
getName() - Method in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
getNameForAction(String) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
return the name for an action.
getPopupMenu() - Method in class org.modama.gui.mgraph.actions.ActionFactory.JPopupMenuGenerator
 

I

ImageLoad - class org.modama.gui.mgraph.actions.ImageLoad.
 
ImageLoad(MApp) - Constructor for class org.modama.gui.mgraph.actions.ImageLoad
 
InsertThing - class org.modama.gui.mgraph.actions.InsertThing.
 
InsertThing(MApp, Class) - Constructor for class org.modama.gui.mgraph.actions.InsertThing
 
insertAll(ActionFactory.MenuGenerator) - Method in class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 
insertAll(ActionFactory.MenuGenerator) - Method in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
insertSub(ActionFactory.MenuGenerator) - Method in class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 
insertSub(ActionFactory.MenuGenerator) - Method in class org.modama.gui.mgraph.actions.ActionFactory.JToolBarGenerator
 
insertSub(ActionFactory.MenuGenerator) - Method in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 
isActive(Object) - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
should return true if this action is active on the given object
isActive(Object) - Method in class org.modama.gui.mgraph.actions.ExecuteOperation
 
isCheckBox() - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
let this return true if this action is a checkbox
isCheckBox() - Method in class org.modama.gui.mgraph.actions.ToggleZoomCursor
 
isChecked(Object) - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
if ifCheckBox returns true, than this method also should be overriden so it returns the state of the checkbox for the given model object
isChecked(Object) - Method in class org.modama.gui.mgraph.actions.ToggleZoomCursor
 
items - Variable in class org.modama.gui.mgraph.actions.ActionFactory.JMenuGenerator
 

L

Load - class org.modama.gui.mgraph.actions.Load.
 
Load(MApp) - Constructor for class org.modama.gui.mgraph.actions.Load
 
localizeAbstractButton(AbstractButton, String, String) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
is called by the Actions, to localize themself.
localizeAbstractButton(AbstractButton, String, String, boolean) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
 
logger - Static variable in class org.modama.gui.mgraph.actions.ActionFactory
error logger
logger - Static variable in class org.modama.gui.mgraph.actions.InsertThing
 

N

name - Variable in class org.modama.gui.mgraph.actions.ActionFactory.MenuGenerator
 

O

org.modama.gui.mgraph.actions - package org.modama.gui.mgraph.actions
 

S

Save - class org.modama.gui.mgraph.actions.Save.
 
Save(MApp) - Constructor for class org.modama.gui.mgraph.actions.Save
 
SaveWhatYouSee - class org.modama.gui.mgraph.actions.SaveWhatYouSee.
a save operation for the views to save what you see
SaveWhatYouSee(MApp) - Constructor for class org.modama.gui.mgraph.actions.SaveWhatYouSee
 
ShowEdit - class org.modama.gui.mgraph.actions.ShowEdit.
 
ShowEdit(MApp) - Constructor for class org.modama.gui.mgraph.actions.ShowEdit
 
ShowEditsForSelection - class org.modama.gui.mgraph.actions.ShowEditsForSelection.
 
ShowEditsForSelection(MApp) - Constructor for class org.modama.gui.mgraph.actions.ShowEditsForSelection
 
ShowImageEntityViewOptions - class org.modama.gui.mgraph.actions.ShowImageEntityViewOptions.
shows an options dialog for an ImageEntityView
ShowImageEntityViewOptions(MApp) - Constructor for class org.modama.gui.mgraph.actions.ShowImageEntityViewOptions
 
ShowImageListViewOptions - class org.modama.gui.mgraph.actions.ShowImageListViewOptions.
shows an options dialog for an ImageEntityView
ShowImageListViewOptions(MApp) - Constructor for class org.modama.gui.mgraph.actions.ShowImageListViewOptions
 
ShowLUTEditor - class org.modama.gui.mgraph.actions.ShowLUTEditor.
Created by IntelliJ IDEA.
ShowLUTEditor(MApp) - Constructor for class org.modama.gui.mgraph.actions.ShowLUTEditor
 
ShowProperties - class org.modama.gui.mgraph.actions.ShowProperties.
 
ShowProperties(MApp) - Constructor for class org.modama.gui.mgraph.actions.ShowProperties
 
setApp(MApp) - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
setter for the app
setupActions(AbstractDefaultAction[]) - Static method in class org.modama.gui.mgraph.actions.ActionFactory
tell me, what actions you have, and i tell you how to handle them...

T

ToggleZoomCursor - class org.modama.gui.mgraph.actions.ToggleZoomCursor.
toggles the ZoomCursor to the viewer
ToggleZoomCursor(MApp) - Constructor for class org.modama.gui.mgraph.actions.ToggleZoomCursor
 

U

update() - Method in class org.modama.gui.mgraph.actions.AbstractDefaultAction
update your action here

W

what - Variable in class org.modama.gui.mgraph.actions.InsertThing
 

Z

Zoomfit - class org.modama.gui.mgraph.actions.Zoomfit.
zooms the image so it fits to the view
Zoomfit(MApp) - Constructor for class org.modama.gui.mgraph.actions.Zoomfit
 

A C D E G I L N O S T U W Z