Table of Contents

Class MainWindow

Namespace
MASES.JCOReflector.GUI
Assembly
MASES.JCOReflectorGUI.dll

Interaction logic for MainWindow.xaml

public class MainWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
MainWindow
Implements
Inherited Members

Constructors

MainWindow()

public MainWindow()

Fields

AssemblyCollectionProperty

public static readonly DependencyProperty AssemblyCollectionProperty

Field Value

DependencyProperty

EnableAbstractProperty

public static readonly DependencyProperty EnableAbstractProperty

Field Value

DependencyProperty

EnableInheritanceProperty

public static readonly DependencyProperty EnableInheritanceProperty

Field Value

DependencyProperty

EnableRefOutParametersProperty

public static readonly DependencyProperty EnableRefOutParametersProperty

Field Value

DependencyProperty

JarDestinationFolderProperty

public static readonly DependencyProperty JarDestinationFolderProperty

Field Value

DependencyProperty

MaxDepthProperty

public static readonly DependencyProperty MaxDepthProperty

Field Value

DependencyProperty

SourceDestinationFolderProperty

public static readonly DependencyProperty SourceDestinationFolderProperty

Field Value

DependencyProperty

Properties

AssemblyCollection

public AssemblyDataCollection AssemblyCollection { get; set; }

Property Value

AssemblyDataCollection

EnableAbstract

public bool EnableAbstract { get; set; }

Property Value

bool

EnableInheritance

public bool EnableInheritance { get; set; }

Property Value

bool

EnableRefOutParameters

public bool EnableRefOutParameters { get; set; }

Property Value

bool

JarDestinationFolder

public string JarDestinationFolder { get; set; }

Property Value

string

MaxDepth

public int MaxDepth { get; set; }

Property Value

int

SourceDestinationFolder

public string SourceDestinationFolder { get; set; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()