| net.refractions.udig.printing.ui.internal.PrintingPlugin
PrintingPlugin | public class PrintingPlugin extends AbstractUIPlugin (Code) | | author: Richard Gould author: TODO To change the template for this generated type comment go to Window - author: Preferences - Java - Code Style - Code Templates |
PREF_DEFAULT_TEMPLATE | final public static String PREF_DEFAULT_TEMPLATE(Code) | | |
TEMPLATE_FACTORIES_ID | final public static String TEMPLATE_FACTORIES_ID(Code) | | |
TRACE_PRINTING | final public static String TRACE_PRINTING(Code) | | |
PrintingPlugin | public PrintingPlugin()(Code) | | |
getBoxExtensionActions | public static synchronized List<BoxAction> getBoxExtensionActions(IWorkbenchPart part)(Code) | | Gets the Actions that need to be added to the PageEditor
|
getVisibleBoxes | public List<BoxFactory> getVisibleBoxes()(Code) | | Gets all the boxes that will appear in the tool bar.
all the boxes that will appear in the tool bar. |
isDebugging | public static boolean isDebugging(String trace)(Code) | | Performs the Platform.getDebugOption true check on the provided trace
Parameters: trace - constant, defined in the Trace class true if -debug is on for this plugin |
log | public static void log(String message, Throwable e)(Code) | | Writes an info log in the plugin's log.
This should be used for user level messages.
|
trace | public static void trace(String message, Throwable e)(Code) | | Outputs a message or an Exception if the current plug-in is debugging.
Parameters: message - if not null, message will be sent to standard out Parameters: e - if not null, e.printStackTrace() will be called. |
|
|