JLogView_
Class JLogView

java.lang.Object
  extended by JLogView_.JLogView

public class JLogView
extends java.lang.Object

JLogView_ is the main class, this is the application itself, therefore there no constructor, only some static methods to update the frame title and size.


Constructor Summary
JLogView()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the main method, it creates the main frame and two internal panels one that is a clone view of the old JLogView_ and the other being a brand new tree view system.
static void setSizeForTreeView()
          This is methods updates the size of the frame to fit the tree view mode
static void setSizeForUsualView()
          This is methods updates the size of the frame to fit the old loggraph view
static void setTitle(java.lang.String title)
          This is methods updates the title on the top of the frame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLogView

public JLogView()
Method Detail

main

public static void main(java.lang.String[] args)
This is the main method, it creates the main frame and two internal panels one that is a clone view of the old JLogView_ and the other being a brand new tree view system. By default it starts in tree view.

Parameters:
args - the command line arguments being passed on, normally it should only be the log file name.
See Also:
String

setTitle

public static void setTitle(java.lang.String title)
This is methods updates the title on the top of the frame

Parameters:
title - a String of the new title
See Also:
String

setSizeForTreeView

public static void setSizeForTreeView()
This is methods updates the size of the frame to fit the tree view mode


setSizeForUsualView

public static void setSizeForUsualView()
This is methods updates the size of the frame to fit the old loggraph view