Uses of Interface
de.grogra.pf.ui.Command
Package
Description
-
Uses of Command in de.grogra.api
-
Uses of Command in de.grogra.cli
Modifier and TypeMethodDescriptionprotected void
void
CLIWorkbenchManager.closeWorkbench
(ProjectWorkbench w, Command afterDispose) close a workbenchvoid
CLIToolkit.createButton
(String text, IconSource source, Dimension size, int flags, Command cmd, Context ctx) CLIToolkit.createTextViewer
(URL url, String mimeType, String content, Command hyperlink, boolean asBrowser) CLIToolkit.createWindow
(Command close, Map params) void
void
CLIApplication.loadExample
(Object info, Command afterCommand) Open a project in a new workbench. -
Uses of Command in de.grogra.cli.ui
-
Uses of Command in de.grogra.coolbar
-
Uses of Command in de.grogra.ext.jedit
-
Uses of Command in de.grogra.ext.pdb.view
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Command in de.grogra.grogra
Modifier and TypeMethodDescriptionstatic void
DTDSourceFile.refresh
(Item dir, DTDSourceFile file, String category, Command afterRefresh) -
Uses of Command in de.grogra.imp
Modifier and TypeMethodDescriptionvoid
IMPJobManager.cancelQueuedJob
(Command object) void
IMPJobManager.cancelTimedJob
(Command object) protected void
void
IMP.closeWorkbench
(ProjectWorkbench w, Command afterDispose) void
final void
void
void
void
void
-
Uses of Command in de.grogra.imp.edit
Modifier and TypeMethodDescriptionvoid
ToolRoot.executeWithWriteLock
(Command command, EditEvent event) Executes the givencommand
in the main thread of the workbench and with a write-lock on the graph. -
Uses of Command in de.grogra.imp.net
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Command in de.grogra.imp.viewhandler
Modifier and TypeClassDescriptionclass
remove all highlighting - a command to apply this async -
Uses of Command in de.grogra.imp2d.edit
-
Uses of Command in de.grogra.mtg
Modifier and TypeMethodDescriptionstatic void
MTGSourceFile.refresh
(Item dir, MTGSourceFile file, String category, Command afterRefresh) -
Uses of Command in de.grogra.pf.ui
Modifier and TypeFieldDescriptionstatic final Command
Workbench.CLOSE
static final Command
Command.DISPOSE
Modifier and TypeMethodDescriptionCommand[]
ProjectWorkbench.getFunctions()
abstract Command[]
Project.listFunctions()
Modifier and TypeMethodDescriptionvoid
JobManager.cancelQueuedJob
(Command command) void
JobManager.cancelTimedJob
(Command command) void
Panel.checkClose
(Command ok) void
PanelDecorator.checkClose
(Command ok) void
PanelHL.checkClose
(Command ok) protected abstract void
void
WorkbenchManager.closeWorkbench
(ProjectWorkbench w, Command afterDispose) Dispose a workbench - should be deregistered first Execute the afterDispose command (usually a popup for saving)abstract void
HeadlessToolkit.createButton
(String text, IconSource source, Dimension size, int flags, Command cmd, Context ctx) UIToolkit.createButton
(Described dp, int flags, Command cmd, Context ctx) UIToolkit.createButton
(Described dp, Dimension size, int flags, Command cmd, Context ctx) UIToolkit.createButton
(I18NBundle bundle, String key, Dimension size, int flags, Command cmd, Context ctx) UIToolkit.createButton
(String text, int flags, Command cmd, Context ctx) UIToolkit.createButton
(String text, IconSource source, int flags, Command cmd, Context ctx) abstract Object
UIToolkit.createButton
(String text, IconSource source, Dimension size, int flags, Command cmd, Context ctx) HeadlessToolkit.createTextViewer
(URL url, String mimeType, String content, Command hyperlink, boolean asBrowser) abstract Object
UIToolkit.createTextViewer
(URL url, String mimeType, String content, Command hyperlink, boolean asBrowser) HeadlessToolkit.createWindow
(Command close, Map params) abstract Window
UIToolkit.createWindow
(Command close, Map params) abstract void
void
abstract void
static void
UI.executeLockedly
(Lockable resource, boolean write, Command cmd, Object arg, Context ctx, int flags) static void
UI.executeLockedly
(Lockable resource, boolean write, Command cmd, Object arg, Context ctx, int flags, boolean passLockAsArg) void
void
void
void
-
Uses of Command in de.grogra.pf.ui.awt
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Command in de.grogra.pf.ui.registry
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionstatic void
SourceFile.refresh
(Item dir, SourceFile file, String category, Command afterRefresh) -
Uses of Command in de.grogra.pf.ui.swing
Modifier and TypeMethodDescriptionvoid
PanelSupport.checkClose
(Command ok) void
TextEditorSupport.checkClose
(Command ok) SwingToolkit.createButton
(String text, IconSource icon, Dimension size, int flags, Command cmd, Context ctx) SwingToolkit.createTextViewer
(URL url, String mimeType, String content, Command hyperlink, boolean asBrowser) SwingToolkit.createWindow
(Command close, Map params) -
Uses of Command in de.grogra.pf.ui.util
Modifier and TypeClassDescriptionclass
class
class
final class
ModifierConstructorDescriptionButtonWidget
(Command command, Property property) SynchronousCommand
(Command command) -
Uses of Command in de.grogra.projectmanager
Modifier and TypeMethodDescriptionCommand[]
ProjectImpl.listFunctions()
Listing all commands of the Project, as an array of CommandItems If the project dose not contain CommandsItems it returns nullModifier and TypeMethodDescriptionvoid
JobManagerImpl.cancelQueuedJob
(Command object) void
JobManagerImpl.cancelTimedJob
(Command object) void
activates a file of the project and therefore triggers the compiler, if no file is found nothing is happeningfinal void
void
executing a command with the Jobmanager of the Given Context using the ProjectGraph of the Projects Registry as a Lockvoid
void
void
void
-
Uses of Command in de.grogra.rgg
-
Uses of Command in de.grogra.rgg.model